Home
last modified time | relevance | path

Searched refs:prop_val (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/include/linux/
Dextcon-provider.h57 union extcon_property_value prop_val);
60 union extcon_property_value prop_val);
116 union extcon_property_value prop_val) in extcon_set_property() argument
123 union extcon_property_value prop_val) in extcon_set_property_sync() argument
Dextcon.h186 union extcon_property_value *prop_val);
240 union extcon_property_value *prop_val) in extcon_get_property() argument
/Linux-v5.4/arch/arm/mach-bcm/
Dbcm_kona_smc.c46 const __be32 *prop_val; in bcm_kona_smc_init() local
56 prop_val = of_get_address(node, 0, &prop_size, NULL); in bcm_kona_smc_init()
57 if (!prop_val) in bcm_kona_smc_init()
65 buffer_phys = be32_to_cpup(prop_val); in bcm_kona_smc_init()
/Linux-v5.4/drivers/extcon/
Dextcon.c617 union extcon_property_value *prop_val) in extcon_get_property() argument
623 *prop_val = (union extcon_property_value){0}; in extcon_get_property()
660 *prop_val = cable->usb_propval[prop - EXTCON_PROP_USB_MIN]; in extcon_get_property()
663 *prop_val = cable->chg_propval[prop - EXTCON_PROP_CHG_MIN]; in extcon_get_property()
666 *prop_val = cable->jack_propval[prop - EXTCON_PROP_JACK_MIN]; in extcon_get_property()
669 *prop_val = cable->disp_propval[prop - EXTCON_PROP_DISP_MIN]; in extcon_get_property()
696 union extcon_property_value prop_val) in extcon_set_property() argument
727 cable->usb_propval[prop - EXTCON_PROP_USB_MIN] = prop_val; in extcon_set_property()
730 cable->chg_propval[prop - EXTCON_PROP_CHG_MIN] = prop_val; in extcon_set_property()
733 cable->jack_propval[prop - EXTCON_PROP_JACK_MIN] = prop_val; in extcon_set_property()
[all …]
/Linux-v5.4/drivers/watchdog/
Dcpwd.c518 const void *prop_val; in cpwd_probe() local
547 prop_val = of_get_property(options, "watchdog-enable?", NULL); in cpwd_probe()
548 p->enabled = (prop_val ? true : false); in cpwd_probe()
550 prop_val = of_get_property(options, "watchdog-reboot?", NULL); in cpwd_probe()
551 p->reboot = (prop_val ? true : false); in cpwd_probe()
/Linux-v5.4/drivers/media/usb/cpia2/
Dcpia2.h441 void cpia2_set_property_flip(struct camera_data *cam, int prop_val);
442 void cpia2_set_property_mirror(struct camera_data *cam, int prop_val);
Dcpia2_core.c1659 void cpia2_set_property_flip(struct camera_data *cam, int prop_val) in cpia2_set_property_flip() argument
1666 if (prop_val) in cpia2_set_property_flip()
1684 void cpia2_set_property_mirror(struct camera_data *cam, int prop_val) in cpia2_set_property_mirror() argument
1691 if (prop_val) in cpia2_set_property_mirror()
/Linux-v5.4/drivers/staging/greybus/
Dpower_supply.c610 val = le32_to_cpu(resp.prop_val); in __gb_power_supply_property_update()
785 req.prop_val = cpu_to_le32((s32)val); in gb_power_supply_property_set()
/Linux-v5.4/include/linux/greybus/
Dgreybus_protocols.h592 __le32 prop_val; member
598 __le32 prop_val; member