Searched refs:props (Results 251 - 275 of 392) sorted by relevance

<<111213141516

/linux-master/drivers/regulator/
H A Dof_regulator.c40 static const char *const props[] = { local
55 for (i = 0; i < ARRAY_SIZE(props); i++) {
67 snprintf(prop, 255, props[i], lvl[j]);
H A Dbd71828-regulator.c113 static const char * const props[] = { "rohm,dvs-run-voltage", local
120 for (i = 0; i < ARRAY_SIZE(props); i++) {
121 ret = of_property_read_u32(np, props[i], &uv);
/linux-master/sound/soc/intel/boards/
H A Dbytcht_es8316.c530 struct property_entry props[MAX_NO_PROPS] = {}; local
621 props[cnt++] = PROPERTY_ENTRY_BOOL("everest,jack-detect-inverted");
624 fwnode = fwnode_create_software_node(props, NULL);
/linux-master/drivers/input/touchscreen/
H A Dgoodix_berlin_core.c170 struct touchscreen_properties props; member in struct:goodix_berlin_core
461 touchscreen_report_pos(cd->input_dev, &cd->props,
627 touchscreen_parse_properties(cd->input_dev, true, &cd->props);
/linux-master/drivers/gpu/drm/gud/
H A Dgud_connector.c88 connector_state->tv.brightness = gconn->backlight->props.brightness;
129 const struct backlight_properties props = { local
142 &gud_connector_backlight_ops, &props);
/linux-master/drivers/video/backlight/
H A Dqcom-wled.c1626 struct backlight_properties props; local
1710 memset(&props, 0, sizeof(struct backlight_properties));
1711 props.type = BACKLIGHT_RAW;
1712 props.brightness = val;
1713 props.max_brightness = wled->max_brightness;
1716 &wled_ops, &props);
H A Dtps65217_bl.c291 tps65217_bl->bl->props.brightness = pdata->dft_brightness;
H A Drt4831-backlight.c211 bl_dev->props.brightness = 0;
/linux-master/drivers/media/common/
H A Dcx2341x.c1373 u32 props; local
1401 props = (hdl->audio_sampling_freq->val << 0) |
1406 props |= 3 << 12;
1408 props |= hdl->audio_emphasis->val << 12;
1411 props |=
1420 props |=
1425 CX2341X_ENC_SET_AUDIO_PROPERTIES, 1, props);
1429 hdl->audio_properties = props;
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm692e5.c318 const struct backlight_properties props = { local
325 &rm692e5_bl_ops, &props);
H A Dpanel-boe-bf060y8m-aj0.c268 const struct backlight_properties props = { local
276 &boe_bf060y8m_aj0_bl_ops, &props);
H A Dpanel-visionox-vtdr6130.c249 const struct backlight_properties props = { local
256 &visionox_vtdr6130_bl_ops, &props);
H A Dpanel-visionox-r66451.c268 const struct backlight_properties props = { local
275 &visionox_r66451_bl_ops, &props);
/linux-master/net/ipv4/
H A Desp4_offload.c132 skb->transport_header += x->props.header_len;
149 skb->transport_header += x->props.header_len;
/linux-master/net/ipv6/
H A Desp6_offload.c168 skb->transport_header += x->props.header_len;
185 skb->transport_header += x->props.header_len;
H A Dxfrm6_input.c282 if ((!i || (x->props.flags & XFRM_STATE_WILDRECV)) &&
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c864 if (d->props->power_ctrl)
865 d->props->power_ctrl(d, 1);
868 if (d->props->frontend_ctrl)
869 d->props->frontend_ctrl(pdata->dvb_frontend, 1);
935 if (d->props->frontend_ctrl)
936 d->props->frontend_ctrl(pdata->dvb_frontend, 0);
938 if (d->props->power_ctrl)
939 d->props->power_ctrl(d, 0);
H A Ddrxk_hard.h213 struct dtv_frontend_properties props; member in struct:drxk_state
/linux-master/drivers/acpi/
H A Dacpi_video.c239 int request_level = bd->props.brightness + ACPI_VIDEO_FIRST_LEVEL;
356 device->backlight->props.brightness =
1702 struct backlight_properties props; local
1727 memset(&props, 0, sizeof(struct backlight_properties));
1728 props.type = BACKLIGHT_FIRMWARE;
1729 props.max_brightness =
1735 &props);
1746 device->backlight->props.brightness =
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c128 if (bd->props.brightness < 0)
130 else if (bd->props.brightness > AMDGPU_MAX_BL_LEVEL)
133 level = bd->props.brightness;
171 struct backlight_properties props; local
200 memset(&props, 0, sizeof(props));
201 props.max_brightness = AMDGPU_MAX_BL_LEVEL;
202 props.type = BACKLIGHT_RAW;
206 pdata, &amdgpu_atombios_encoder_backlight_ops, &props);
217 bd->props
[all...]
/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c1436 levels = dev->backlight_dev->props.max_brightness + 1;
1481 return set_lcd_brightness(dev, bd->props.brightness);
1498 levels = dev->backlight_dev->props.max_brightness + 1;
2961 struct backlight_properties props; local
2991 memset(&props, 0, sizeof(props));
2992 props.type = BACKLIGHT_PLATFORM;
2993 props.max_brightness = HCI_LCD_BRIGHTNESS_LEVELS - 1;
2997 props.max_brightness++;
3003 &props);
[all...]
H A Dsony-laptop.c1018 int arg = bd->props.brightness + 1;
1049 value = bd->props.brightness + sdev->offset;
3035 struct sony_backlight_props *props)
3043 props->handle = handle;
3044 props->offset = 0;
3045 props->maxlvl = 0xff;
3085 props->offset = min;
3086 props->maxlvl = max;
3087 dprintk("Brightness levels: min=%d max=%d\n", props->offset,
3088 props
3034 sony_nc_backlight_ng_read_limits(int handle, struct sony_backlight_props *props) argument
3095 struct backlight_properties props; local
[all...]
/linux-master/net/tipc/
H A Dlink.h130 int tipc_nl_parse_link_prop(struct nlattr *prop, struct nlattr *props[]);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_queue.c1194 } props[] = { local
1218 if (WARN_ON(type >= sizeof(props)))
1257 err = pvr_cccb_init(pvr_dev, &queue->cccb, props[type].cccb_size, props[type].name);
/linux-master/drivers/staging/fbtft/
H A Dfb_ssd1351.c197 fbtft_par_dbg(DEBUG_BACKLIGHT, par, "%s: power=%d\n", __func__, bd->props.power);

Completed in 576 milliseconds

<<111213141516