| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | fixup-tb0287.c | 12 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_irq()
|
| H A D | fixup-mpc30x.c | 24 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_irq()
|
| H A D | fixup-rc32434.c | 39 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_irq()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/ |
| H A D | ebsa285-pci.c | 19 static int ebsa285_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in ebsa285_map_irq()
|
| H A D | personal-pci.c | 22 static int personal_server_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in personal_server_map_irq()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/ |
| H A D | irq_alloc.h | 8 int pin; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/ |
| H A D | sg-regs.h | 106 static inline void sg_set_pinsel(unsigned pin, unsigned muxval, in sg_set_pinsel() 120 static inline void sg_set_iectrl(unsigned pin) in sg_set_iectrl()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx.h | 273 #define GTP_GPIO_GET_VALUE(pin) gpio_get_value(pin) argument 274 #define GTP_GPIO_OUTPUT(pin,level) gpio_direction_output(pin,level) argument 275 #define GTP_GPIO_REQUEST(pin, label) gpio_request(pin, label) argument 276 #define GTP_GPIO_FREE(pin) gpio_free(pin) argument
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-artpec6.c | 406 static unsigned int artpec6_pmx_reg_offset(unsigned int pin) in artpec6_pmx_reg_offset() 708 unsigned int pin) in artpec6_pmx_request_gpio() 733 static int artpec6_pconf_get(struct pinctrl_dev *pctldev, unsigned int pin, in artpec6_pconf_get() 794 static int artpec6_pconf_set(struct pinctrl_dev *pctldev, unsigned int pin, in artpec6_pconf_set()
|
| H A D | pinctrl-rockchip.c | 272 unsigned pin) in pin_to_bank() 800 static void rockchip_get_recalced_mux(struct rockchip_pin_bank *bank, int pin, in rockchip_get_recalced_mux() 1038 static bool rockchip_get_mux_route(struct rockchip_pin_bank *bank, int pin, in rockchip_get_mux_route() 1063 static int rockchip_get_mux(struct rockchip_pin_bank *bank, int pin) in rockchip_get_mux() 1141 int pin, int mux) in rockchip_verify_mux() 1178 static int rockchip_set_mux(struct rockchip_pin_bank *bank, int pin, int mux) in rockchip_set_mux() 2789 u32 pin = bank_num * 32 + pin_num; in rk3588_calc_pull_reg_and_bit() local 2817 u32 pin = bank_num * 32 + pin_num; in rk3588_calc_drv_reg_and_bit() local 2846 u32 pin = bank_num * 32 + pin_num; in rk3588_calc_schmitt_reg_and_bit() local 3569 unsigned int pin, u32 param, u32 arg) in rockchip_pinconf_defer_pin() [all …]
|
| H A D | pinconf-generic.c | 57 unsigned pin, in pinconf_generic_dump_one() 110 const char *gname, unsigned pin) in pinconf_generic_dump_pins()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/ |
| H A D | wg302v2-pci.c | 36 static int __init wg302v2_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in wg302v2_map_irq()
|
| H A D | ixdpg425-pci.c | 32 static int __init ixdpg425_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in ixdpg425_map_irq()
|
| H A D | gateway7001-pci.c | 37 u8 pin) in gateway7001_map_irq()
|
| H A D | vulcan-pci.c | 44 static int __init vulcan_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) in vulcan_map_irq()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra114/ |
| H A D | pinmux.c | 11 #define PIN(pin, f0, f1, f2, f3) \ argument
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra210/ |
| H A D | pinmux.c | 11 #define PIN(pin, f0, f1, f2, f3) \ argument
|
| /OK3568_Linux_fs/kernel/arch/sh/drivers/pci/ |
| H A D | fixups-sdk7780.c | 37 int pcibios_map_platform_irq(const struct pci_dev *pdev, u8 slot, u8 pin) in pcibios_map_platform_irq()
|
| H A D | fixups-dreamcast.c | 74 int pcibios_map_platform_irq(const struct pci_dev *dev, u8 slot, u8 pin) in pcibios_map_platform_irq()
|
| H A D | fixups-landisk.c | 21 int pcibios_map_platform_irq(const struct pci_dev *pdev, u8 slot, u8 pin) in pcibios_map_platform_irq()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/tegra30/ |
| H A D | pinmux.c | 11 #define PIN(pin, f0, f1, f2, f3) \ argument
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-iomux.h | 11 __u32 pin; member
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/nuvoton/ |
| H A D | pinctrl-npcm7xx.c | 1411 static void npcm7xx_setfunc(struct regmap *gcr_regmap, const unsigned int *pin, in npcm7xx_setfunc() 1441 struct regmap *gcr_regmap, unsigned int pin) in npcm7xx_get_slew_rate() 1461 struct regmap *gcr_regmap, unsigned int pin, in npcm7xx_set_slew_rate() 1501 unsigned int pin) in npcm7xx_get_drive_strength() 1527 unsigned int pin, int nval) in npcm7xx_set_drive_strength() 1714 static int npcm7xx_config_get(struct pinctrl_dev *pctldev, unsigned int pin, in npcm7xx_config_get() 1778 unsigned int pin, unsigned long config) in npcm7xx_config_set_one() 1829 static int npcm7xx_config_set(struct pinctrl_dev *pctldev, unsigned int pin, in npcm7xx_config_set()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/pll/ |
| H A D | dsi_pll_14nm.c | 301 struct dsi_pll_input *pin = &pll->in; in pll_14nm_dec_frac_calc() local 354 struct dsi_pll_input *pin = &pll->in; in pll_14nm_calc_vco_count() local 394 struct dsi_pll_input *pin = &pll->in; in pll_db_commit_ssc() local 428 struct dsi_pll_input *pin, in pll_db_commit_common() 507 struct dsi_pll_input *pin, in pll_db_commit_14nm() 579 struct dsi_pll_input *pin = &pll_14nm->in; in dsi_pll_14nm_vco_set_rate() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of_pci.h | 35 of_irq_parse_and_map_pci(const struct pci_dev *dev, u8 slot, u8 pin) in of_irq_parse_and_map_pci()
|