Searched refs:devres (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A DMakefile13 sys_m68k.o time.o setup.o m68k_ksyms.o devres.o
15 devres-y = ../../../kernel/irq/devres.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A DMakefile2 obj-y := handle.o manage.o spurious.o resend.o chip.o devres.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Ddevres.c2 * drivers/base/devres.c - device resource management
25 struct devres { struct
62 * Release functions for devres group. These callbacks are used only
84 static __always_inline struct devres * alloc_dr(dr_release_t release,
87 size_t tot_size = sizeof(struct devres) + size;
88 struct devres *dr;
111 struct devres *dr;
123 * @release: Release function devres will be associated with
127 * Allocate devres of @size bytes. The allocated area is zeroed, then
132 * Pointer to allocated devres o
[all...]
H A DMakefile5 cpu.o firmware.o init.o map.o devres.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A DMakefile17 obj-$(CONFIG_HAS_IOMEM) += devres.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A DMakefile74 # sparc32 do not use GENERIC_HARDIRQS but uses the generic devres implementation
75 obj-$(CONFIG_SPARC32) += devres.o
76 devres-y := ../../../kernel/irq/devres.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A DMakefile33 obj-$(CONFIG_HAS_IOMEM) += iomap_copy.o devres.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dquirks.c435 u32 devres; local
438 pci_read_config_dword(dev, port, &devres);
439 if ((devres & enable) != enable)
441 mask = (devres >> 16) & 15;
442 base = devres & 0xffff;
461 u32 devres; local
464 pci_read_config_dword(dev, port, &devres);
465 if ((devres & enable) != enable)
467 base = devres & 0xffff0000;
468 mask = (devres
[all...]

Completed in 101 milliseconds