Searched refs:intel_get_community (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.c | 135 const struct intel_community *intel_get_community(const struct intel_pinctrl *pctrl, in intel_get_community() function 149 EXPORT_SYMBOL_NS_GPL(intel_get_community, PINCTRL_INTEL); 172 community = intel_get_community(pctrl, pin); in intel_get_padcfg() 192 community = intel_get_community(pctrl, pin); in intel_pad_owned_by_host() 217 community = intel_get_community(pctrl, pin); in intel_pad_acpi_mode() 260 community = intel_get_community(pctrl, pin); in intel_pad_locked() 633 const struct intel_community *community = intel_get_community(pctrl, pin); in intel_config_get_pull() 788 const struct intel_community *community = intel_get_community(pctrl, pin); in intel_config_set_pull() 991 community = intel_get_community(pctrl, pin); in intel_pin_to_gpio()
|
H A D | pinctrl-intel.h | 267 const struct intel_community *intel_get_community(const struct intel_pinctrl *pctrl,
|
H A D | pinctrl-baytrail.c | 566 comm = intel_get_community(vg, offset); in byt_gpio_reg() 1165 comm = intel_get_community(vg, pin); in byt_gpio_dbg_show()
|
H A D | pinctrl-lynxpoint.c | 217 comm = intel_get_community(lg, offset); in lp_gpio_reg()
|