Searched refs:def_value (Results 1 – 5 of 5) sorted by relevance
| /drivers/video/backlight/ |
| A D | gpio_backlight.c | 54 int ret, init_brightness, def_value; in gpio_backlight_probe() local 63 def_value = device_property_read_bool(dev, "default-on"); in gpio_backlight_probe() 83 bl->props.power = def_value ? BACKLIGHT_POWER_ON in gpio_backlight_probe()
|
| A D | lv5207lp.c | 108 props.brightness = clamp_t(unsigned int, pdata->def_value, 0, in lv5207lp_probe()
|
| A D | bd6107.c | 155 props.brightness = clamp_t(unsigned int, pdata->def_value, 0, in bd6107_probe()
|
| /drivers/ata/ |
| A D | ahci_imx.c | 685 u32 def_value; member 768 .def_value = IMX6Q_GPR13_SATA_TX_LVL_1_025_V, 773 .def_value = IMX6Q_GPR13_SATA_TX_BOOST_3_33_DB, 778 .def_value = IMX6Q_GPR13_SATA_TX_ATTEN_9_16, 783 .def_value = IMX6Q_GPR13_SATA_RX_EQ_VAL_3_0_DB, 786 .def_value = IMX6Q_GPR13_SATA_MPLL_SS_EN, 805 reg_value |= prop->def_value; in imx_ahci_parse_props() 811 prop->name, prop->def_value); in imx_ahci_parse_props() 812 reg_value |= prop->def_value; in imx_ahci_parse_props() 828 reg_value |= prop->def_value; in imx_ahci_parse_props()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_device.c | 2021 goto def_value; in amdgpu_device_check_smu_prv_buffer_size() 2036 goto def_value; in amdgpu_device_check_smu_prv_buffer_size() 2044 def_value: in amdgpu_device_check_smu_prv_buffer_size()
|
Completed in 21 milliseconds