ops                49 arch/x86/include/asm/dma-mapping.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops                51 arch/x86/include/asm/dma-mapping.h 	if (ops->mapping_error)
ops                52 arch/x86/include/asm/dma-mapping.h 		return ops->mapping_error(dev, dma_addr);
ops               134 arch/x86/include/asm/dma-mapping.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops               148 arch/x86/include/asm/dma-mapping.h 	if (!ops->alloc)
ops               151 arch/x86/include/asm/dma-mapping.h 	memory = ops->alloc(dev, size, dma_handle,
ops               164 arch/x86/include/asm/dma-mapping.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops               172 arch/x86/include/asm/dma-mapping.h 	if (ops->free)
ops               173 arch/x86/include/asm/dma-mapping.h 		ops->free(dev, size, vaddr, bus, attrs);
ops                 5 arch/x86/include/asm/hash.h extern void setup_arch_fast_hash(struct fast_hash_ops *ops);
ops               176 arch/x86/include/asm/io_apic.h 	const struct irq_domain_ops	*ops;
ops               265 arch/x86/include/asm/kvm_emulate.h 	const struct x86_emulate_ops *ops;
ops               851 arch/x86/include/asm/paravirt.h #define _PVSITE(ptype, clobbers, ops, word, algn)	\
ops               853 arch/x86/include/asm/paravirt.h 	ops;					\
ops               893 arch/x86/include/asm/paravirt.h #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .quad, 8)
ops               908 arch/x86/include/asm/paravirt.h #define PARA_SITE(ptype, clobbers, ops) _PVSITE(ptype, clobbers, ops, .long, 4)
ops               393 arch/x86/include/asm/paravirt_types.h #define DEF_NATIVE(ops, name, code)					\
ops               394 arch/x86/include/asm/paravirt_types.h 	__visible extern const char start_##ops##_##name[], end_##ops##_##name[];	\
ops               395 arch/x86/include/asm/paravirt_types.h 	asm(NATIVE_LABEL("start_", ops, name) code NATIVE_LABEL("end_", ops, name))
ops                20 arch/x86/include/asm/stacktrace.h 				      const struct stacktrace_ops *ops,
ops                28 arch/x86/include/asm/stacktrace.h 		    const struct stacktrace_ops *ops, void *data,
ops                34 arch/x86/include/asm/stacktrace.h 		       const struct stacktrace_ops *ops, void *data,
ops                48 arch/x86/include/asm/stacktrace.h 		const struct stacktrace_ops *ops, void *data);
ops                44 arch/x86/include/asm/uprobes.h 	const struct uprobe_xol_ops	*ops;
ops               177 include/acpi/acpi_bus.h 	struct acpi_device_ops ops;
ops                15 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops                20 include/asm-generic/dma-mapping-common.h 	addr = ops->map_page(dev, virt_to_page(ptr),
ops                34 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops                37 include/asm-generic/dma-mapping-common.h 	if (ops->unmap_page)
ops                38 include/asm-generic/dma-mapping-common.h 		ops->unmap_page(dev, addr, size, dir, attrs);
ops                46 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops                53 include/asm-generic/dma-mapping-common.h 	ents = ops->map_sg(dev, sg, nents, dir, attrs);
ops                63 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops                67 include/asm-generic/dma-mapping-common.h 	if (ops->unmap_sg)
ops                68 include/asm-generic/dma-mapping-common.h 		ops->unmap_sg(dev, sg, nents, dir, attrs);
ops                75 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops                80 include/asm-generic/dma-mapping-common.h 	addr = ops->map_page(dev, page, offset, size, dir, NULL);
ops                89 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops                92 include/asm-generic/dma-mapping-common.h 	if (ops->unmap_page)
ops                93 include/asm-generic/dma-mapping-common.h 		ops->unmap_page(dev, addr, size, dir, NULL);
ops               101 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops               104 include/asm-generic/dma-mapping-common.h 	if (ops->sync_single_for_cpu)
ops               105 include/asm-generic/dma-mapping-common.h 		ops->sync_single_for_cpu(dev, addr, size, dir);
ops               113 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops               116 include/asm-generic/dma-mapping-common.h 	if (ops->sync_single_for_device)
ops               117 include/asm-generic/dma-mapping-common.h 		ops->sync_single_for_device(dev, addr, size, dir);
ops               127 include/asm-generic/dma-mapping-common.h 	const struct dma_map_ops *ops = get_dma_ops(dev);
ops               130 include/asm-generic/dma-mapping-common.h 	if (ops->sync_single_for_cpu)
ops               131 include/asm-generic/dma-mapping-common.h 		ops->sync_single_for_cpu(dev, addr + offset, size, dir);
ops               141 include/asm-generic/dma-mapping-common.h 	const struct dma_map_ops *ops = get_dma_ops(dev);
ops               144 include/asm-generic/dma-mapping-common.h 	if (ops->sync_single_for_device)
ops               145 include/asm-generic/dma-mapping-common.h 		ops->sync_single_for_device(dev, addr + offset, size, dir);
ops               153 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops               156 include/asm-generic/dma-mapping-common.h 	if (ops->sync_sg_for_cpu)
ops               157 include/asm-generic/dma-mapping-common.h 		ops->sync_sg_for_cpu(dev, sg, nelems, dir);
ops               165 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops               168 include/asm-generic/dma-mapping-common.h 	if (ops->sync_sg_for_device)
ops               169 include/asm-generic/dma-mapping-common.h 		ops->sync_sg_for_device(dev, sg, nelems, dir);
ops               208 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops               209 include/asm-generic/dma-mapping-common.h 	BUG_ON(!ops);
ops               210 include/asm-generic/dma-mapping-common.h 	if (ops->mmap)
ops               211 include/asm-generic/dma-mapping-common.h 		return ops->mmap(dev, vma, cpu_addr, dma_addr, size, attrs);
ops               225 include/asm-generic/dma-mapping-common.h 	struct dma_map_ops *ops = get_dma_ops(dev);
ops               226 include/asm-generic/dma-mapping-common.h 	BUG_ON(!ops);
ops               227 include/asm-generic/dma-mapping-common.h 	if (ops->get_sgtable)
ops               228 include/asm-generic/dma-mapping-common.h 		return ops->get_sgtable(dev, sgt, cpu_addr, dma_addr, size,
ops                 5 include/asm-generic/hash.h static inline void setup_arch_fast_hash(struct fast_hash_ops *ops)
ops                53 include/crypto/if_alg.h 	struct proto_ops *ops;
ops                69 include/drm/drm_mipi_dsi.h 	const struct mipi_dsi_host_ops *ops;
ops               306 include/drm/ttm/ttm_object.h 		       const struct dma_buf_ops *ops);
ops               293 include/kvm/arm_vgic.h 		  const struct vgic_ops **ops,
ops               297 include/kvm/arm_vgic.h 		  const struct vgic_ops **ops,
ops               301 include/kvm/arm_vgic.h 				const struct vgic_ops **ops,
ops                69 include/linux/assoc_array.h 			      const struct assoc_array_ops *ops,
ops                72 include/linux/assoc_array.h 				const struct assoc_array_ops *ops);
ops                74 include/linux/assoc_array.h 						   const struct assoc_array_ops *ops,
ops                80 include/linux/assoc_array.h 						   const struct assoc_array_ops *ops,
ops                83 include/linux/assoc_array.h 						  const struct assoc_array_ops *ops);
ops                87 include/linux/assoc_array.h 			  const struct assoc_array_ops *ops,
ops                81 include/linux/assoc_array_priv.h 	const struct assoc_array_ops	*ops;
ops               146 include/linux/atmdev.h 	const struct atmdev_ops *ops;	/* device operations; NULL if unused */
ops               225 include/linux/atmdev.h 				 const struct atmdev_ops *ops,
ops               272 include/linux/atmdev.h 		if (dev->ops->dev_close)
ops               273 include/linux/atmdev.h 			dev->ops->dev_close(dev);
ops               104 include/linux/backlight.h 	const struct backlight_ops *ops;
ops               123 include/linux/backlight.h 	if (bd->ops && bd->ops->update_status)
ops               124 include/linux/backlight.h 		bd->ops->update_status(bd);
ops               129 include/linux/backlight.h 	struct device *dev, void *devdata, const struct backlight_ops *ops,
ops               133 include/linux/backlight.h 	void *devdata, const struct backlight_ops *ops,
ops               318 include/linux/bcma/bcma.h 	const struct bcma_host_ops *ops;
ops               353 include/linux/bcma/bcma.h 	return core->bus->ops->read8(core, offset);
ops               357 include/linux/bcma/bcma.h 	return core->bus->ops->read16(core, offset);
ops               361 include/linux/bcma/bcma.h 	return core->bus->ops->read32(core, offset);
ops               366 include/linux/bcma/bcma.h 	core->bus->ops->write8(core, offset, value);
ops               371 include/linux/bcma/bcma.h 	core->bus->ops->write16(core, offset, value);
ops               376 include/linux/bcma/bcma.h 	core->bus->ops->write32(core, offset, value);
ops               382 include/linux/bcma/bcma.h 	core->bus->ops->block_read(core, buffer, count, offset, reg_width);
ops               388 include/linux/bcma/bcma.h 	core->bus->ops->block_write(core, buffer, count, offset, reg_width);
ops               393 include/linux/bcma/bcma.h 	return core->bus->ops->aread32(core, offset);
ops               398 include/linux/bcma/bcma.h 	core->bus->ops->awrite32(core, offset, value);
ops                66 include/linux/blk-mq.h 	struct blk_mq_ops	*ops;
ops                35 include/linux/bpf.h 	struct bpf_map_ops *ops;
ops                41 include/linux/bpf.h 	struct bpf_map_ops *ops;
ops               112 include/linux/bpf.h 	struct bpf_verifier_ops *ops;
ops               124 include/linux/bpf.h 	struct bpf_verifier_ops *ops;
ops                32 include/linux/c2port.h 	struct c2port_ops *ops;
ops                65 include/linux/c2port.h 					struct c2port_ops *ops, void *devdata);
ops                39 include/linux/can/core.h 	const struct proto_ops *ops;
ops                15 include/linux/cdev.h 	const struct file_operations *ops;
ops                39 include/linux/cdrom.h 	struct cdrom_device_ops  *ops;  /* link to device_ops */
ops                74 include/linux/ceph/auth.h 	const struct ceph_auth_client_ops *ops;  /* null iff protocol==0 */
ops               179 include/linux/ceph/messenger.h 	const struct ceph_connection_operations *ops;
ops               263 include/linux/ceph/messenger.h 			const struct ceph_connection_operations *ops,
ops                37 include/linux/cleancache.h 	cleancache_register_ops(struct cleancache_ops *ops);
ops                33 include/linux/clk-private.h 	const struct clk_ops	*ops;
ops                73 include/linux/clk-private.h 		.ops = &_ops,					\
ops               207 include/linux/clk-provider.h 	const struct clk_ops	*ops;
ops               483 include/linux/clk-provider.h 	struct clk_ops	ops;
ops               150 include/linux/clk/ti.h 	const struct clk_hw_omap_ops	*ops;
ops                37 include/linux/dca.h 	struct dca_ops		*ops;
ops                56 include/linux/dca.h struct dca_provider *alloc_dca_provider(struct dca_ops *ops, int priv_size);
ops                87 include/linux/dlm.h 		      const struct dlm_lockspace_ops *ops, void *ops_arg,
ops               126 include/linux/dma-buf.h 	const struct dma_buf_ops *ops;
ops               184 include/linux/dma-buf.h struct dma_buf *dma_buf_export_named(void *priv, const struct dma_buf_ops *ops,
ops               188 include/linux/dma-buf.h #define dma_buf_export(priv, ops, size, flags, resv)	\
ops               189 include/linux/dma-buf.h 	dma_buf_export_named(priv, ops, size, flags, KBUILD_MODNAME, resv)
ops              1094 include/linux/efi.h 	const struct efivar_operations *ops;
ops              1150 include/linux/efi.h 		     const struct efivar_operations *ops,
ops                90 include/linux/elevator.h 	struct elevator_ops ops;
ops                74 include/linux/fence.h 	const struct fence_ops *ops;
ops               178 include/linux/fence.h void fence_init(struct fence *fence, const struct fence_ops *ops,
ops               246 include/linux/fence.h 	if (fence->ops->signaled && fence->ops->signaled(fence)) {
ops               274 include/linux/fence.h 	if (fence->ops->signaled && fence->ops->signaled(fence)) {
ops                18 include/linux/frontswap.h 	frontswap_register_ops(struct frontswap_ops *ops);
ops              1840 include/linux/fs.h 	const struct super_operations *ops,
ops              2639 include/linux/fs.h struct tree_descr { char *name; const struct file_operations *ops; int mode; };
ops                48 include/linux/fscache-cache.h 	const struct fscache_cache_ops *ops;
ops               532 include/linux/fscache-cache.h 			const struct fscache_cache_ops *ops,
ops               137 include/linux/fsnotify_backend.h 	const struct fsnotify_ops *ops;	/* how this group handles things */
ops               312 include/linux/fsnotify_backend.h extern struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops);
ops                59 include/linux/ftrace.h ftrace_func_t ftrace_ops_get_func(struct ftrace_ops *ops);
ops               166 include/linux/ftrace.h int register_ftrace_function(struct ftrace_ops *ops);
ops               167 include/linux/ftrace.h int unregister_ftrace_function(struct ftrace_ops *ops);
ops               179 include/linux/ftrace.h static inline void ftrace_function_local_enable(struct ftrace_ops *ops)
ops               181 include/linux/ftrace.h 	if (WARN_ON_ONCE(!(ops->flags & FTRACE_OPS_FL_CONTROL)))
ops               184 include/linux/ftrace.h 	(*this_cpu_ptr(ops->disabled))--;
ops               196 include/linux/ftrace.h static inline void ftrace_function_local_disable(struct ftrace_ops *ops)
ops               198 include/linux/ftrace.h 	if (WARN_ON_ONCE(!(ops->flags & FTRACE_OPS_FL_CONTROL)))
ops               201 include/linux/ftrace.h 	(*this_cpu_ptr(ops->disabled))++;
ops               213 include/linux/ftrace.h static inline int ftrace_function_local_disabled(struct ftrace_ops *ops)
ops               215 include/linux/ftrace.h 	WARN_ON_ONCE(!(ops->flags & FTRACE_OPS_FL_CONTROL));
ops               216 include/linux/ftrace.h 	return *this_cpu_ptr(ops->disabled);
ops               227 include/linux/ftrace.h #define register_ftrace_function(ops) ({ 0; })
ops               228 include/linux/ftrace.h #define unregister_ftrace_function(ops) ({ 0; })
ops               266 include/linux/ftrace.h 	int			(*init)(struct ftrace_probe_ops *ops,
ops               268 include/linux/ftrace.h 	void			(*free)(struct ftrace_probe_ops *ops,
ops               272 include/linux/ftrace.h 					 struct ftrace_probe_ops *ops,
ops               277 include/linux/ftrace.h register_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops,
ops               280 include/linux/ftrace.h unregister_ftrace_function_probe(char *glob, struct ftrace_probe_ops *ops,
ops               283 include/linux/ftrace.h unregister_ftrace_function_probe_func(char *glob, struct ftrace_probe_ops *ops);
ops               330 include/linux/ftrace.h int ftrace_set_filter_ip(struct ftrace_ops *ops, unsigned long ip,
ops               332 include/linux/ftrace.h int ftrace_set_filter(struct ftrace_ops *ops, unsigned char *buf,
ops               334 include/linux/ftrace.h int ftrace_set_notrace(struct ftrace_ops *ops, unsigned char *buf,
ops               338 include/linux/ftrace.h void ftrace_free_filter(struct ftrace_ops *ops);
ops               401 include/linux/ftrace.h int ftrace_regex_open(struct ftrace_ops *ops, int flag,
ops               410 include/linux/ftrace.h ftrace_set_early_filter(struct ftrace_ops *ops, char *buf, int enable);
ops               576 include/linux/ftrace.h #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; })
ops               577 include/linux/ftrace.h #define ftrace_set_early_filter(ops, buf, enable) do { } while (0)
ops               578 include/linux/ftrace.h #define ftrace_set_filter_ip(ops, ip, remove, reset) ({ -ENODEV; })
ops               579 include/linux/ftrace.h #define ftrace_set_filter(ops, buf, len, reset) ({ -ENODEV; })
ops               580 include/linux/ftrace.h #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; })
ops               581 include/linux/ftrace.h #define ftrace_free_filter(ops) do { } while (0)
ops                89 include/linux/hdlcdrv.h 	const struct hdlcdrv_ops *ops;
ops               265 include/linux/hdlcdrv.h struct net_device *hdlcdrv_register(const struct hdlcdrv_ops *ops,
ops                44 include/linux/host1x.h 	const struct host1x_client_ops *ops;
ops                72 include/linux/host1x.h 	const struct host1x_bo_ops *ops;
ops                76 include/linux/host1x.h 				  const struct host1x_bo_ops *ops)
ops                78 include/linux/host1x.h 	bo->ops = ops;
ops                83 include/linux/host1x.h 	return bo->ops->get(bo);
ops                88 include/linux/host1x.h 	bo->ops->put(bo);
ops                94 include/linux/host1x.h 	return bo->ops->pin(bo, sgt);
ops                99 include/linux/host1x.h 	bo->ops->unpin(bo, sgt);
ops               104 include/linux/host1x.h 	return bo->ops->mmap(bo);
ops               109 include/linux/host1x.h 	bo->ops->munmap(bo, addr);
ops               114 include/linux/host1x.h 	return bo->ops->kmap(bo, pagenum);
ops               120 include/linux/host1x.h 	bo->ops->kunmap(bo, pagenum, addr);
ops                64 include/linux/hwspinlock.h 		const struct hwspinlock_ops *ops, int base_id, int num_locks);
ops                96 include/linux/if_macvlan.h extern int macvlan_link_register(struct rtnl_link_ops *ops);
ops               166 include/linux/if_team.h 	const struct team_mode_ops *ops;
ops               193 include/linux/if_team.h 	struct team_mode_ops ops;
ops                58 include/linux/iio/trigger.h 	const struct iio_trigger_ops	*ops;
ops                83 include/linux/iio/trigger.h 	module_put(trig->ops->owner);
ops                90 include/linux/iio/trigger.h 	__module_get(trig->ops->owner);
ops                53 include/linux/iommu.h 	const struct iommu_ops *ops;
ops               145 include/linux/iommu.h extern int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops);
ops               135 include/linux/ipack.h 	const struct ipack_driver_ops *ops;
ops               179 include/linux/ipack.h 	const struct ipack_bus_ops *ops;
ops               193 include/linux/ipack.h 					    const struct ipack_bus_ops *ops,
ops               116 include/linux/irqchip/arm-gic.h 					(const struct irq_domain_ops *ops)
ops               118 include/linux/irqchip/arm-gic.h 	gic_routable_irq_domain_ops = ops;
ops                98 include/linux/irqdomain.h 	const struct irq_domain_ops *ops;
ops               116 include/linux/irqdomain.h 				    const struct irq_domain_ops *ops,
ops               121 include/linux/irqdomain.h 					 const struct irq_domain_ops *ops,
ops               127 include/linux/irqdomain.h 					 const struct irq_domain_ops *ops,
ops               141 include/linux/irqdomain.h 					 const struct irq_domain_ops *ops,
ops               144 include/linux/irqdomain.h 	return __irq_domain_add(of_node, size, size, 0, ops, host_data);
ops               148 include/linux/irqdomain.h 					 const struct irq_domain_ops *ops,
ops               151 include/linux/irqdomain.h 	return __irq_domain_add(of_node, 0, max_irq, max_irq, ops, host_data);
ops               155 include/linux/irqdomain.h 				const struct irq_domain_ops *ops,
ops               158 include/linux/irqdomain.h 	return irq_domain_add_legacy(of_node, NUM_ISA_INTERRUPTS, 0, 0, ops,
ops               162 include/linux/irqdomain.h 					 const struct irq_domain_ops *ops,
ops               165 include/linux/irqdomain.h 	return __irq_domain_add(of_node, 0, ~0, 0, ops, host_data);
ops                91 include/linux/kernfs.h 	const struct kernfs_ops	*ops;
ops               284 include/linux/kernfs.h 					 const struct kernfs_ops *ops,
ops               363 include/linux/kernfs.h 		     umode_t mode, loff_t size, const struct kernfs_ops *ops,
ops               425 include/linux/kernfs.h 		      umode_t mode, loff_t size, const struct kernfs_ops *ops,
ops               431 include/linux/kernfs.h 	key = (struct lock_class_key *)&ops->lockdep_key;
ops               433 include/linux/kernfs.h 	return __kernfs_create_file(parent, name, mode, size, ops, priv, ns,
ops               439 include/linux/kernfs.h 		   loff_t size, const struct kernfs_ops *ops, void *priv)
ops               441 include/linux/kernfs.h 	return kernfs_create_file_ns(parent, name, mode, size, ops, priv, NULL);
ops                49 include/linux/kobject_ns.h int kobj_ns_type_register(const struct kobj_ns_type_operations *ops);
ops               334 include/linux/kprobes.h 				  struct ftrace_ops *ops, struct pt_regs *regs);
ops              1051 include/linux/kvm_host.h 	struct kvm_device_ops *ops;
ops              1082 include/linux/kvm_host.h int kvm_register_device_ops(struct kvm_device_ops *ops, u32 type);
ops                73 include/linux/lcd.h 	struct lcd_ops *ops;
ops               108 include/linux/lcd.h 	if (ld->ops && ld->ops->set_power)
ops               109 include/linux/lcd.h 		ld->ops->set_power(ld, power);
ops               114 include/linux/lcd.h 	struct device *parent, void *devdata, struct lcd_ops *ops);
ops               117 include/linux/lcd.h 	void *devdata, struct lcd_ops *ops);
ops               599 include/linux/libata.h 	struct ata_port_operations *ops;
ops               795 include/linux/libata.h 	struct ata_port_operations *ops;
ops              1089 include/linux/libata.h 	return ap->ops == &ata_dummy_port_ops;
ops              1637 include/linux/libata.h 	if (unlikely(!qc) || !ap->ops->error_handler)
ops              1906 include/linux/libata.h 		status = ap->ops->sff_check_status(ap);
ops               102 include/linux/lockdep.h 	unsigned long			ops;
ops                75 include/linux/mailbox_controller.h 	struct mbox_chan_ops *ops;
ops                34 include/linux/mdio-bitbang.h 	const struct mdiobb_ops *ops;
ops               346 include/linux/mfd/abx500.h int abx500_register_ops(struct device *core_dev, struct abx500_ops *ops);
ops                39 include/linux/mfd/abx500/ux500_chargalg.h 	struct ux500_charger_ops ops;
ops                19 include/linux/mfd/mcp.h 	struct mcp_ops	*ops;
ops               911 include/linux/mfd/rtsx_pci.h 	const struct pcr_ops		*ops;
ops               210 include/linux/mmc/host.h 	const struct mmc_host_ops *ops;
ops               406 include/linux/mmc/host.h 	host->ops->enable_sdio_irq(host, 0);
ops               107 include/linux/mmc/sdhci.h 	const struct sdhci_ops *ops;	/* Low level hw interface */
ops                31 include/linux/mmc/sh_mobile_sdhi.h 		    const struct sh_mobile_sdhi_ops *ops);
ops               162 include/linux/mmu_notifier.h 	const struct mmu_notifier_ops *ops;
ops                70 include/linux/moduleparam.h 	const struct kernel_param_ops *ops;
ops                95 include/linux/moduleparam.h 	const struct kernel_param_ops *ops;
ops               165 include/linux/moduleparam.h #define module_param_cb(name, ops, arg, perm)				      \
ops               166 include/linux/moduleparam.h 	__module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, -1, 0)
ops               168 include/linux/moduleparam.h #define module_param_cb_unsafe(name, ops, arg, perm)			      \
ops               169 include/linux/moduleparam.h 	__module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, -1,    \
ops               181 include/linux/moduleparam.h #define __level_param_cb(name, ops, arg, perm, level)			\
ops               182 include/linux/moduleparam.h 	__module_param_call(MODULE_PARAM_PREFIX, name, ops, arg, perm, level, 0)
ops               184 include/linux/moduleparam.h #define core_param_cb(name, ops, arg, perm)		\
ops               185 include/linux/moduleparam.h 	__level_param_cb(name, ops, arg, perm, 1)
ops               187 include/linux/moduleparam.h #define postcore_param_cb(name, ops, arg, perm)		\
ops               188 include/linux/moduleparam.h 	__level_param_cb(name, ops, arg, perm, 2)
ops               190 include/linux/moduleparam.h #define arch_param_cb(name, ops, arg, perm)		\
ops               191 include/linux/moduleparam.h 	__level_param_cb(name, ops, arg, perm, 3)
ops               193 include/linux/moduleparam.h #define subsys_param_cb(name, ops, arg, perm)		\
ops               194 include/linux/moduleparam.h 	__level_param_cb(name, ops, arg, perm, 4)
ops               196 include/linux/moduleparam.h #define fs_param_cb(name, ops, arg, perm)		\
ops               197 include/linux/moduleparam.h 	__level_param_cb(name, ops, arg, perm, 5)
ops               199 include/linux/moduleparam.h #define device_param_cb(name, ops, arg, perm)		\
ops               200 include/linux/moduleparam.h 	__level_param_cb(name, ops, arg, perm, 6)
ops               202 include/linux/moduleparam.h #define late_param_cb(name, ops, arg, perm)		\
ops               203 include/linux/moduleparam.h 	__level_param_cb(name, ops, arg, perm, 7)
ops               217 include/linux/moduleparam.h #define __module_param_call(prefix, name, ops, arg, perm, level, flags)	\
ops               223 include/linux/moduleparam.h 	= { __param_str_##name, ops, VERIFY_OCTAL_PERMISSIONS(perm),	\
ops               472 include/linux/moduleparam.h 	    .ops = &param_ops_##type,					\
ops               204 include/linux/mtd/mtd.h 			  struct mtd_oob_ops *ops);
ops               206 include/linux/mtd/mtd.h 			   struct mtd_oob_ops *ops);
ops               269 include/linux/mtd/mtd.h int mtd_read_oob(struct mtd_info *mtd, loff_t from, struct mtd_oob_ops *ops);
ops               272 include/linux/mtd/mtd.h 				struct mtd_oob_ops *ops)
ops               274 include/linux/mtd/mtd.h 	ops->retlen = ops->oobretlen = 0;
ops               279 include/linux/mtd/mtd.h 	return mtd->_write_oob(mtd, to, ops);
ops               227 include/linux/mtd/onenand.h 			 struct mtd_oob_ops *ops);
ops               166 include/linux/mtd/spi-nor.h 	int (*prepare)(struct spi_nor *nor, enum spi_nor_ops ops);
ops               167 include/linux/mtd/spi-nor.h 	void (*unprepare)(struct spi_nor *nor, enum spi_nor_ops ops);
ops               118 include/linux/net.h 	const struct proto_ops	*ops;
ops                62 include/linux/netdevice.h 				    const struct ethtool_ops *ops);
ops              3476 include/linux/netdevice.h static inline netdev_tx_t __netdev_start_xmit(const struct net_device_ops *ops,
ops              3481 include/linux/netdevice.h 	return ops->ndo_start_xmit(skb, dev);
ops              3487 include/linux/netdevice.h 	const struct net_device_ops *ops = dev->netdev_ops;
ops              3490 include/linux/netdevice.h 	rc = __netdev_start_xmit(ops, skb, dev, more);
ops                47 include/linux/netfilter.h typedef unsigned int nf_hookfn(const struct nf_hook_ops *ops,
ops                40 include/linux/of_pdt.h extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops);
ops                12 include/linux/of_reserved_mem.h 	const struct reserved_mem_ops	*ops;
ops                86 include/linux/oprofile.h int oprofile_arch_init(struct oprofile_operations * ops);
ops               197 include/linux/oprofile.h int __init oprofile_perf_init(struct oprofile_operations *ops);
ops               201 include/linux/oprofile.h static inline int __init oprofile_perf_init(struct oprofile_operations *ops)
ops               229 include/linux/parport.h 	struct parport_operations *ops;
ops               262 include/linux/parport.h 				      struct parport_operations *ops);
ops               465 include/linux/parport.h #define parport_write_data(p,x)            (p)->ops->write_data(p,x)
ops               466 include/linux/parport.h #define parport_read_data(p)               (p)->ops->read_data(p)
ops               467 include/linux/parport.h #define parport_write_control(p,x)         (p)->ops->write_control(p,x)
ops               468 include/linux/parport.h #define parport_read_control(p)            (p)->ops->read_control(p)
ops               469 include/linux/parport.h #define parport_frob_control(p,m,v)        (p)->ops->frob_control(p,m,v)
ops               470 include/linux/parport.h #define parport_read_status(p)             (p)->ops->read_status(p)
ops               471 include/linux/parport.h #define parport_enable_irq(p)              (p)->ops->enable_irq(p)
ops               472 include/linux/parport.h #define parport_disable_irq(p)             (p)->ops->disable_irq(p)
ops               473 include/linux/parport.h #define parport_data_forward(p)            (p)->ops->data_forward(p)
ops               474 include/linux/parport.h #define parport_data_reverse(p)            (p)->ops->data_reverse(p)
ops               454 include/linux/pci.h 	struct pci_ops	*ops;		/* configuration access functions */
ops               774 include/linux/pci.h 				      struct pci_ops *ops, void *sysdata);
ops               775 include/linux/pci.h struct pci_bus *pci_scan_bus(int bus, struct pci_ops *ops, void *sysdata);
ops               777 include/linux/pci.h 				    struct pci_ops *ops, void *sysdata,
ops               783 include/linux/pci.h 					     struct pci_ops *ops, void *sysdata,
ops               861 include/linux/pci.h struct pci_ops *pci_bus_set_ops(struct pci_bus *bus, struct pci_ops *ops);
ops               103 include/linux/pci_hotplug.h 	struct hotplug_slot_ops		*ops;
ops                63 include/linux/phy/phy.h 	const struct phy_ops	*ops;
ops               162 include/linux/phy/phy.h 		       const struct phy_ops *ops,
ops               165 include/linux/phy/phy.h 	const struct phy_ops *ops, struct phy_init_data *init_data);
ops               304 include/linux/phy/phy.h 				     const struct phy_ops *ops,
ops               312 include/linux/phy/phy.h 					  const struct phy_ops *ops,
ops                23 include/linux/pipe_fs_i.h 	const struct pipe_buf_operations *ops;
ops                39 include/linux/platform_data/asoc-ti-mcbsp.h 	struct omap_mcbsp_ops *ops;
ops                41 include/linux/platform_data/remoteproc-omap.h 	const struct rproc_ops *ops;
ops               621 include/linux/pm.h 	struct dev_pm_ops	ops;
ops               118 include/linux/posix-clock.h 	struct posix_clock_operations ops;
ops                81 include/linux/powercap.h 	const struct powercap_control_type_ops *ops;
ops               153 include/linux/powercap.h 	const struct powercap_zone_ops *ops;
ops               211 include/linux/powercap.h 	struct powercap_zone_constraint_ops *ops;
ops               268 include/linux/powercap.h 				const struct powercap_control_type_ops *ops);
ops               310 include/linux/powercap.h 			const struct powercap_zone_ops *ops,
ops                39 include/linux/ppp_channel.h 	const struct ppp_channel_ops *ops; /* operations for this channel */
ops               180 include/linux/preempt.h 	struct preempt_ops *ops;
ops               187 include/linux/preempt.h 				     struct preempt_ops *ops)
ops               190 include/linux/preempt.h 	notifier->ops = ops;
ops               169 include/linux/pwm.h 	const struct pwm_ops	*ops;
ops               438 include/linux/quota.h 	const struct quota_format_ops *ops[MAXQUOTAS];	/* Operations for each type */
ops               255 include/linux/regulator/driver.h 	const struct regulator_ops *ops;
ops               414 include/linux/remoteproc.h 	const struct rproc_ops *ops;
ops               483 include/linux/remoteproc.h 				const struct rproc_ops *ops,
ops                39 include/linux/reset-controller.h 	struct reset_control_ops *ops;
ops                82 include/linux/rfkill.h 					  const struct rfkill_ops *ops,
ops               220 include/linux/rfkill.h 	     const struct rfkill_ops *ops,
ops               105 include/linux/rio.h 	struct rio_switch_ops *ops;
ops               266 include/linux/rio.h 	struct rio_ops *ops;	/* low-level architecture-dependent routines */
ops               475 include/linux/rio.h 	struct rio_scan *ops;
ops               319 include/linux/rio_drv.h 	return mport->ops->add_outb_message(mport, rdev, mbox,
ops               339 include/linux/rio_drv.h 	return mport->ops->add_inb_buffer(mport, mbox, buffer);
ops               351 include/linux/rio_drv.h 	return mport->ops->get_inb_message(mport, mbox);
ops                94 include/linux/rtc.h 	const struct rtc_class_ops *ops;
ops               134 include/linux/rtc.h 					const struct rtc_class_ops *ops,
ops               138 include/linux/rtc.h 					const struct rtc_class_ops *ops,
ops              1736 include/linux/security.h extern int security_module_enable(struct security_operations *ops);
ops              1737 include/linux/security.h extern int register_security(struct security_operations *ops);
ops              1738 include/linux/security.h extern void __init security_fixup_ops(struct security_operations *ops);
ops                34 include/linux/seqno-fence.h 	const struct fence_ops *ops;
ops                52 include/linux/seqno-fence.h 	if (fence->ops != &seqno_fence_ops)
ops                99 include/linux/seqno-fence.h 		 const struct fence_ops *ops)
ops               101 include/linux/seqno-fence.h 	BUG_ON(!fence || !sync_buf || !ops);
ops               102 include/linux/seqno-fence.h 	BUG_ON(!ops->wait || !ops->enable_signaling ||
ops               103 include/linux/seqno-fence.h 	       !ops->get_driver_name || !ops->get_timeline_name);
ops               109 include/linux/seqno-fence.h 	fence->ops = ops;
ops               206 include/linux/serial_core.h 	const struct uart_ops	*ops;
ops               136 include/linux/serial_sci.h 	struct plat_sci_port_ops	*ops;
ops                44 include/linux/sh_clk.h 	struct sh_clk_ops	*ops;
ops               111 include/linux/shdma-base.h 	const struct shdma_ops *ops;
ops              2671 include/linux/skbuff.h 		      __wsum csum, const struct skb_checksum_ops *ops);
ops                59 include/linux/splice.h 	const struct pipe_buf_operations *ops;/* ops associated with output pipe */
ops               264 include/linux/ssb/ssb.h 	const struct ssb_bus_ops *ops;
ops               413 include/linux/ssb/ssb.h 	const struct ssb_bus_ops *ops;
ops               576 include/linux/ssb/ssb.h 	return dev->ops->read8(dev, offset);
ops               580 include/linux/ssb/ssb.h 	return dev->ops->read16(dev, offset);
ops               584 include/linux/ssb/ssb.h 	return dev->ops->read32(dev, offset);
ops               588 include/linux/ssb/ssb.h 	dev->ops->write8(dev, offset, value);
ops               592 include/linux/ssb/ssb.h 	dev->ops->write16(dev, offset, value);
ops               596 include/linux/ssb/ssb.h 	dev->ops->write32(dev, offset, value);
ops               602 include/linux/ssb/ssb.h 	dev->ops->block_read(dev, buffer, count, offset, reg_width);
ops               608 include/linux/ssb/ssb.h 	dev->ops->block_write(dev, buffer, count, offset, reg_width);
ops                61 include/linux/ssb/ssb_driver_gige.h 	return container_of(pdev->bus->ops, struct ssb_gige, pci_ops);
ops                52 include/linux/ste_modem_shm.h 	struct ste_modem_dev_ops ops;
ops                26 include/linux/sungem_phy.h 	const struct mii_phy_ops*	ops;
ops                54 include/linux/sunrpc/rpc_pipe_fs.h 	const struct rpc_pipe_ops *ops;
ops               126 include/linux/sunrpc/rpc_pipe_fs.h struct rpc_pipe *rpc_mkpipe_data(const struct rpc_pipe_ops *ops, int flags);
ops               209 include/linux/sunrpc/sched.h 				const struct rpc_call_ops *ops);
ops               158 include/linux/sunrpc/xprt.h 	struct rpc_xprt_ops *	ops;		/* transport methods */
ops                37 include/linux/superhyway.h 	struct superhyway_ops *ops;
ops                85 include/linux/superhyway.h 	return dev->bus->ops->read_vcr(base, vcr);
ops                92 include/linux/superhyway.h 	return dev->bus->ops->write_vcr(base, vcr);
ops               202 include/linux/suspend.h extern void suspend_set_ops(const struct platform_suspend_ops *ops);
ops               204 include/linux/suspend.h extern void freeze_set_ops(const struct platform_freeze_ops *ops);
ops               229 include/linux/suspend.h static inline void suspend_set_ops(const struct platform_suspend_ops *ops) {}
ops               231 include/linux/suspend.h static inline void freeze_set_ops(const struct platform_freeze_ops *ops) {}
ops               329 include/linux/suspend.h extern void hibernation_set_ops(const struct platform_hibernation_ops *ops);
ops               342 include/linux/suspend.h static inline void hibernation_set_ops(const struct platform_hibernation_ops *ops) {}
ops                21 include/linux/syscore_ops.h extern void register_syscore_ops(struct syscore_ops *ops);
ops                22 include/linux/syscore_ops.h extern void unregister_syscore_ops(struct syscore_ops *ops);
ops                60 include/linux/textsearch.h 	struct ts_ops		*ops;
ops               107 include/linux/textsearch.h 	unsigned int ret = conf->ops->find(conf, state);
ops               136 include/linux/textsearch.h 	return conf->ops->get_pattern(conf);
ops               145 include/linux/textsearch.h 	return conf->ops->get_pattern_len(conf);
ops               153 include/linux/thermal.h 	const struct thermal_cooling_device_ops *ops;
ops               217 include/linux/thermal.h 	struct thermal_zone_device_ops *ops;
ops               202 include/linux/tty.h 	const struct tty_port_operations *ops;	/* Port operations */
ops               242 include/linux/tty.h 	const struct tty_operations *ops;
ops               573 include/linux/tty.h 	if (ld->ops->receive_buf2)
ops               574 include/linux/tty.h 		count = ld->ops->receive_buf2(ld->tty, p, f, count);
ops               578 include/linux/tty.h 			ld->ops->receive_buf(ld->tty, p, f, count);
ops               586 include/linux/tty.h extern void n_tty_inherit_ops(struct tty_ldisc_ops *ops);
ops               326 include/linux/tty_driver.h 	const struct tty_operations *ops;
ops               222 include/linux/tty_ldisc.h 	struct tty_ldisc_ops *ops;
ops               117 include/linux/ucb1400.h 	return ac97->bus->ops->read(ac97, reg);
ops               122 include/linux/ucb1400.h 	ac97->bus->ops->write(ac97, reg, val);
ops               174 include/linux/usb/gadget.h 	const struct usb_ep_ops	*ops;
ops               225 include/linux/usb/gadget.h 	return ep->ops->enable(ep, ep->desc);
ops               242 include/linux/usb/gadget.h 	return ep->ops->disable(ep);
ops               262 include/linux/usb/gadget.h 	return ep->ops->alloc_request(ep, gfp_flags);
ops               277 include/linux/usb/gadget.h 	ep->ops->free_request(ep, req);
ops               340 include/linux/usb/gadget.h 	return ep->ops->queue(ep, req, gfp_flags);
ops               360 include/linux/usb/gadget.h 	return ep->ops->dequeue(ep, req);
ops               386 include/linux/usb/gadget.h 	return ep->ops->set_halt(ep, 1);
ops               404 include/linux/usb/gadget.h 	return ep->ops->set_halt(ep, 0);
ops               420 include/linux/usb/gadget.h 	if (ep->ops->set_wedge)
ops               421 include/linux/usb/gadget.h 		return ep->ops->set_wedge(ep);
ops               423 include/linux/usb/gadget.h 		return ep->ops->set_halt(ep, 1);
ops               443 include/linux/usb/gadget.h 	if (ep->ops->fifo_status)
ops               444 include/linux/usb/gadget.h 		return ep->ops->fifo_status(ep);
ops               460 include/linux/usb/gadget.h 	if (ep->ops->fifo_flush)
ops               461 include/linux/usb/gadget.h 		ep->ops->fifo_flush(ep);
ops               549 include/linux/usb/gadget.h 	const struct usb_gadget_ops	*ops;
ops               644 include/linux/usb/gadget.h 	return gadget->ops->get_frame(gadget);
ops               662 include/linux/usb/gadget.h 	if (!gadget->ops->wakeup)
ops               664 include/linux/usb/gadget.h 	return gadget->ops->wakeup(gadget);
ops               678 include/linux/usb/gadget.h 	if (!gadget->ops->set_selfpowered)
ops               680 include/linux/usb/gadget.h 	return gadget->ops->set_selfpowered(gadget, 1);
ops               695 include/linux/usb/gadget.h 	if (!gadget->ops->set_selfpowered)
ops               697 include/linux/usb/gadget.h 	return gadget->ops->set_selfpowered(gadget, 0);
ops               715 include/linux/usb/gadget.h 	if (!gadget->ops->vbus_session)
ops               717 include/linux/usb/gadget.h 	return gadget->ops->vbus_session(gadget, 1);
ops               734 include/linux/usb/gadget.h 	if (!gadget->ops->vbus_draw)
ops               736 include/linux/usb/gadget.h 	return gadget->ops->vbus_draw(gadget, mA);
ops               752 include/linux/usb/gadget.h 	if (!gadget->ops->vbus_session)
ops               754 include/linux/usb/gadget.h 	return gadget->ops->vbus_session(gadget, 0);
ops               770 include/linux/usb/gadget.h 	if (!gadget->ops->pullup)
ops               772 include/linux/usb/gadget.h 	return gadget->ops->pullup(gadget, 1);
ops               792 include/linux/usb/gadget.h 	if (!gadget->ops->pullup)
ops               794 include/linux/usb/gadget.h 	return gadget->ops->pullup(gadget, 0);
ops               672 include/linux/usb/hcd.h int usb_mon_register(struct usb_mon_operations *ops);
ops               114 include/linux/usb/otg-fsm.h 	struct otg_fsm_ops *ops;
ops               139 include/linux/usb/otg-fsm.h 	if (!fsm->ops->chrg_vbus)
ops               141 include/linux/usb/otg-fsm.h 	fsm->ops->chrg_vbus(fsm, on);
ops               147 include/linux/usb/otg-fsm.h 	if (!fsm->ops->drv_vbus)
ops               151 include/linux/usb/otg-fsm.h 		fsm->ops->drv_vbus(fsm, on);
ops               158 include/linux/usb/otg-fsm.h 	if (!fsm->ops->loc_conn)
ops               162 include/linux/usb/otg-fsm.h 		fsm->ops->loc_conn(fsm, on);
ops               169 include/linux/usb/otg-fsm.h 	if (!fsm->ops->loc_sof)
ops               173 include/linux/usb/otg-fsm.h 		fsm->ops->loc_sof(fsm, on);
ops               180 include/linux/usb/otg-fsm.h 	if (!fsm->ops->start_pulse)
ops               184 include/linux/usb/otg-fsm.h 		fsm->ops->start_pulse(fsm);
ops               191 include/linux/usb/otg-fsm.h 	if (!fsm->ops->start_adp_prb)
ops               196 include/linux/usb/otg-fsm.h 		fsm->ops->start_adp_prb(fsm);
ops               203 include/linux/usb/otg-fsm.h 	if (!fsm->ops->start_adp_sns)
ops               207 include/linux/usb/otg-fsm.h 		fsm->ops->start_adp_sns(fsm);
ops               214 include/linux/usb/otg-fsm.h 	if (!fsm->ops->add_timer)
ops               216 include/linux/usb/otg-fsm.h 	fsm->ops->add_timer(fsm, timer);
ops               222 include/linux/usb/otg-fsm.h 	if (!fsm->ops->del_timer)
ops               224 include/linux/usb/otg-fsm.h 	fsm->ops->del_timer(fsm, timer);
ops               230 include/linux/usb/otg-fsm.h 	if (!fsm->ops->start_host)
ops               232 include/linux/usb/otg-fsm.h 	return fsm->ops->start_host(fsm, on);
ops               237 include/linux/usb/otg-fsm.h 	if (!fsm->ops->start_gadget)
ops               239 include/linux/usb/otg-fsm.h 	return fsm->ops->start_gadget(fsm, on);
ops               185 include/linux/usb/ulpi.h struct usb_phy *otg_ulpi_create(struct usb_phy_io_ops *ops,
ops               188 include/linux/usb/ulpi.h static inline struct usb_phy *otg_ulpi_create(struct usb_phy_io_ops *ops,
ops                53 include/linux/vexpress.h 		struct vexpress_config_bridge_ops *ops, void *context);
ops                44 include/linux/vfio.h 			      const struct vfio_device_ops *ops,
ops                74 include/linux/vfio.h extern int vfio_register_iommu_driver(const struct vfio_iommu_driver_ops *ops);
ops                77 include/linux/vfio.h 				const struct vfio_iommu_driver_ops *ops);
ops                48 include/linux/vga_switcheroo.h 				   const struct vga_switcheroo_client_ops *ops,
ops                51 include/linux/vga_switcheroo.h 					 const struct vga_switcheroo_client_ops *ops,
ops                73 include/linux/vga_switcheroo.h 		const struct vga_switcheroo_client_ops *ops, bool driver_power_control) { return 0; }
ops                77 include/linux/vga_switcheroo.h 	const struct vga_switcheroo_client_ops *ops,
ops                84 include/linux/watchdog.h 	const struct watchdog_ops *ops;
ops                12 include/linux/zbud.h struct zbud_pool *zbud_create_pool(gfp_t gfp, struct zbud_ops *ops);
ops                39 include/linux/zpool.h struct zpool *zpool_create_pool(char *type, gfp_t gfp, struct zpool_ops *ops);
ops                83 include/linux/zpool.h 	void *(*create)(gfp_t gfp, struct zpool_ops *ops);
ops                88 include/media/blackfin/ppi.h 	const struct ppi_ops *ops;
ops               128 include/media/cx2341x.h 	const struct cx2341x_handler_ops *ops;
ops               197 include/media/davinci/vpbe.h 	struct vpbe_device_ops ops;
ops               388 include/media/davinci/vpbe_osd.h 	struct vpbe_osd_ops ops;
ops               148 include/media/exynos-fimc.h 	const struct exynos_media_pipeline_ops *ops;
ops               158 include/media/exynos-fimc.h 	(!(ent) ? -ENOENT : (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \
ops               159 include/media/exynos-fimc.h 	(ent)->pipe->ops->op(((ent)->pipe), ##args) : -ENOIOCTLCMD))	  \
ops                74 include/media/media-entity.h 	const struct media_entity_operations *ops;	/* Entity operations */
ops               157 include/media/media-entity.h 	(((entity)->ops && (entity)->ops->operation) ?			\
ops               158 include/media/media-entity.h 	 (entity)->ops->operation((entity) , ##args) : -ENOIOCTLCMD)
ops                88 include/media/soc_camera.h 	struct soc_camera_host_ops *ops;
ops                66 include/media/tea575x.h 	struct snd_tea575x_ops *ops;
ops                27 include/media/v4l2-clk.h 	const struct v4l2_clk_ops *ops;
ops                44 include/media/v4l2-clk.h struct v4l2_clk *v4l2_clk_register(const struct v4l2_clk_ops *ops,
ops               129 include/media/v4l2-common.h 		const struct v4l2_subdev_ops *ops);
ops               162 include/media/v4l2-common.h 		const struct v4l2_subdev_ops *ops);
ops               184 include/media/v4l2-ctrls.h 	const struct v4l2_ctrl_ops *ops;
ops               289 include/media/v4l2-ctrls.h 	const struct v4l2_ctrl_ops *ops;
ops               444 include/media/v4l2-ctrls.h 			const struct v4l2_ctrl_ops *ops,
ops               466 include/media/v4l2-ctrls.h 			const struct v4l2_ctrl_ops *ops,
ops               489 include/media/v4l2-ctrls.h 			const struct v4l2_ctrl_ops *ops, u32 id, u8 max,
ops               506 include/media/v4l2-ctrls.h 			const struct v4l2_ctrl_ops *ops,
ops               141 include/media/v4l2-device.h 			if ((cond) && (sd)->ops->o && (sd)->ops->o->f)	\
ops               142 include/media/v4l2-device.h 				(sd)->ops->o->f((sd) , ##args);		\
ops               162 include/media/v4l2-device.h 		if ((cond) && (sd)->ops->o && (sd)->ops->o->f)		\
ops               163 include/media/v4l2-device.h 			__err = (sd)->ops->o->f((sd) , ##args);		\
ops               115 include/media/v4l2-event.h 	const struct v4l2_subscribed_event_ops *ops;
ops               129 include/media/v4l2-event.h 			 const struct v4l2_subscribed_event_ops *ops);
ops               597 include/media/v4l2-subdev.h 	const struct v4l2_subdev_ops *ops;
ops               691 include/media/v4l2-subdev.h 		      const struct v4l2_subdev_ops *ops);
ops               699 include/media/v4l2-subdev.h 	(!(sd) ? -ENODEV : (((sd)->ops->o && (sd)->ops->o->f) ?	\
ops               700 include/media/v4l2-subdev.h 		(sd)->ops->o->f((sd) , ##args) : -ENOIOCTLCMD))
ops               703 include/media/v4l2-subdev.h 	((sd)->ops->o && (sd)->ops->o->f)
ops               148 include/media/videobuf-core.h 	const struct videobuf_queue_ops  *ops;
ops               189 include/media/videobuf-core.h 			 const struct videobuf_queue_ops *ops,
ops                20 include/media/videobuf-dma-contig.h 				    const struct videobuf_queue_ops *ops,
ops               103 include/media/videobuf-dma-sg.h 			 const struct videobuf_queue_ops *ops,
ops                33 include/media/videobuf-vmalloc.h 			 const struct videobuf_queue_ops *ops,
ops               397 include/media/videobuf2-core.h 	const struct vb2_ops		*ops;
ops                78 include/net/act_api.h 	const struct tc_action_ops	*ops;
ops               244 include/net/bluetooth/bluetooth.h int  bt_sock_register(int proto, const struct net_proto_family *ops);
ops               584 include/net/bluetooth/l2cap.h 	const struct l2cap_ops	*ops;
ops                81 include/net/busy_poll.h 	const struct net_device_ops *ops;
ops                95 include/net/busy_poll.h 	ops = napi->dev->netdev_ops;
ops                96 include/net/busy_poll.h 	if (!ops->ndo_busy_poll)
ops               100 include/net/busy_poll.h 		rc = ops->ndo_busy_poll(napi);
ops               150 include/net/caif/caif_hsi.h 	struct cfhsi_ops *ops;
ops              3180 include/net/cfg80211.h struct wiphy *wiphy_new(const struct cfg80211_ops *ops, int sizeof_priv);
ops                37 include/net/dst.h 	struct  dst_ops	        *ops;
ops               144 include/net/dst.h 		return dst->ops->cow_metrics(dst, p);
ops               198 include/net/dst.h 		advmss = dst->ops->default_advmss(dst);
ops               219 include/net/dst.h 	return dst->ops->mtu(dst);
ops               375 include/net/dst.h void *dst_alloc(struct dst_ops *ops, struct net_device *dev, int initial_ref,
ops               426 include/net/dst.h 	struct neighbour *n = dst->ops->neigh_lookup(dst, NULL, daddr);
ops               433 include/net/dst.h 	struct neighbour *n =  dst->ops->neigh_lookup(dst, skb, NULL);
ops               440 include/net/dst.h 	if (dst && dst->ops && dst->ops->link_failure)
ops               441 include/net/dst.h 		dst->ops->link_failure(skb);
ops               474 include/net/dst.h 		dst = dst->ops->check(dst, cookie);
ops                18 include/net/dst_ops.h 	int			(*gc)(struct dst_ops *ops);
ops                67 include/net/fib_rules.h 	u32			(*default_pref)(struct fib_rules_ops *ops);
ops                72 include/net/fib_rules.h 	void			(*flush_cache)(struct fib_rules_ops *ops);
ops               126 include/net/fib_rules.h u32 fib_default_rule_pref(struct fib_rules_ops *ops);
ops               212 include/net/flow.h 	const struct flow_cache_ops *ops;
ops                50 include/net/genetlink.h 	int			(*pre_doit)(const struct genl_ops *ops,
ops                53 include/net/genetlink.h 	void			(*post_doit)(const struct genl_ops *ops,
ops                57 include/net/genetlink.h 	const struct genl_ops *	ops;		/* private */
ops               156 include/net/genetlink.h 				    const struct genl_ops *ops, size_t n_ops,
ops               161 include/net/genetlink.h 	family->ops = ops;
ops               168 include/net/genetlink.h #define genl_register_family_with_ops(family, ops)			\
ops               170 include/net/genetlink.h 					    (ops), ARRAY_SIZE(ops),	\
ops               172 include/net/genetlink.h #define genl_register_family_with_ops_groups(family, ops, grps)	\
ops               174 include/net/genetlink.h 					    (ops), ARRAY_SIZE(ops),	\
ops               231 include/net/inet_sock.h static inline struct request_sock *inet_reqsk_alloc(struct request_sock_ops *ops)
ops               233 include/net/inet_sock.h 	struct request_sock *req = reqsk_alloc(ops);
ops               126 include/net/ip_tunnels.h 		       struct rtnl_link_ops *ops, char *devname);
ops               128 include/net/ip_tunnels.h void ip_tunnel_delete_net(struct ip_tunnel_net *itn, struct rtnl_link_ops *ops);
ops                94 include/net/lib80211.h 	struct lib80211_crypto_ops *ops;
ops               115 include/net/lib80211.h int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
ops               116 include/net/lib80211.h int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops);
ops              3056 include/net/mac80211.h 					const struct ieee80211_ops *ops);
ops              4725 include/net/mac80211.h int ieee80211_rate_control_register(const struct rate_control_ops *ops);
ops              4726 include/net/mac80211.h void ieee80211_rate_control_unregister(const struct rate_control_ops *ops);
ops               190 include/net/mac802154.h ieee802154_alloc_device(size_t priv_data_len, struct ieee802154_ops *ops);
ops               154 include/net/neighbour.h 	const struct neigh_ops	*ops;
ops                46 include/net/netfilter/nf_nat_l3proto.h unsigned int nf_nat_ipv4_in(const struct nf_hook_ops *ops, struct sk_buff *skb,
ops                49 include/net/netfilter/nf_nat_l3proto.h 			    unsigned int (*do_chain)(const struct nf_hook_ops *ops,
ops                55 include/net/netfilter/nf_nat_l3proto.h unsigned int nf_nat_ipv4_out(const struct nf_hook_ops *ops, struct sk_buff *skb,
ops                58 include/net/netfilter/nf_nat_l3proto.h 			     unsigned int (*do_chain)(const struct nf_hook_ops *ops,
ops                64 include/net/netfilter/nf_nat_l3proto.h unsigned int nf_nat_ipv4_local_fn(const struct nf_hook_ops *ops,
ops                68 include/net/netfilter/nf_nat_l3proto.h 				  unsigned int (*do_chain)(const struct nf_hook_ops *ops,
ops                74 include/net/netfilter/nf_nat_l3proto.h unsigned int nf_nat_ipv4_fn(const struct nf_hook_ops *ops, struct sk_buff *skb,
ops                77 include/net/netfilter/nf_nat_l3proto.h 			    unsigned int (*do_chain)(const struct nf_hook_ops *ops,
ops                87 include/net/netfilter/nf_nat_l3proto.h unsigned int nf_nat_ipv6_in(const struct nf_hook_ops *ops, struct sk_buff *skb,
ops                90 include/net/netfilter/nf_nat_l3proto.h 			    unsigned int (*do_chain)(const struct nf_hook_ops *ops,
ops                96 include/net/netfilter/nf_nat_l3proto.h unsigned int nf_nat_ipv6_out(const struct nf_hook_ops *ops, struct sk_buff *skb,
ops                99 include/net/netfilter/nf_nat_l3proto.h 			     unsigned int (*do_chain)(const struct nf_hook_ops *ops,
ops               105 include/net/netfilter/nf_nat_l3proto.h unsigned int nf_nat_ipv6_local_fn(const struct nf_hook_ops *ops,
ops               109 include/net/netfilter/nf_nat_l3proto.h 				  unsigned int (*do_chain)(const struct nf_hook_ops *ops,
ops               115 include/net/netfilter/nf_nat_l3proto.h unsigned int nf_nat_ipv6_fn(const struct nf_hook_ops *ops, struct sk_buff *skb,
ops               118 include/net/netfilter/nf_nat_l3proto.h 			    unsigned int (*do_chain)(const struct nf_hook_ops *ops,
ops                18 include/net/netfilter/nf_tables.h 	const struct nf_hook_ops	*ops;
ops                27 include/net/netfilter/nf_tables.h 				   const struct nf_hook_ops *ops,
ops                35 include/net/netfilter/nf_tables.h 	pkt->ops = ops;
ops                36 include/net/netfilter/nf_tables.h 	pkt->xt.hooknum = ops->hooknum;
ops                37 include/net/netfilter/nf_tables.h 	pkt->xt.family = ops->pf;
ops               231 include/net/netfilter/nf_tables.h int nft_register_set(struct nft_set_ops *ops);
ops               232 include/net/netfilter/nf_tables.h void nft_unregister_set(struct nft_set_ops *ops);
ops               261 include/net/netfilter/nf_tables.h 	const struct nft_set_ops	*ops ____cacheline_aligned;
ops               314 include/net/netfilter/nf_tables.h 	const struct nft_expr_ops	*ops;
ops               367 include/net/netfilter/nf_tables.h 	const struct nft_expr_ops	*ops;
ops               471 include/net/netfilter/nf_tables.h 	return ((void *)expr) + expr->ops->size;
ops               552 include/net/netfilter/nf_tables.h 	struct nf_hook_ops		ops[NFT_HOOK_OPS_MAX];
ops               565 include/net/netfilter/nf_tables.h 			  const struct nf_hook_ops *ops);
ops                 9 include/net/netfilter/nf_tables_ipv4.h 		     const struct nf_hook_ops *ops,
ops                16 include/net/netfilter/nf_tables_ipv4.h 	nft_set_pktinfo(pkt, ops, skb, in, out);
ops                 9 include/net/netfilter/nf_tables_ipv6.h 		     const struct nf_hook_ops *ops,
ops                17 include/net/netfilter/nf_tables_ipv6.h 	nft_set_pktinfo(pkt, ops, skb, in, out);
ops               203 include/net/nfc/digital.h 	struct nfc_digital_ops *ops;
ops               235 include/net/nfc/digital.h struct nfc_digital_dev *nfc_digital_allocate_device(struct nfc_digital_ops *ops,
ops               115 include/net/nfc/hci.h 	struct nfc_hci_ops *ops;
ops               147 include/net/nfc/hci.h struct nfc_hci_dev *nfc_hci_allocate_device(struct nfc_hci_ops *ops,
ops                80 include/net/nfc/nci_core.h 	struct nci_ops		*ops;
ops               150 include/net/nfc/nci_core.h struct nci_dev *nci_allocate_device(struct nci_ops *ops,
ops               169 include/net/nfc/nfc.h 	struct nfc_ops *ops;
ops               175 include/net/nfc/nfc.h struct nfc_dev *nfc_allocate_device(struct nfc_ops *ops,
ops               106 include/net/phonet/phonet.h 	const struct proto_ops	*ops;
ops                17 include/net/pkt_cls.h int register_tcf_proto_ops(struct tcf_proto_ops *ops);
ops                18 include/net/pkt_cls.h int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
ops                44 include/net/pkt_cls.h 	cl = tp->q->ops->cl_ops->bind_tcf(tp->q, base, r->classid);
ops                47 include/net/pkt_cls.h 		tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
ops                56 include/net/pkt_cls.h 		tp->q->ops->cl_ops->unbind_tcf(tp->q, cl);
ops               164 include/net/pkt_cls.h 	struct tcf_ematch_ops * ops;
ops               174 include/net/pkt_cls.h 	return !em->ops;
ops                83 include/net/pkt_sched.h struct Qdisc *fifo_create_dflt(struct Qdisc *sch, struct Qdisc_ops *ops,
ops                87 include/net/protocol.h 	const struct proto_ops *ops;
ops                56 include/net/raw.h 		 struct raw_hashinfo *h, const struct seq_operations *ops);
ops                68 include/net/request_sock.h static inline struct request_sock *reqsk_alloc(const struct request_sock_ops *ops)
ops                70 include/net/request_sock.h 	struct request_sock *req = kmem_cache_alloc(ops->slab, GFP_ATOMIC);
ops                73 include/net/request_sock.h 		req->rsk_ops = ops;
ops                98 include/net/rtnetlink.h int __rtnl_link_register(struct rtnl_link_ops *ops);
ops                99 include/net/rtnetlink.h void __rtnl_link_unregister(struct rtnl_link_ops *ops);
ops               101 include/net/rtnetlink.h int rtnl_link_register(struct rtnl_link_ops *ops);
ops               102 include/net/rtnetlink.h void rtnl_link_unregister(struct rtnl_link_ops *ops);
ops               132 include/net/rtnetlink.h void __rtnl_af_unregister(struct rtnl_af_ops *ops);
ops               134 include/net/rtnetlink.h void rtnl_af_register(struct rtnl_af_ops *ops);
ops               135 include/net/rtnetlink.h void rtnl_af_unregister(struct rtnl_af_ops *ops);
ops               140 include/net/rtnetlink.h 				    const struct rtnl_link_ops *ops,
ops                65 include/net/sch_generic.h 	const struct Qdisc_ops	*ops;
ops               248 include/net/sch_generic.h 	const struct tcf_proto_ops	*ops;
ops               398 include/net/sch_generic.h 			  const struct Qdisc_ops *ops);
ops               400 include/net/sch_generic.h 				const struct Qdisc_ops *ops, u32 parentid);
ops                65 include/net/sctp/checksum.h 	const struct skb_checksum_ops ops = {
ops                72 include/net/sctp/checksum.h 					  ~(__u32)0, &ops));
ops              1758 include/net/sock.h 	if (dst && dst->ops->negative_advice) {
ops              1759 include/net/sock.h 		ndst = dst->ops->negative_advice(dst);
ops              1659 include/net/tcp.h static inline __u32 cookie_init_sequence(const struct tcp_request_sock_ops *ops,
ops              1663 include/net/tcp.h 	return ops->cookie_init_seq(sk, skb, mss);
ops              1666 include/net/tcp.h static inline __u32 cookie_init_sequence(const struct tcp_request_sock_ops *ops,
ops               169 include/pcmcia/ss.h 	struct pccard_operations	*ops;
ops               213 include/scsi/libfc.h 	struct fc_rport_operations  *ops;
ops               450 include/sound/ac97_codec.h 	struct snd_ac97_bus_ops *ops;
ops               562 include/sound/ac97_codec.h int snd_ac97_bus(struct snd_card *card, int num, struct snd_ac97_bus_ops *ops,
ops                78 include/sound/ak4xxx-adda.h 	struct snd_ak4xxx_ops ops;
ops                54 include/sound/compress_driver.h 	struct snd_compr_ops *ops;
ops                78 include/sound/compress_driver.h 	struct snd_compr_ops *ops;
ops               147 include/sound/compress_driver.h 	struct snd_compr_ops *ops;
ops                87 include/sound/core.h 	struct snd_device_ops *ops;	/* operations */
ops               304 include/sound/core.h 		   void *device_data, struct snd_device_ops *ops);
ops               101 include/sound/emux_synth.h 	struct snd_emux_operators ops;	/* operators */
ops                67 include/sound/hwdep.h 	struct snd_hwdep_ops ops;
ops                67 include/sound/i2c.h 		void *ops;
ops                69 include/sound/i2c.h 	struct snd_i2c_ops *ops;	/* midlevel operations */
ops                80 include/sound/info.h 		struct snd_info_entry_ops *ops;
ops               103 include/sound/pcm-indirect.h 	if (substream->ops->ack)
ops               104 include/sound/pcm-indirect.h 		substream->ops->ack(substream);
ops               172 include/sound/pcm-indirect.h 	if (substream->ops->ack)
ops               173 include/sound/pcm-indirect.h 		substream->ops->ack(substream);
ops               390 include/sound/pcm.h 	const struct snd_pcm_ops *ops;
ops               854 include/sound/pcm.h 		     const struct snd_pcm_ops *ops);
ops               105 include/sound/rawmidi.h 	struct snd_rawmidi_ops *ops;
ops               132 include/sound/rawmidi.h 	struct snd_rawmidi_global_ops *ops;
ops               156 include/sound/rawmidi.h 			 struct snd_rawmidi_ops *ops);
ops                73 include/sound/sb16_csp.h 	struct snd_sb_csp_ops ops;	/* operators */
ops               191 include/sound/seq_midi_emul.h void snd_midi_process_event(struct snd_midi_op *ops, struct snd_seq_event *ev,
ops               221 include/sound/soc-dai.h 	const struct snd_soc_dai_ops *ops;
ops               504 include/sound/soc.h 	struct snd_ac97_bus_ops *ops, int num);
ops               507 include/sound/soc.h int snd_soc_set_ac97_ops(struct snd_ac97_bus_ops *ops);
ops               508 include/sound/soc.h int snd_soc_set_ac97_ops_of_reset(struct snd_ac97_bus_ops *ops,
ops               879 include/sound/soc.h 	const struct snd_pcm_ops *ops;
ops               979 include/sound/soc.h 	const struct snd_soc_ops *ops;
ops              1113 include/sound/soc.h 	struct snd_pcm_ops ops;
ops               164 include/sound/vx_core.h 	struct snd_vx_ops *ops;
ops               210 include/sound/vx_core.h 			      struct snd_vx_ops *ops, int extra_size);
ops               229 include/sound/vx_core.h 	return chip->ops->test_and_ack(chip);
ops               234 include/sound/vx_core.h 	chip->ops->validate_irq(chip, enable);
ops               239 include/sound/vx_core.h 	return chip->ops->in8(chip, reg);
ops               244 include/sound/vx_core.h 	return chip->ops->in32(chip, reg);
ops               249 include/sound/vx_core.h 	chip->ops->out8(chip, reg, val);
ops               254 include/sound/vx_core.h 	chip->ops->out32(chip, reg, val);
ops               264 include/sound/vx_core.h 	chip->ops->reset_dsp(chip);
ops               291 include/sound/vx_core.h 	chip->ops->dma_write(chip, runtime, pipe, count);
ops               297 include/sound/vx_core.h 	chip->ops->dma_read(chip, runtime, pipe, count);
ops                69 include/target/target_core_backend.h sense_reason_t	sbc_parse_cdb(struct se_cmd *cmd, struct sbc_ops *ops);
ops                19 include/trace/events/fence.h 		__string(driver, fence->ops->get_driver_name(fence))
ops                20 include/trace/events/fence.h 		__string(timeline, fence->ops->get_driver_name(fence))
ops                24 include/trace/events/fence.h 		__string(waiting_driver, f1->ops->get_driver_name(f1))
ops                25 include/trace/events/fence.h 		__string(waiting_timeline, f1->ops->get_timeline_name(f1))
ops                31 include/trace/events/fence.h 		__assign_str(driver, fence->ops->get_driver_name(fence))
ops                32 include/trace/events/fence.h 		__assign_str(timeline, fence->ops->get_timeline_name(fence))
ops                36 include/trace/events/fence.h 		__assign_str(waiting_driver, f1->ops->get_driver_name(f1))
ops                37 include/trace/events/fence.h 		__assign_str(waiting_timeline, f1->ops->get_timeline_name(f1))
ops                58 include/trace/events/fence.h 		__string(driver, fence->ops->get_driver_name(fence))
ops                59 include/trace/events/fence.h 		__string(timeline, fence->ops->get_timeline_name(fence))
ops                65 include/trace/events/fence.h 		__assign_str(driver, fence->ops->get_driver_name(fence))
ops                66 include/trace/events/fence.h 		__assign_str(timeline, fence->ops->get_timeline_name(fence))
ops               172 include/video/mmp_disp.h 	struct mmp_overlay_ops *ops;
ops               243 include/video/mmp_disp.h 	struct mmp_path_ops ops;
ops               255 include/video/mmp_disp.h 		path->ops.set_mode(path, mode);
ops               260 include/video/mmp_disp.h 		path->ops.set_onoff(path, status);
ops               266 include/video/mmp_disp.h 		return path->ops.get_modelist(path, modelist);
ops               273 include/video/mmp_disp.h 		return path->ops.get_overlay(path, overlay_id);
ops               280 include/video/mmp_disp.h 		overlay->ops->set_fetch(overlay, fetch_id);
ops               286 include/video/mmp_disp.h 		overlay->ops->set_onoff(overlay, status);
ops               292 include/video/mmp_disp.h 		overlay->ops->set_win(overlay, win);
ops               298 include/video/mmp_disp.h 		return overlay->ops->set_addr(overlay, addr);
ops               775 include/video/omapdss.h 	} ops;
ops               789 scripts/unifdef.c struct ops;
ops               791 scripts/unifdef.c typedef Linetype eval_fn(const struct ops *, int *, const char **);
ops               825 scripts/unifdef.c eval_unary(const struct ops *ops, int *valp, const char **cpp)
ops               835 scripts/unifdef.c 		debug("eval%d !", ops - eval_ops);
ops               837 scripts/unifdef.c 		lt = eval_unary(ops, valp, &cp);
ops               846 scripts/unifdef.c 		debug("eval%d (", ops - eval_ops);
ops               854 scripts/unifdef.c 		debug("eval%d number", ops - eval_ops);
ops               862 scripts/unifdef.c 		debug("eval%d defined", ops - eval_ops);
ops               882 scripts/unifdef.c 		debug("eval%d symbol", ops - eval_ops);
ops               900 scripts/unifdef.c 		debug("eval%d bad expr", ops - eval_ops);
ops               905 scripts/unifdef.c 	debug("eval%d = %d", ops - eval_ops, *valp);
ops               913 scripts/unifdef.c eval_table(const struct ops *ops, int *valp, const char **cpp)
ops               920 scripts/unifdef.c 	debug("eval%d", ops - eval_ops);
ops               922 scripts/unifdef.c 	lt = ops->inner(ops+1, valp, &cp);
ops               927 scripts/unifdef.c 		for (op = ops->op; op->str != NULL; op++)
ops               933 scripts/unifdef.c 		debug("eval%d %s", ops - eval_ops, op->str);
ops               934 scripts/unifdef.c 		rt = ops->inner(ops+1, &val, &cp);
ops               941 scripts/unifdef.c 	debug("eval%d = %d", ops - eval_ops, *valp);
ops               942 scripts/unifdef.c 	debug("eval%d lt = %s", ops - eval_ops, linetype_name[lt]);