Searched refs:padgrp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.c | 115 const struct intel_padgroup *padgrp = &community->gpps[i]; in intel_community_get_padgroup() local 117 if (pin >= padgrp->base && pin < padgrp->base + padgrp->size) in intel_community_get_padgroup() 118 return padgrp; in intel_community_get_padgroup() 147 const struct intel_padgroup *padgrp; in intel_pad_owned_by_host() local 157 padgrp = intel_community_get_padgroup(community, pin); in intel_pad_owned_by_host() 158 if (!padgrp) in intel_pad_owned_by_host() 161 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host() 163 offset = community->padown_offset + padgrp in intel_pad_owned_by_host() 172 const struct intel_padgroup *padgrp; intel_pad_acpi_mode() local 215 const struct intel_padgroup *padgrp; intel_pad_locked() local 857 intel_gpio_to_pin(struct intel_pinctrl *pctrl, unsigned int offset, const struct intel_community **community, const struct intel_padgroup **padgrp) intel_gpio_to_pin() argument 901 const struct intel_padgroup *padgrp; intel_pin_to_gpio() local 1020 const struct intel_padgroup *padgrp; intel_gpio_irq_ack() local 1042 const struct intel_padgroup *padgrp; intel_gpio_irq_mask_unmask() local 1163 const struct intel_padgroup *padgrp = &community->gpps[gpp]; intel_gpio_community_irq_handler() local 1717 const struct intel_padgroup *padgrp = &community->gpps[gpp]; intel_restore_hostown() local [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.c | 134 const struct intel_padgroup *padgrp = &community->gpps[i]; in intel_community_get_padgroup() local 136 if (pin >= padgrp->base && pin < padgrp->base + padgrp->size) in intel_community_get_padgroup() 137 return padgrp; in intel_community_get_padgroup() 166 const struct intel_padgroup *padgrp; in intel_pad_owned_by_host() local 176 padgrp = intel_community_get_padgroup(community, pin); in intel_pad_owned_by_host() 177 if (!padgrp) in intel_pad_owned_by_host() 180 gpp_offset = padgroup_offset(padgrp, pin); in intel_pad_owned_by_host() 182 offset = community->padown_offset + padgrp in intel_pad_owned_by_host() 191 const struct intel_padgroup *padgrp; intel_pad_acpi_mode() local 234 const struct intel_padgroup *padgrp; intel_pad_locked() local 891 intel_gpio_to_pin(struct intel_pinctrl *pctrl, unsigned int offset, const struct intel_community **community, const struct intel_padgroup **padgrp) intel_gpio_to_pin() argument 937 const struct intel_padgroup *padgrp; intel_pin_to_gpio() local 1056 const struct intel_padgroup *padgrp; intel_gpio_irq_ack() local 1077 const struct intel_padgroup *padgrp; intel_gpio_irq_mask_unmask() local 1221 const struct intel_padgroup *padgrp = &community->gpps[gpp]; intel_gpio_community_irq_handler() local 1826 const struct intel_padgroup *padgrp = &community->gpps[gpp]; intel_restore_hostown() local [all...] |
Completed in 4 milliseconds