Searched refs:def_value (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/video/backlight/ |
| D | gpio_backlight.c | 26 int def_value; member 64 gbl->def_value = device_property_read_bool(dev, "default-on"); in gpio_backlight_probe_dt() 86 return gbl->def_value ? FB_BLANK_UNBLANK : FB_BLANK_POWERDOWN; in gpio_backlight_initial_power_state() 124 gbl->def_value = pdata->def_value; in gpio_backlight_probe() 125 flags |= gbl->def_value ? GPIOF_INIT_HIGH : GPIOF_INIT_LOW; in gpio_backlight_probe()
|
| D | lv5207lp.c | 115 props.brightness = clamp_t(unsigned int, pdata->def_value, 0, in lv5207lp_probe()
|
| D | bd6107.c | 157 props.brightness = clamp_t(unsigned int, pdata->def_value, 0, in bd6107_probe()
|
| /Linux-v5.4/drivers/ata/ |
| D | ahci_imx.c | 827 u32 def_value; member 910 .def_value = IMX6Q_GPR13_SATA_TX_LVL_1_025_V, 915 .def_value = IMX6Q_GPR13_SATA_TX_BOOST_3_33_DB, 920 .def_value = IMX6Q_GPR13_SATA_TX_ATTEN_9_16, 925 .def_value = IMX6Q_GPR13_SATA_RX_EQ_VAL_3_0_DB, 928 .def_value = IMX6Q_GPR13_SATA_MPLL_SS_EN, 947 reg_value |= prop->def_value; in imx_ahci_parse_props() 953 prop->name, prop->def_value); in imx_ahci_parse_props() 954 reg_value |= prop->def_value; in imx_ahci_parse_props() 970 reg_value |= prop->def_value; in imx_ahci_parse_props()
|
| /Linux-v5.4/include/linux/platform_data/ |
| D | lv5207lp.h | 13 unsigned int def_value; member
|
| D | bd6107.h | 13 unsigned int def_value; member
|
| D | gpio_backlight.h | 13 int def_value; member
|
| /Linux-v5.4/arch/sh/boards/mach-kfr2r09/ |
| D | setup.c | 206 .def_value = 13,
|
| /Linux-v5.4/drivers/media/v4l2-core/ |
| D | v4l2-ctrls.c | 3423 bool def_value; in v4l2_g_ext_ctrls_common() local 3425 def_value = (cs->which == V4L2_CTRL_WHICH_DEF_VAL); in v4l2_g_ext_ctrls_common() 3455 ctrl_to_user = def_value ? def_to_user : cur_to_user; in v4l2_g_ext_ctrls_common() 3466 if (!def_value && in v4l2_g_ext_ctrls_common()
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_device.c | 950 goto def_value; in amdgpu_device_check_smu_prv_buffer_size() 965 goto def_value; in amdgpu_device_check_smu_prv_buffer_size() 973 def_value: in amdgpu_device_check_smu_prv_buffer_size()
|
| /Linux-v5.4/arch/sh/boards/mach-ecovec24/ |
| D | setup.c | 377 .def_value = 1,
|