Searched refs:container_of (Results 201 - 225 of 4315) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkvm_e500.h67 return container_of(vcpu, struct kvmppc_vcpu_e500, vcpu);
H A Dps3stor.h59 return container_of(dev, struct ps3_storage_device, sbd.core);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/bfs/
H A Dbfs.h40 return container_of(inode, struct bfs_inode_info, vfs_inode);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dnode.h86 #define to_node(sys_device) container_of(sys_device, struct node, sysdev)
H A Dplist.h255 container_of(plist_first(head), type, member); \
259 container_of(plist_first(head), type, member)
272 container_of(plist_last(head), type, member); \
276 container_of(plist_last(head), type, member)
H A Dshmem_fs.h39 return container_of(inode, struct shmem_inode_info, vfs_inode);
H A Denclosure.h109 return container_of(dev, struct enclosure_device, edev);
115 return container_of(dev, struct enclosure_component, cdev);
H A Dmaple.h99 #define to_maple_dev(n) container_of(n, struct maple_device, dev)
100 #define to_maple_driver(n) container_of(n, struct maple_driver, drv)
H A Dsuperhyway.h60 #define to_superhyway_driver(d) container_of((d), struct superhyway_driver, drv)
76 #define to_superhyway_device(d) container_of((d), struct superhyway_device, dev)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Dcpu-freq.h70 #define to_s3c_cpufreq(_cf) container_of(_cf, struct s3c_cpufreq_freqs, freqs)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dsuperhyway.h60 #define to_superhyway_driver(d) container_of((d), struct superhyway_driver, drv)
76 #define to_superhyway_device(d) container_of((d), struct superhyway_device, dev)
H A Dtc.h94 #define to_tc_dev(n) container_of(n, struct tc_dev, dev)
110 #define to_tc_driver(drv) container_of(drv, struct tc_driver, driver)
H A Denclosure.h109 return container_of(dev, struct enclosure_device, edev);
115 return container_of(dev, struct enclosure_component, cdev);
H A Dmaple.h99 #define to_maple_dev(n) container_of(n, struct maple_device, dev)
100 #define to_maple_driver(n) container_of(n, struct maple_driver, drv)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/uwb/
H A Dumc.h73 #define to_umc_dev(d) container_of(d, struct umc_dev, dev)
98 #define to_umc_driver(d) container_of(d, struct umc_driver, driver)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/w1/slaves/
H A Dw1_bq27000.c30 struct w1_slave *sl = container_of(dev, struct w1_slave, dev);
45 struct w1_slave *sl = container_of(dev, struct w1_slave, dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/cx23885/
H A Dcx23885-ir.c40 container_of(work, struct cx23885_dev, ir_rx_work);
63 container_of(work, struct cx23885_dev, ir_tx_work);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/dream/
H A Dgpio_output.c26 oi = container_of(info, struct gpio_event_output_info, info);
44 oi = container_of(info, struct gpio_event_output_info, info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-ir.c40 container_of(work, struct cx23885_dev, ir_rx_work);
63 container_of(work, struct cx23885_dev, ir_tx_work);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/dream/
H A Dgpio_output.c26 oi = container_of(info, struct gpio_event_output_info, info);
44 oi = container_of(info, struct gpio_event_output_info, info);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/w1/slaves/
H A Dw1_bq27000.c30 struct w1_slave *sl = container_of(dev, struct w1_slave, dev);
45 struct w1_slave *sl = container_of(dev, struct w1_slave, dev);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-integrator/
H A Dlm.c17 #define to_lm_device(d) container_of(d, struct lm_device, dev)
18 #define to_lm_driver(d) container_of(d, struct lm_driver, drv)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-mxc/include/mach/
H A Dipu.h178 #define to_tx_desc(tx) container_of(tx, struct idmac_tx_desc, txd)
179 #define to_idmac_chan(c) container_of(c, struct idmac_channel, dma_chan)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-versatile/
H A Dleds.c51 struct versatile_led *led = container_of(cdev,
64 struct versatile_led *led = container_of(cdev,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-versatile/
H A Dleds.c51 struct versatile_led *led = container_of(cdev,
64 struct versatile_led *led = container_of(cdev,

Completed in 228 milliseconds

1234567891011>>