Searched refs:intel_get_community (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.c | 147 const struct intel_community *intel_get_community(const struct intel_pinctrl *pctrl, in intel_get_community() function 161 EXPORT_SYMBOL_NS_GPL(intel_get_community, "PINCTRL_INTEL"); 184 community = intel_get_community(pctrl, pin); in intel_get_padcfg() 204 community = intel_get_community(pctrl, pin); in intel_pad_owned_by_host() 229 community = intel_get_community(pctrl, pin); in intel_pad_acpi_mode() 272 community = intel_get_community(pctrl, pin); in intel_pad_locked() 645 const struct intel_community *community = intel_get_community(pctrl, pin); in intel_config_get_pull() 800 const struct intel_community *community = intel_get_community(pctrl, pin); in intel_config_set_pull() 1003 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()
|