Searched refs:def_value (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | backlight_gpio.c | 14 bool def_value; member 39 priv->def_value = dev_read_bool(dev, "default-on"); in gpio_backlight_ofdata_to_platdata() 48 if (priv->def_value) in gpio_backlight_probe()
|
/openbmc/linux/drivers/video/backlight/ |
H A D | gpio_backlight.c | 55 int ret, init_brightness, def_value; in gpio_backlight_probe() local 64 def_value = device_property_read_bool(dev, "default-on"); in gpio_backlight_probe() 88 bl->props.power = def_value ? FB_BLANK_UNBLANK in gpio_backlight_probe()
|
H A D | lv5207lp.c | 109 props.brightness = clamp_t(unsigned int, pdata->def_value, 0, in lv5207lp_probe()
|
H A D | bd6107.c | 159 props.brightness = clamp_t(unsigned int, pdata->def_value, 0, in bd6107_probe()
|
/openbmc/qemu/qobject/ |
H A D | qdict.c | 263 int64_t def_value) in qdict_get_try_int() argument 269 return def_value; in qdict_get_try_int() 282 bool qdict_get_try_bool(const QDict *qdict, const char *key, bool def_value) in qdict_get_try_bool() argument 286 return qbool ? qbool_get_bool(qbool) : def_value; in qdict_get_try_bool()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qdict.h | 65 int64_t def_value); 66 bool qdict_get_try_bool(const QDict *qdict, const char *key, bool def_value);
|
/openbmc/linux/drivers/ata/ |
H A D | ahci_imx.c | 832 u32 def_value; member 915 .def_value = IMX6Q_GPR13_SATA_TX_LVL_1_025_V, 920 .def_value = IMX6Q_GPR13_SATA_TX_BOOST_3_33_DB, 925 .def_value = IMX6Q_GPR13_SATA_TX_ATTEN_9_16, 930 .def_value = IMX6Q_GPR13_SATA_RX_EQ_VAL_3_0_DB, 933 .def_value = IMX6Q_GPR13_SATA_MPLL_SS_EN, 952 reg_value |= prop->def_value; in imx_ahci_parse_props() 958 prop->name, prop->def_value); in imx_ahci_parse_props() 959 reg_value |= prop->def_value; in imx_ahci_parse_props() 975 reg_value |= prop->def_value; in imx_ahci_parse_props()
|
/openbmc/linux/include/linux/platform_data/ |
H A D | bd6107.h | 12 unsigned int def_value; member
|
H A D | lv5207lp.h | 13 unsigned int def_value; member
|
/openbmc/linux/arch/sh/boards/mach-kfr2r09/ |
H A D | setup.c | 206 .def_value = 13,
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_device.c | 1398 goto def_value; in amdgpu_device_check_smu_prv_buffer_size() 1413 goto def_value; 1421 def_value: in amdgpu_device_init_apu_flags()
|