Searched refs:container_of (Results 1 - 25 of 7855) sorted by path

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Decard.h200 #define ECARD_DEV(_d) container_of((_d), struct expansion_card, dev)
211 #define ECARD_DRV(_d) container_of((_d), struct ecard_driver, drv)
/linux-master/arch/arm/include/asm/xen/
H A Devents.h20 #define xchg_xen_ulong(ptr, val) atomic64_xchg(container_of((long long*)(ptr),\
/linux-master/arch/arm/mach-footbridge/
H A Debsa285.c51 struct ebsa285_led *led = container_of(cdev,
63 struct ebsa285_led *led = container_of(cdev,
H A Dnetwinder-hw.c691 struct netwinder_led *led = container_of(cdev,
708 struct netwinder_led *led = container_of(cdev,
/linux-master/arch/arm/mach-rpc/
H A Ddma.c136 struct iomd_dma *idma = container_of(dma, struct iomd_dma, dma);
144 struct iomd_dma *idma = container_of(dma, struct iomd_dma, dma);
157 struct iomd_dma *idma = container_of(dma, struct iomd_dma, dma);
194 struct iomd_dma *idma = container_of(dma, struct iomd_dma, dma);
267 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma);
301 struct floppy_dma *fdma = container_of(dma, struct floppy_dma, dma);
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c345 lattr = container_of(attr, typeof(*lattr), attr);
357 lattr = container_of(attr, typeof(*lattr), attr.attr);
/linux-master/arch/arm/probes/uprobes/
H A Dactions-arm.c108 struct arch_uprobe *auprobe = container_of(asi, struct arch_uprobe,
132 struct arch_uprobe *auprobe = container_of(asi, struct arch_uprobe,
163 struct arch_uprobe *auprobe = container_of(asi, struct arch_uprobe,
/linux-master/arch/nios2/kernel/
H A Dtime.c54 return container_of(evt, struct nios2_clockevent_dev, ced);
60 return container_of(cs, struct nios2_clocksource, cs);
/linux-master/arch/powerpc/include/asm/
H A Dps3stor.h47 return container_of(dev, struct ps3_storage_device, sbd.core);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c97 struct hpte_cache *pte = container_of(head, struct hpte_cache, rcu_head);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c72 ctx = container_of(kref, struct spu_context, kref);
H A Dgang.c36 gang = container_of(kref, struct spu_gang, kref);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-sysparam.c104 struct param_attr *attr = container_of(kobj_attr, struct param_attr,
125 struct param_attr *attr = container_of(kobj_attr, struct param_attr,
/linux-master/arch/sh/kernel/cpu/irq/
H A Dipr.c27 return container_of(chip, struct ipr_desc, chip);
/linux-master/drivers/atm/
H A Dadummy.c48 struct atm_dev *atm_dev = container_of(dev, struct atm_dev, class_dev);
65 struct atm_dev *atm_dev = container_of(dev, struct atm_dev, class_dev);
/linux-master/drivers/base/
H A Dmodule.c50 mk = container_of(mkobj, struct module_kobject, kobj);
/linux-master/drivers/char/tpm/
H A Dtpm-dev.c23 chip = container_of(inode->i_cdev, struct tpm_chip, cdev);
/linux-master/drivers/clk/actions/
H A Dowl-composite.h115 return container_of(common, struct owl_composite, common);
H A Dowl-divider.h56 return container_of(common, struct owl_divider, common);
H A Dowl-factor.h64 return container_of(common, struct owl_factor, common);
H A Dowl-gate.h63 return container_of(common, struct owl_gate, common);
H A Dowl-mux.h51 return container_of(common, struct owl_mux, common);
H A Dowl-pll.h105 return container_of(common, struct owl_pll, common);
H A Dowl-reset.h26 return container_of(rcdev, struct owl_reset, rcdev);
/linux-master/drivers/clk/at91/
H A Dclk-audio-pll.c78 #define to_clk_audio_frac(hw) container_of(hw, struct clk_audio_frac, hw)
79 #define to_clk_audio_pad(hw) container_of(hw, struct clk_audio_pad, hw)
80 #define to_clk_audio_pmc(hw) container_of(hw, struct clk_audio_pmc, hw)

Completed in 296 milliseconds

1234567891011>>