Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dextcon-provider.h65 union extcon_property_value prop_val);
68 union extcon_property_value prop_val);
124 union extcon_property_value prop_val) in extcon_set_property() argument
131 union extcon_property_value prop_val) in extcon_set_property_sync() argument
Dextcon.h194 union extcon_property_value *prop_val);
248 union extcon_property_value *prop_val) in extcon_get_property() argument
/Linux-v4.19/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-v4.19/drivers/extcon/
Dextcon.c625 union extcon_property_value *prop_val) in extcon_get_property() argument
631 *prop_val = (union extcon_property_value)(0); in extcon_get_property()
668 *prop_val = cable->usb_propval[prop - EXTCON_PROP_USB_MIN]; in extcon_get_property()
671 *prop_val = cable->chg_propval[prop - EXTCON_PROP_CHG_MIN]; in extcon_get_property()
674 *prop_val = cable->jack_propval[prop - EXTCON_PROP_JACK_MIN]; in extcon_get_property()
677 *prop_val = cable->disp_propval[prop - EXTCON_PROP_DISP_MIN]; in extcon_get_property()
704 union extcon_property_value prop_val) in extcon_set_property() argument
735 cable->usb_propval[prop - EXTCON_PROP_USB_MIN] = prop_val; in extcon_set_property()
738 cable->chg_propval[prop - EXTCON_PROP_CHG_MIN] = prop_val; in extcon_set_property()
741 cable->jack_propval[prop - EXTCON_PROP_JACK_MIN] = prop_val; in extcon_set_property()
[all …]
/Linux-v4.19/drivers/watchdog/
Dcpwd.c534 const void *prop_val; in cpwd_probe() local
563 prop_val = of_get_property(options, "watchdog-enable?", NULL); in cpwd_probe()
564 p->enabled = (prop_val ? true : false); in cpwd_probe()
566 prop_val = of_get_property(options, "watchdog-reboot?", NULL); in cpwd_probe()
567 p->reboot = (prop_val ? true : false); in cpwd_probe()
/Linux-v4.19/drivers/media/usb/cpia2/
Dcpia2.h450 void cpia2_set_property_flip(struct camera_data *cam, int prop_val);
451 void cpia2_set_property_mirror(struct camera_data *cam, int prop_val);
Dcpia2_core.c1668 void cpia2_set_property_flip(struct camera_data *cam, int prop_val) in cpia2_set_property_flip() argument
1675 if (prop_val) in cpia2_set_property_flip()
1693 void cpia2_set_property_mirror(struct camera_data *cam, int prop_val) in cpia2_set_property_mirror() argument
1700 if (prop_val) in cpia2_set_property_mirror()
/Linux-v4.19/drivers/staging/greybus/
Dpower_supply.c611 val = le32_to_cpu(resp.prop_val); in __gb_power_supply_property_update()
786 req.prop_val = cpu_to_le32((s32)val); in gb_power_supply_property_set()
Dgreybus_protocols.h636 __le32 prop_val; member
642 __le32 prop_val; member