Home
last modified time | relevance | path

Searched defs:pin (Results 451 – 475 of 722) sorted by relevance

1...<<11121314151617181920>>...29

/openbmc/linux/drivers/ptp/
H A Dptp_clock.c413 struct ptp_pin_desc *pin = NULL; in ptp_find_pin() local
/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-msm8226.c139 #define DECLARE_MSM_GPIO_PINS(pin) static const unsigned int gpio##pin##_pins[] = { pin } argument
/openbmc/linux/drivers/irqchip/
H A Dirq-mbigen.c69 unsigned int nid, pin; in get_mbigen_vec_reg() local
/openbmc/linux/drivers/pinctrl/renesas/
H A Dpfc-sh73a0.c1154 #define SH73A0_PIN_I_PD(pin) SH_PFC_PIN_CFG(pin, __I | __PD) argument
1155 #define SH73A0_PIN_I_PU(pin) SH_PFC_PIN_CFG(pin, __I | __PU) argument
1156 #define SH73A0_PIN_I_PU_PD(pin) SH_PFC_PIN_CFG(pin, __I | __PUD) argument
1157 #define SH73A0_PIN_IO(pin) SH_PFC_PIN_CFG(pin, __IO) argument
1158 #define SH73A0_PIN_IO_PD(pin) SH_PFC_PIN_CFG(pin, __IO | __PD) argument
1159 #define SH73A0_PIN_IO_PU(pin) SH_PFC_PIN_CFG(pin, __IO | __PU) argument
1160 #define SH73A0_PIN_IO_PU_PD(pin) SH_PFC_PIN_CFG(pin, __IO | __PUD) argument
1161 #define SH73A0_PIN_O(pin) SH_PFC_PIN_CFG(pin, __O) argument
4113 static int sh73a0_pin_to_portcr(unsigned int pin) in sh73a0_pin_to_portcr()
/openbmc/openpower-vpd-parser/config/ibm/
H A D50001001.json1559 "pin": "SLOT0_PRSNT_EN_RSVD", string
1564 "pin": "SLOT0_PRSNT_EN_RSVD", string
1629 "pin": "SLOT3_PRSNT_EN_RSVD", string
1634 "pin": "SLOT3_PRSNT_EN_RSVD", string
1699 "pin": "SLOT4_PRSNT_EN_RSVD", string
1704 "pin": "SLOT4_PRSNT_EN_RSVD", string
1903 "pin": "SLOT2_PRSNT_EN_RSVD", string
1908 "pin": "SLOT2_PRSNT_EN_RSVD", string
1939 "pin": "SLOT6_PRSNT_EN_RSVD", string
1944 "pin": "SLOT6_PRSNT_EN_RSVD", string
[all …]
H A D50001000.json1702 "pin": "SLOT0_PRSNT_EN_RSVD", string
1707 "pin": "SLOT0_PRSNT_EN_RSVD", string
1772 "pin": "SLOT3_PRSNT_EN_RSVD", string
1777 "pin": "SLOT3_PRSNT_EN_RSVD", string
1842 "pin": "SLOT4_PRSNT_EN_RSVD", string
1847 "pin": "SLOT4_PRSNT_EN_RSVD", string
2043 "pin": "SLOT2_PRSNT_EN_RSVD", string
2048 "pin": "SLOT2_PRSNT_EN_RSVD", string
2079 "pin": "SLOT6_PRSNT_EN_RSVD", string
2084 "pin": "SLOT6_PRSNT_EN_RSVD", string
[all …]
/openbmc/linux/sound/pci/ymfpci/
H A Dymfpci_main.c1629 static int snd_ymfpci_get_gpio_out(struct snd_ymfpci *chip, int pin) in snd_ymfpci_get_gpio_out()
1649 static int snd_ymfpci_set_gpio_out(struct snd_ymfpci *chip, int pin, int enable) in snd_ymfpci_set_gpio_out()
1671 int pin = (int)kcontrol->private_value; in snd_ymfpci_gpio_sw_get() local
1679 int pin = (int)kcontrol->private_value; in snd_ymfpci_gpio_sw_put() local
/openbmc/linux/sound/soc/sunxi/
H A Dsun4i-i2s.c141 #define SUN50I_H6_I2S_TX_CHAN_SEL_REG(pin) (0x34 + 4 * (pin)) argument
142 #define SUN50I_H6_I2S_TX_CHAN_MAP0_REG(pin) (0x44 + 8 * (pin)) argument
143 #define SUN50I_H6_I2S_TX_CHAN_MAP1_REG(pin) (0x48 + 8 * (pin)) argument
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.h355 u8 pin; member
378 u8 pin; member
421 unsigned int pin; member
H A Dpinctrl-equilibrium.h39 #define PARSE_DRV_CURRENT(val, pin) (((val) >> ((pin) * 2)) & 0x3) argument
H A Dpinctrl-stmfx.c216 unsigned int pin, unsigned long *config) in stmfx_pinconf_get()
285 static int stmfx_pinconf_set(struct pinctrl_dev *pctldev, unsigned int pin, in stmfx_pinconf_set()
/openbmc/linux/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-ld6b.c925 static int uniphier_ld6b_get_gpio_muxval(unsigned int pin, in uniphier_ld6b_get_gpio_muxval()
H A Dpinctrl-uniphier-pro4.c1220 static int uniphier_pro4_get_gpio_muxval(unsigned int pin, in uniphier_pro4_get_gpio_muxval()
H A Dpinctrl-uniphier-pro5.c989 static int uniphier_pro5_get_gpio_muxval(unsigned int pin, in uniphier_pro5_get_gpio_muxval()
/openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/
H A Dgpio.h90 enum stm32_gpio_pin pin; member
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu.c108 unsigned short pin; /* Part identification number */ in print_cpuinfo() local
/openbmc/u-boot/arch/arm/include/asm/arch-stm32/
H A Dgpio.h89 enum stm32_gpio_pin pin; member
/openbmc/linux/sound/soc/ti/
H A Dams-delta.c107 int pin, changed = 0; in ams_delta_set_audio_mode() local
/openbmc/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx.c754 int pin, u16 pin_cfg) in nxp_c45_gpio_config()
767 int pin; in nxp_c45_perout_enable() local
865 int pin; in nxp_c45_extts_enable() local
933 static int nxp_c45_ptp_verify_pin(struct ptp_clock_info *ptp, unsigned int pin, in nxp_c45_ptp_verify_pin()
/openbmc/linux/drivers/rtc/
H A Drtc-omap.c599 unsigned int pin, unsigned long *config) in rtc_pinconf_get()
627 unsigned int pin, unsigned long *configs, in rtc_pinconf_set()
/openbmc/linux/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c891 static int vip_gpio_reserve(struct device *dev, int pin, int dir, in vip_gpio_reserve()
931 static void vip_gpio_release(struct device *dev, int pin, const char *name) in vip_gpio_release()
/openbmc/linux/arch/x86/pci/
H A Dpcbios.c405 int pcibios_set_irq_routing(struct pci_dev *dev, int pin, int irq) in pcibios_set_irq_routing()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Devergreen_hdmi.c39 struct r600_audio_pin *pin, in dce4_audio_enable()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.h36 #define TSIO_PIN_VALID(pin) ((pin) >= 0 && (pin) < (BNXT_MAX_TSIO_PINS)) argument
/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.h62 #define ALTERNATE_FUNCTIONS(pin, sel_bit, alt1, alt2, alta, altb, altc) \ argument

1...<<11121314151617181920>>...29