Home
last modified time | relevance | path

Searched refs:def_value (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/video/backlight/
Dgpio_backlight.c28 int def_value; member
68 gbl->def_value = of_property_read_bool(np, "default-on"); in gpio_backlight_probe_dt()
69 flags = gbl->def_value ? GPIOD_OUT_HIGH : GPIOD_OUT_LOW; in gpio_backlight_probe_dt()
120 gbl->def_value = pdata->def_value; in gpio_backlight_probe()
121 flags |= gbl->def_value ? GPIOF_INIT_HIGH : GPIOF_INIT_LOW; in gpio_backlight_probe()
145 bl->props.brightness = gbl->def_value; in gpio_backlight_probe()
Dlv5207lp.c118 props.brightness = clamp_t(unsigned int, pdata->def_value, 0, in lv5207lp_probe()
Dbd6107.c160 props.brightness = clamp_t(unsigned int, pdata->def_value, 0, in bd6107_probe()
/Linux-v4.19/drivers/ata/
Dahci_imx.c838 u32 def_value; member
921 .def_value = IMX6Q_GPR13_SATA_TX_LVL_1_025_V,
926 .def_value = IMX6Q_GPR13_SATA_TX_BOOST_3_33_DB,
931 .def_value = IMX6Q_GPR13_SATA_TX_ATTEN_9_16,
936 .def_value = IMX6Q_GPR13_SATA_RX_EQ_VAL_3_0_DB,
939 .def_value = IMX6Q_GPR13_SATA_MPLL_SS_EN,
958 reg_value |= prop->def_value; in imx_ahci_parse_props()
964 prop->name, prop->def_value); in imx_ahci_parse_props()
965 reg_value |= prop->def_value; in imx_ahci_parse_props()
981 reg_value |= prop->def_value; in imx_ahci_parse_props()
/Linux-v4.19/include/linux/platform_data/
Dbd6107.h16 unsigned int def_value; member
Dlv5207lp.h16 unsigned int def_value; member
Dgpio_backlight.h16 int def_value; member
/Linux-v4.19/arch/sh/boards/mach-kfr2r09/
Dsetup.c207 .def_value = 13,
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-ctrls.c2978 bool def_value; in v4l2_g_ext_ctrls() local
2980 def_value = (cs->which == V4L2_CTRL_WHICH_DEF_VAL); in v4l2_g_ext_ctrls()
3010 ctrl_to_user = def_value ? def_to_user : cur_to_user; in v4l2_g_ext_ctrls()
3021 if (!def_value && in v4l2_g_ext_ctrls()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c926 goto def_value; in amdgpu_device_check_smu_prv_buffer_size()
941 goto def_value; in amdgpu_device_check_smu_prv_buffer_size()
949 def_value: in amdgpu_device_check_smu_prv_buffer_size()
/Linux-v4.19/arch/sh/boards/mach-ecovec24/
Dsetup.c380 .def_value = 1,