Searched refs:props (Results 301 - 325 of 392) sorted by relevance

<<111213141516

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63m0.c613 int brightness = bd->props.brightness;
650 struct backlight_properties props = { local
660 &props);
/linux-master/drivers/media/i2c/
H A Dimx296.c388 struct v4l2_fwnode_device_properties props; local
392 ret = v4l2_fwnode_device_parse(sensor->dev, &props);
437 &props);
H A Dov9282.c1292 struct v4l2_fwnode_device_properties props; local
1362 ret = v4l2_fwnode_device_parse(ov9282->dev, &props);
1366 &props);
H A Dov01a10.c519 struct v4l2_fwnode_device_properties props; local
527 ret = v4l2_fwnode_device_parse(&client->dev, &props);
591 &props);
H A Dov2685.c667 struct v4l2_fwnode_device_properties props; local
717 ret = v4l2_fwnode_device_parse(&ov2685->client->dev, &props);
721 ret = v4l2_ctrl_new_fwnode_properties(handler, &ov2685_ctrl_ops, &props);
H A Dimx219.c469 struct v4l2_fwnode_device_properties props; local
558 ret = v4l2_fwnode_device_parse(&client->dev, &props);
563 &props);
H A Dimx335.c1161 struct v4l2_fwnode_device_properties props; local
1165 ret = v4l2_fwnode_device_parse(imx335->dev, &props);
1243 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx335_ctrl_ops, &props);
H A Dimx214.c732 struct v4l2_fwnode_device_properties props; local
736 ret = v4l2_fwnode_device_parse(imx214->dev, &props);
779 v4l2_ctrl_new_fwnode_properties(ctrl_hdlr, &imx214_ctrl_ops, &props);
H A Dov4689.c718 struct v4l2_fwnode_device_properties props; local
789 ret = v4l2_fwnode_device_parse(&client->dev, &props);
794 &props);
H A Dimx258.c1112 struct v4l2_fwnode_device_properties props; local
1209 ret = v4l2_fwnode_device_parse(&client->dev, &props);
1214 &props);
H A Dov5693.c1088 struct v4l2_fwnode_device_properties props; local
1168 ret = v4l2_fwnode_device_parse(ov5693->dev, &props);
1173 &props);
H A Dov5675.c780 struct v4l2_fwnode_device_properties props; local
842 ret = v4l2_fwnode_device_parse(&client->dev, &props);
847 &props);
H A Dov13b10.c1285 struct v4l2_fwnode_device_properties props; local
1372 ret = v4l2_fwnode_device_parse(&client->dev, &props);
1377 &props);
H A Dimx415.c785 struct v4l2_fwnode_device_properties props; local
795 ret = v4l2_fwnode_device_parse(sensor->dev, &props);
861 &props);
H A Dimx290.c865 struct v4l2_fwnode_device_properties props; local
868 ret = v4l2_fwnode_device_parse(imx290->dev, &props);
936 &props);
H A Dov2680.c960 struct v4l2_fwnode_device_properties props; local
1008 ret = v4l2_fwnode_device_parse(sensor->dev, &props);
1012 v4l2_ctrl_new_fwnode_properties(hdl, ops, &props);
/linux-master/net/ipv4/
H A Dip_vti.c156 if (!x || x->props.mode != XFRM_MODE_TUNNEL ||
157 x->props.family != AF_INET)
161 return xfrm_addr_equal(saddr, &x->props.saddr, AF_INET);
/linux-master/drivers/video/fbdev/
H A Dssd1307fb.c513 int brightness = bdev->props.brightness;
743 bl->props.brightness = par->contrast;
744 bl->props.max_brightness = MAX_CONTRAST;
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.c4167 * @props: Array of drive strength properties to be applied
4177 struct ksz_driver_strength_prop *props,
4185 if (props[KSZ_DRIVER_STRENGTH_IO].value != -1)
4187 props[KSZ_DRIVER_STRENGTH_IO].name);
4197 if (props[i].value == -1)
4201 array_size, props[i].value);
4204 array_size, props[i].value);
4208 mask |= SW_DRIVE_STRENGTH_M << props[i].offset;
4209 val |= ret << props[i].offset;
4219 * @props
4176 ksz9477_drive_strength_write(struct ksz_device *dev, struct ksz_driver_strength_prop *props, int num_props) argument
4229 ksz8830_drive_strength_write(struct ksz_device *dev, struct ksz_driver_strength_prop *props, int num_props) argument
[all...]
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py982 props = dict()
996 if dev not in props:
997 props[dev] = DevProps()
1004 if dev in props and (not props[dev].syspath or len(dirname) < len(props[dev].syspath)):
1005 props[dev].syspath = dirname[:-6]
1008 for dev in sorted(props):
1009 dirname = props[dev].syspath
1012 props[de
[all...]
/linux-master/drivers/platform/x86/
H A Dacer-wmi.c1672 struct backlight_properties props; local
1675 memset(&props, 0, sizeof(struct backlight_properties));
1676 props.type = BACKLIGHT_PLATFORM;
1677 props.max_brightness = max_brightness;
1679 &props);
1688 bd->props.power = FB_BLANK_UNBLANK;
1689 bd->props.brightness = read_brightness(bd);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c2365 ce->engine->props.timeslice_duration_ms <<
2667 GEM_BUG_ON(overflows_type(engine->props.timeslice_duration_ms * 1000,
2669 GEM_BUG_ON(overflows_type(engine->props.preempt_timeout_ms * 1000,
2671 execution_quantum = engine->props.timeslice_duration_ms * 1000;
2672 preemption_timeout = engine->props.preempt_timeout_ms * 1000;
2708 GEM_BUG_ON(overflows_type(engine->props.timeslice_duration_ms * 1000,
2710 GEM_BUG_ON(overflows_type(engine->props.preempt_timeout_ms * 1000,
2712 desc->execution_quantum = engine->props.timeslice_duration_ms * 1000;
2713 desc->preemption_timeout = engine->props.preempt_timeout_ms * 1000;
5903 ve->base.props
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Ddrxd_hard.c103 struct dtv_frontend_properties props; member in struct:drxd_state
1605 switch (state->props.bandwidth_hz) {
1788 if (state->props.bandwidth_hz == 8000000) {
1890 struct dtv_frontend_properties *p = &state->props;
1955 mirrorFreqSpect = (state->props.inversion == INVERSION_ON);
2855 state->props = *p;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_device.h446 struct octdev_props props[MAX_OCTEON_LINKS]; member in struct:octeon_device
/linux-master/drivers/crypto/nx/
H A Dnx-aes-xcbc.c37 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_128];

Completed in 292 milliseconds

<<111213141516