Searched refs:container_of (Results 276 - 300 of 7855) sorted by path

<<11121314151617181920>>

/linux-master/sound/aoa/core/
H A Dgpio-feature.c213 container_of(work, struct gpio_notification, work.work);
H A Dgpio-pmf.c75 container_of(work, struct gpio_notification, work.work);
/linux-master/sound/firewire/oxfw/
H A Doxfw-scs1x.c176 struct fw_scs1x *scs = container_of(work, struct fw_scs1x, work);
/linux-master/tools/perf/util/
H A Dstrlist.c19 struct strlist *strlist = container_of(rblist, struct strlist, rblist);
49 struct strlist *slist = container_of(rblist, struct strlist, rblist);
50 struct str_node *snode = container_of(rb_node, struct str_node, rb_node);
58 struct str_node *snode = container_of(rb_node, struct str_node, rb_node);
106 snode = container_of(rb_node, struct str_node, rb_node);
205 snode = container_of(rb_node, struct str_node, rb_node);
/linux-master/tools/testing/radix-tree/
H A Dtest.c74 struct item *item = container_of(head, struct item, rcu_head);
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c117 container_of(ctx, struct osf_dirent_callback, ctx);
/linux-master/arch/arc/kernel/
H A Dperf_event.c652 pmu_attr = container_of(attr, struct perf_pmu_events_attr, attr);
/linux-master/arch/arm/common/
H A Dsa1111.c478 return container_of(gc, struct sa1111, gc);
/linux-master/arch/arm/include/asm/hardware/
H A Dlocomo.h180 #define LOCOMO_DEV(_d) container_of((_d), struct locomo_dev, dev)
192 #define LOCOMO_DRV(_d) container_of((_d), struct locomo_driver, drv)
H A Dsa1111.h395 #define to_sa1111_device(x) container_of(x, struct sa1111_dev, dev)
407 #define SA1111_DRV(_d) container_of((_d), struct sa1111_driver, drv)
/linux-master/arch/arm/include/asm/
H A Dptrace.h25 #define to_svc_pt_regs(r) container_of(r, struct svc_pt_regs, regs)
/linux-master/arch/arm/mach-ep93xx/
H A Dclock.c72 #define to_clk_psc(_hw) container_of(_hw, struct clk_psc, hw)
/linux-master/arch/arm/mach-imx/
H A Dmmdc.c60 #define to_mmdc_pmu(p) container_of(p, struct mmdc_pmu, pmu)
426 struct mmdc_pmu *pmu_mmdc = container_of(hrtimer, struct mmdc_pmu,
/linux-master/arch/arm/mach-omap1/
H A Dclock.h93 #define to_omap1_clk(_hw) container_of(_hw, struct omap1_clk, hw)
/linux-master/arch/arm/mach-s3c/
H A Dgpio-core.h83 return container_of(gpc, struct samsung_gpio_chip, chip);
H A Dpm-s3c64xx.c46 pd = container_of(domain, struct s3c64xx_pm_domain, pd);
61 pd = container_of(domain, struct s3c64xx_pm_domain, pd);
/linux-master/arch/arm/mach-sa1100/
H A Dneponset.c57 #define to_neponset_gpio_chip(x) container_of(x, struct neponset_gpio_chip, gc)
/linux-master/arch/arm/mach-versatile/
H A Dspc.c487 #define to_clk_spc(spc) container_of(spc, struct clk_spc, hw)
H A Dversatile.c58 struct amba_device *adev = container_of(dev, struct amba_device, dev);
/linux-master/arch/arm/mm/
H A Ddma-mapping.c1609 container_of(kref, struct dma_iommu_mapping, kref);
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.c1193 container_of(p, struct test_probe, kprobe)->hit = test_instance;
1209 container_of(p, struct test_probe, kprobe)->hit = test_instance;
1218 if (container_of(p, struct test_probe, kprobe)->hit == test_instance)
1237 container_of(p, struct test_probe, kprobe)->hit = test_instance;
/linux-master/arch/arm64/crypto/
H A Dsha1-ce-glue.c42 rem = __sha1_ce_transform(container_of(sst,
H A Dsha2-ce-glue.c43 rem = __sha256_ce_transform(container_of(sst,
/linux-master/arch/arm64/include/asm/
H A Dkvm_mmu.h327 return container_of(mmu->arch, struct kvm, arch);
/linux-master/arch/arm64/kernel/
H A Darmv8_deprecated.c512 struct insn_emulation *insn = container_of(table->data, struct insn_emulation, current_mode);

Completed in 263 milliseconds

<<11121314151617181920>>