| /OK3568_Linux_fs/kernel/arch/sh/drivers/pci/ |
| H A D | fixups-rts7751r2d.c | 31 int pcibios_map_platform_irq(const struct pci_dev *pdev, u8 slot, u8 pin) in pcibios_map_platform_irq()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-zynq.c | 225 static int zynq_gpio_get_value(struct gpio_chip *chip, unsigned int pin) in zynq_gpio_get_value() 268 static void zynq_gpio_set_value(struct gpio_chip *chip, unsigned int pin, in zynq_gpio_set_value() 305 static int zynq_gpio_dir_in(struct gpio_chip *chip, unsigned int pin) in zynq_gpio_dir_in() 344 static int zynq_gpio_dir_out(struct gpio_chip *chip, unsigned int pin, in zynq_gpio_dir_out() 380 static int zynq_gpio_get_direction(struct gpio_chip *chip, unsigned int pin) in zynq_gpio_get_direction()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/actions/ |
| H A D | pinctrl-owl.c | 254 unsigned int pin, in owl_pin_config_get() 284 unsigned int pin, in owl_pin_config_set() 502 owl_gpio_get_port(struct owl_pinctrl *pctrl, unsigned int *pin) in owl_gpio_get_port() 520 static void owl_gpio_update_reg(void __iomem *base, unsigned int pin, int flag) in owl_gpio_update_reg() 836 unsigned int pin, irq, offset = 0, i; in owl_gpio_irq_handler() local
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | bios32.c | 362 static u8 pcibios_swizzle(struct pci_dev *dev, u8 *pin) in pcibios_swizzle() 382 static int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_irq()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/ |
| H A D | core.c | 110 int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin) in sh_pfc_get_pin_index() 387 sh_pfc_pin_to_bias_reg(const struct sh_pfc *pfc, unsigned int pin, in sh_pfc_pin_to_bias_reg() 829 u32 reg, unsigned int pin) in sh_pfc_check_pin() 927 const struct sh_pfc_pin *pin = &info->pins[i]; in sh_pfc_check_info() local
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common.h | 36 struct pinctrl_pin_desc pin; member 67 unsigned pin; member 103 unsigned short pin; member 127 unsigned short pin; member
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/ |
| H A D | coyote-pci.c | 38 static int __init coyote_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in coyote_map_irq()
|
| H A D | gtwx5715-pci.c | 40 static int __init gtwx5715_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in gtwx5715_map_irq()
|
| H A D | ixdp425-pci.c | 44 static int __init ixdp425_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in ixdp425_map_irq()
|
| H A D | nslu2-pci.c | 39 static int __init nslu2_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in nslu2_map_irq()
|
| H A D | miccpt-pci.c | 45 static int __init miccpt_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in miccpt_map_irq()
|
| H A D | fsg-pci.c | 39 static int __init fsg_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in fsg_map_irq()
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | fixup-capcella.c | 28 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_irq()
|
| H A D | fixup-ip32.c | 43 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_irq()
|
| H A D | pci-tx4939.c | 71 int tx4939_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in tx4939_pci_map_irq()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-orion5x/ |
| H A D | board-mss2.c | 27 static int __init mss2_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in mss2_pci_map_irq()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | qe_io.c | 16 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | qe_io.c | 17 void qe_config_iopin(u8 port, u8 pin, int dir, int open_drain, int assign) in qe_config_iopin()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | adp5588-keys.c | 351 unsigned short pin = pdata->gpimap[i].pin; in adp5588_setup() local 402 unsigned short pin = kpad->gpimap[i].pin; in adp5588_report_switch_state() local 474 unsigned short pin = pdata->gpimap[i].pin; in adp5588_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | dce6_afmt.c | 82 struct r600_audio_pin *pin = NULL; in dce6_audio_get_pin() local 258 struct r600_audio_pin *pin, in dce6_audio_enable()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-rockchip.c | 333 u8 pin; member 350 u8 pin; member 401 static int rockchip_verify_config(struct udevice *dev, u32 bank, u32 pin) in rockchip_verify_config() 827 static void rockchip_get_recalced_mux(struct rockchip_pin_bank *bank, int pin, in rockchip_get_recalced_mux() 1559 rockchip_get_mux_route(struct rockchip_pin_bank *bank, int pin, in rockchip_get_mux_route() 1583 static int rockchip_get_mux(struct rockchip_pin_bank *bank, int pin) in rockchip_get_mux() 1647 int pin, int mux) in rockchip_verify_mux() 1682 static int rockchip_set_mux(struct rockchip_pin_bank *bank, int pin, int mux) in rockchip_set_mux() 2839 u32 pin, u32 param, u32 arg) in rockchip_pinconf_set() 2941 u32 bank, pin, mux, conf, arg, default_val; local [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra124/ |
| H A D | pinmux.c | 11 #define PIN(pin, f0, f1, f2, f3) \ argument
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | sys_sx164.c | 99 sx164_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in sx164_map_irq()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_irq.c | 1030 static bool gen11_port_hotplug_long_detect(enum hpd_pin pin, u32 val) in gen11_port_hotplug_long_detect() 1050 static bool bxt_port_hotplug_long_detect(enum hpd_pin pin, u32 val) in bxt_port_hotplug_long_detect() 1064 static bool icp_ddi_port_hotplug_long_detect(enum hpd_pin pin, u32 val) in icp_ddi_port_hotplug_long_detect() 1078 static bool icp_tc_port_hotplug_long_detect(enum hpd_pin pin, u32 val) in icp_tc_port_hotplug_long_detect() 1098 static bool spt_port_hotplug2_long_detect(enum hpd_pin pin, u32 val) in spt_port_hotplug2_long_detect() 1108 static bool spt_port_hotplug_long_detect(enum hpd_pin pin, u32 val) in spt_port_hotplug_long_detect() 1124 static bool ilk_port_hotplug_long_detect(enum hpd_pin pin, u32 val) in ilk_port_hotplug_long_detect() 1134 static bool pch_port_hotplug_long_detect(enum hpd_pin pin, u32 val) in pch_port_hotplug_long_detect() 1148 static bool i9xx_port_hotplug_long_detect(enum hpd_pin pin, u32 val) in i9xx_port_hotplug_long_detect() 1173 bool long_pulse_detect(enum hpd_pin pin, u32 val)) in intel_get_hpd_pins() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | of.c | 412 u8 pin; in of_irq_parse_pci() local 512 int of_irq_parse_and_map_pci(const struct pci_dev *dev, u8 slot, u8 pin) in of_irq_parse_and_map_pci()
|