/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | sa1111.c | 3 * linux/arch/arm/common/sa1111.c 34 #include <asm/hardware/sa1111.h> 99 struct sa1111 { struct 119 static struct sa1111 *g_sa1111; 194 static int sa1111_map_irq(struct sa1111 *sachip, irq_hw_number_t hwirq) in sa1111_map_irq() 215 struct sa1111 *sachip = irq_desc_get_handler_data(desc); in sa1111_irq_handler() 263 struct sa1111 *sachip = irq_data_get_irq_chip_data(d); in sa1111_mask_irq() 274 struct sa1111 *sachip = irq_data_get_irq_chip_data(d); in sa1111_unmask_irq() 292 struct sa1111 *sachip = irq_data_get_irq_chip_data(d); in sa1111_retrigger_irq() 316 struct sa1111 *sachi in sa1111_type_irq() [all...] |
H A D | Makefile | 8 obj-$(CONFIG_SA1111) += sa1111.o
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | sa1111.c | 3 * linux/arch/arm/common/sa1111.c 33 #include <asm/hardware/sa1111.h> 102 struct sa1111 { struct 122 static struct sa1111 *g_sa1111; 197 static int sa1111_map_irq(struct sa1111 *sachip, irq_hw_number_t hwirq) in sa1111_map_irq() 210 struct sa1111 *sachip = irq_desc_get_handler_data(desc); in sa1111_irq_handler() 258 struct sa1111 *sachip = irq_data_get_irq_chip_data(d); in sa1111_mask_irq() 269 struct sa1111 *sachip = irq_data_get_irq_chip_data(d); in sa1111_unmask_irq() 287 struct sa1111 *sachip = irq_data_get_irq_chip_data(d); in sa1111_retrigger_irq() 311 struct sa1111 *sachi in sa1111_type_irq() [all...] |
H A D | Makefile | 8 obj-$(CONFIG_SA1111) += sa1111.o
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/ |
H A D | neponset.c | 22 #include <asm/hardware/sa1111.h> 78 struct platform_device *sa1111; member 111 GPIO_LOOKUP("sa1111", 1, "a0vcc", GPIO_ACTIVE_HIGH), 112 GPIO_LOOKUP("sa1111", 0, "a1vcc", GPIO_ACTIVE_HIGH), 115 GPIO_LOOKUP("sa1111", 2, "b0vcc", GPIO_ACTIVE_HIGH), 116 GPIO_LOOKUP("sa1111", 3, "b1vcc", GPIO_ACTIVE_HIGH), 235 .name = "sa1111", in neponset_probe() 358 d->sa1111 = platform_device_register_full(&sa1111_devinfo); in neponset_probe() 384 if (!IS_ERR(d->sa1111)) in neponset_remove() 385 platform_device_unregister(d->sa1111); in neponset_remove() [all...] |
H A D | badge4.c | 33 #include <asm/hardware/sa1111.h> 66 .name = "sa1111",
|
H A D | jornada720.c | 24 #include <asm/hardware/sa1111.h> 192 GPIO_LOOKUP("sa1111", 0, "s0-power", GPIO_ACTIVE_HIGH), 193 GPIO_LOOKUP("sa1111", 1, "s1-power", GPIO_ACTIVE_HIGH), 194 GPIO_LOOKUP("sa1111", 2, "s0-3v", GPIO_ACTIVE_HIGH), 195 GPIO_LOOKUP("sa1111", 3, "s1-3v", GPIO_ACTIVE_HIGH), 212 .name = "sa1111",
|
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/ |
H A D | neponset.c | 22 #include <asm/hardware/sa1111.h> 78 struct platform_device *sa1111; member 111 GPIO_LOOKUP("sa1111", 1, "a0vcc", GPIO_ACTIVE_HIGH), 112 GPIO_LOOKUP("sa1111", 0, "a1vcc", GPIO_ACTIVE_HIGH), 115 GPIO_LOOKUP("sa1111", 2, "b0vcc", GPIO_ACTIVE_HIGH), 116 GPIO_LOOKUP("sa1111", 3, "b1vcc", GPIO_ACTIVE_HIGH), 235 .name = "sa1111", in neponset_probe() 358 d->sa1111 = platform_device_register_full(&sa1111_devinfo); in neponset_probe() 384 if (!IS_ERR(d->sa1111)) in neponset_remove() 385 platform_device_unregister(d->sa1111); in neponset_remove() [all...] |
H A D | jornada720.c | 24 #include <asm/hardware/sa1111.h> 192 GPIO_LOOKUP("sa1111", 0, "s0-power", GPIO_ACTIVE_HIGH), 193 GPIO_LOOKUP("sa1111", 1, "s1-power", GPIO_ACTIVE_HIGH), 194 GPIO_LOOKUP("sa1111", 2, "s0-3v", GPIO_ACTIVE_HIGH), 195 GPIO_LOOKUP("sa1111", 3, "s1-3v", GPIO_ACTIVE_HIGH), 212 .name = "sa1111",
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | sa1111_badge4.c | 20 #include <asm/hardware/sa1111.h>
|
H A D | sa1111_lubbock.c | 21 #include <asm/hardware/sa1111.h>
|
H A D | sa1111_generic.c | 21 #include <asm/hardware/sa1111.h> 260 .name = "sa1111-pcmcia",
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-sa1111.c | 18 #include <asm/hardware/sa1111.h> 193 hcd = usb_create_hcd(&ohci_sa1111_hc_driver, &dev->dev, "sa1111"); in ohci_hcd_sa1111_probe() 264 .name = "sa1111-ohci",
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-sa1111.c | 18 #include <asm/hardware/sa1111.h> 190 hcd = usb_create_hcd(&ohci_sa1111_hc_driver, &dev->dev, "sa1111"); in ohci_hcd_sa1111_probe() 284 .name = "sa1111-ohci",
|
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | sa1111ps2.c | 21 #include <asm/hardware/sa1111.h> 365 .name = "sa1111-ps2",
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | sa1111_generic.c | 20 #include <asm/hardware/sa1111.h> 250 .name = "sa1111-pcmcia",
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | sa1111ps2.c | 21 #include <asm/hardware/sa1111.h> 363 .name = "sa1111-ps2",
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | lubbock.c | 46 #include <asm/hardware/sa1111.h> 139 { "sa1111", 0, "a0vpp", GPIO_ACTIVE_HIGH }, 140 { "sa1111", 1, "a1vpp", GPIO_ACTIVE_HIGH }, 141 { "sa1111", 2, "a0vcc", GPIO_ACTIVE_HIGH }, 142 { "sa1111", 3, "a1vcc", GPIO_ACTIVE_HIGH }, 182 .name = "sa1111",
|