Searched refs:props (Results 201 - 225 of 392) sorted by relevance

1234567891011>>

/linux-master/drivers/input/touchscreen/
H A Dbu21013_ts.c143 * @props: the device coordinate transformation properties
160 struct touchscreen_properties props; member in struct:bu21013_ts
213 &ts->props, x, y);
454 touchscreen_parse_properties(in_dev, true, &ts->props);
457 if (!ts->props.invert_x &&
464 if (!ts->props.invert_y &&
/linux-master/sound/soc/intel/boards/
H A Dbytcr_rt5640.c1159 * Note this MUST be called before snd_soc_register_card(), so that the props
1165 struct property_entry props[MAX_NO_PROPS] = {}; local
1172 props[cnt++] = PROPERTY_ENTRY_U32("realtek,dmic1-data-pin",
1176 props[cnt++] = PROPERTY_ENTRY_U32("realtek,dmic2-data-pin",
1181 props[cnt++] =
1186 props[cnt++] =
1193 props[cnt++] = PROPERTY_ENTRY_U32(
1198 props[cnt++] = PROPERTY_ENTRY_U32(
1202 props[cnt++] = PROPERTY_ENTRY_U32(
1208 props[cn
[all...]
H A Dbytcr_rt5651.c524 * Note this MUST be called before snd_soc_register_card(), so that the props
530 struct property_entry props[MAX_NO_PROPS] = {}; local
535 props[cnt++] = PROPERTY_ENTRY_U32("realtek,jack-detect-source",
538 props[cnt++] = PROPERTY_ENTRY_U32("realtek,over-current-threshold-microamp",
541 props[cnt++] = PROPERTY_ENTRY_U32("realtek,over-current-scale-factor",
545 props[cnt++] = PROPERTY_ENTRY_BOOL("realtek,dmic-en");
548 props[cnt++] = PROPERTY_ENTRY_BOOL("realtek,jack-detect-not-inverted");
550 fwnode = fwnode_create_software_node(props, NULL);
/linux-master/drivers/platform/x86/
H A Dasus-wmi.c3863 if ((asus->driver->brightness < bd->props.brightness) ||
3864 bd->props.brightness == bd->props.max_brightness)
3866 else if ((asus->driver->brightness > bd->props.brightness) ||
3867 bd->props.brightness == 0)
3870 asus->driver->brightness = bd->props.brightness;
3882 if (power != -ENODEV && bd->props.power != power) {
3883 ctrl_param = !!(bd->props.power == FB_BLANK_UNBLANK);
3887 asus->driver->panel_power = bd->props.power;
3898 ctrl_param = bd->props
3932 struct backlight_properties props; local
4064 struct backlight_properties props; local
[all...]
H A Dpanasonic-laptop.c379 int bright = bd->props.brightness;
957 struct backlight_properties props; local
1004 memset(&props, 0, sizeof(struct backlight_properties));
1005 props.type = BACKLIGHT_PLATFORM;
1006 props.max_brightness = pcc->sinf[SINF_AC_MAX_BRIGHT];
1009 &pcc_backlight_ops, &props);
1016 pcc->backlight->props.brightness = pcc->sinf[SINF_AC_CUR_BRIGHT];
H A Dfujitsu-laptop.c359 return b->props.power == FB_BLANK_POWERDOWN ? 0 : get_lcd_level(device);
367 if (b->props.power == FB_BLANK_POWERDOWN)
375 return set_lcd_level(device, b->props.brightness);
478 const struct backlight_properties props = { local
487 &fujitsu_bl_ops, &props);
936 fujitsu_bl->bl_device->props.power = FB_BLANK_POWERDOWN;
938 fujitsu_bl->bl_device->props.power = FB_BLANK_UNBLANK;
H A Deeepc-laptop.c1104 return set_brightness(bd, bd->props.brightness);
1115 int old = bd->props.brightness;
1124 struct backlight_properties props; local
1127 memset(&props, 0, sizeof(struct backlight_properties));
1128 props.type = BACKLIGHT_PLATFORM;
1129 props.max_brightness = 15;
1132 &eeepcbl_ops, &props);
1139 bd->props.brightness = read_brightness(bd);
1140 bd->props.power = FB_BLANK_UNBLANK;
H A Dsamsung-laptop.c555 set_brightness(samsung, bd->props.brightness);
557 if (bd->props.power == FB_BLANK_UNBLANK)
1173 struct backlight_properties props; local
1178 memset(&props, 0, sizeof(struct backlight_properties));
1179 props.type = BACKLIGHT_PLATFORM;
1180 props.max_brightness = samsung->config->max_brightness -
1186 &props);
1191 samsung->backlight_device->props.brightness = read_brightness(samsung);
1192 samsung->backlight_device->props.power = FB_BLANK_UNBLANK;
H A Dideapad-laptop.c1261 blightdev->props.brightness);
1266 blightdev->props.power != FB_BLANK_POWERDOWN);
1281 struct backlight_properties props; local
1297 memset(&props, 0, sizeof(props));
1299 props.max_brightness = max;
1300 props.type = BACKLIGHT_PLATFORM;
1306 &props);
1315 blightdev->props.brightness = now;
1316 blightdev->props
[all...]
/linux-master/drivers/video/backlight/
H A Dadp8870_bl.c842 struct backlight_properties props; local
883 memset(&props, 0, sizeof(props));
884 props.type = BACKLIGHT_RAW;
885 props.max_brightness = props.brightness = ADP8870_MAX_BRIGHTNESS;
888 &client->dev, data, &adp8870_bl_ops, &props);
H A Dadp8860_bl.c658 struct backlight_properties props; local
705 memset(&props, 0, sizeof(props));
706 props.type = BACKLIGHT_RAW;
707 props.max_brightness = ADP8860_MAX_BRIGHTNESS;
713 &client->dev, data, &adp8860_bl_ops, &props);
719 bl->props.brightness = ADP8860_MAX_BRIGHTNESS;
/linux-master/drivers/gpu/drm/bridge/
H A Dparade-ps8622.c280 ps8622->bl->props.brightness);
508 ps8622->bl->props.max_brightness = PS8622_MAX_BRIGHTNESS;
509 ps8622->bl->props.brightness = PS8622_MAX_BRIGHTNESS;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c739 netdev = oct->props[i].netdev;
1154 if (oct->props[lio->ifidx].rx_on == start_stop)
1194 oct->props[lio->ifidx].rx_on = start_stop;
1211 struct net_device *netdev = oct->props[ifidx].netdev;
1229 if (oct->props[lio->ifidx].napi_enabled == 1) {
1233 oct->props[lio->ifidx].napi_enabled = 0;
1257 oct->props[ifidx].gmxport = -1;
1259 oct->props[ifidx].netdev = NULL;
1292 lio = GET_LIO(oct->props[i].netdev);
1778 if (oct->props[li
3347 struct octdev_props *props; local
[all...]
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dcq.c174 if (entries < 1 || entries > rdi->dparms.props.max_cqe)
221 if (rdi->n_cqs_allocated == rdi->dparms.props.max_cq) {
350 if (cqe < 1 || cqe > rdi->dparms.props.max_cqe)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c1005 struct amdgpu_mes_queue_properties *props)
1007 props->queue_type = ring->funcs->type;
1008 props->hqd_base_gpu_addr = ring->gpu_addr;
1009 props->rptr_gpu_addr = ring->rptr_gpu_addr;
1010 props->wptr_gpu_addr = ring->wptr_gpu_addr;
1011 props->wptr_mc_addr =
1013 props->queue_size = ring->ring_size;
1014 props->eop_gpu_addr = ring->eop_gpu_addr;
1015 props->hqd_pipe_priority = AMDGPU_GFX_PIPE_PRIO_NORMAL;
1016 props
1003 amdgpu_mes_ring_to_queue_props(struct amdgpu_device *adev, struct amdgpu_ring *ring, struct amdgpu_mes_queue_properties *props) argument
[all...]
/linux-master/drivers/infiniband/hw/qedr/
H A Dverbs.h38 struct ib_port_attr *props);
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sony-acx565akm.c344 struct backlight_properties props = { local
352 &props);
372 lcd->backlight->props.max_brightness = 255;
373 lcd->backlight->props.brightness = acx565akm_get_actual_brightness(lcd);
H A Dpanel-dsi-cm.c537 struct backlight_properties props = { 0 }; local
538 props.max_brightness = 255;
539 props.type = BACKLIGHT_RAW;
542 dev, ddata, &dsicm_bl_ops, &props);
/linux-master/drivers/crypto/nx/
H A Dnx.h129 struct alg_props *ap; /* pointer into props based on our key size */
130 struct alg_props props[3];/* openFirmware properties for requests */ member in struct:nx_crypto_ctx
/linux-master/fs/btrfs/
H A DMakefile33 uuid-tree.o props.o free-space-tree.o tree-checker.o space-info.o \
/linux-master/net/ipv6/
H A Dxfrm6_output.c75 if (x->props.mode != XFRM_MODE_TUNNEL)
/linux-master/sound/soc/generic/
H A Dsimple-card.c134 struct simple_dai_props *props,
141 of_property_read_u32(top, prop, &props->mclk_fs);
144 of_property_read_u32(node, prop, &props->mclk_fs);
145 of_property_read_u32(np, prop, &props->mclk_fs);
132 simple_parse_mclk_fs(struct device_node *top, struct device_node *np, struct simple_dai_props *props, char *prefix) argument
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dselftest_guc_hangcheck.c64 old_beat = engine->props.heartbeat_interval_ms;
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dbus.c133 if (guid_equal(uuid, &dev->fw_clients[i].props.protocol_name))
158 if (i < 0 || dev->fw_clients[i].props.fixed_address)
245 &device->fw_client->props.protocol_name) : 0);
657 device_uuid = dev->fw_clients[i].props.protocol_name;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c329 if (bd->props.brightness < 0)
331 else if (bd->props.brightness > RADEON_MAX_BL_LEVEL)
334 level = bd->props.brightness;
378 struct backlight_properties props; local
403 memset(&props, 0, sizeof(props));
404 props.max_brightness = RADEON_MAX_BL_LEVEL;
405 props.type = BACKLIGHT_RAW;
409 pdata, &radeon_backlight_ops, &props);
452 bd->props
[all...]

Completed in 669 milliseconds

1234567891011>>