Home
last modified time | relevance | path

Searched defs:ops (Results 501 - 525 of 3681) sorted by relevance

1...<<21222324252627282930>>...148

/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_hwdep.c175 static const struct snd_hwdep_ops ops = { in snd_bebob_create_hwdep_device() local
/kernel/linux/linux-5.10/sound/pci/au88x0/
H A Dau88x0.c145 static const struct snd_device_ops ops = { in snd_vortex_create() local
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dctresource.h38 const struct rsc_ops *ops; /* Generic resource operations */ member
H A Dctamixer.h57 const struct amixer_rsc_ops *ops; /* AMixer specific operations */ member
/kernel/linux/linux-5.10/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c85 static const struct snd_device_ops ops = { in snd_pdacf_probe() local
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-hwdep.c169 static const struct snd_hwdep_ops ops = { in snd_dice_create_hwdep() local
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-hwdep.c176 static const struct snd_hwdep_ops ops = { in snd_motu_create_hwdep_device() local
/kernel/linux/linux-5.10/sound/hda/ext/
H A Dhdac_ext_bus.c29 snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev, const struct hdac_bus_ops *ops, const struct hdac_ext_bus_ops *ext_ops) snd_hdac_ext_bus_init() argument
/kernel/linux/linux-5.10/tools/perf/arch/s390/annotate/
H A Dinstructions.c4 static int s390_call__parse(struct arch *arch, struct ins_operands *ops, in s390_call__parse() argument
56 s390_mov__parse(struct arch *arch __maybe_unused, struct ins_operands *ops, struct map_symbol *ms __maybe_unused) s390_mov__parse() argument
111 struct ins_ops *ops = NULL; s390__associate_ins_ops() local
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dsof-acpi-dev.c125 const struct snd_sof_dsp_ops *ops; in sof_acpi_probe() local
[all...]
/kernel/linux/linux-5.10/fs/iomap/
H A Dswapfile.c141 iomap_swapfile_activate(struct swap_info_struct *sis, struct file *swap_file, sector_t *pagespan, const struct iomap_ops *ops) iomap_swapfile_activate() argument
H A Dseek.c21 const struct address_space_operations *ops = inode->i_mapping->a_ops; in page_seek_hole_data() local
140 iomap_seek_hole(struct inode *inode, loff_t offset, const struct iomap_ops *ops) in iomap_seek_hole() argument
183 iomap_seek_data(struct inode *inode, loff_t offset, const struct iomap_ops *ops) in iomap_seek_data() argument
H A Dfiemap.c68 iomap_fiemap(struct inode *inode, struct fiemap_extent_info *fi, u64 start, u64 len, const struct iomap_ops *ops) iomap_fiemap() argument
122 iomap_bmap(struct address_space *mapping, sector_t bno, const struct iomap_ops *ops) iomap_bmap() argument
/kernel/linux/linux-5.10/include/rdma/
H A Dib_umem_odp.h105 ib_umem_odp_get(struct ib_device *device, unsigned long addr, size_t size, int access, const struct mmu_interval_notifier_ops *ops) ib_umem_odp_get() argument
/kernel/linux/linux-5.10/include/sound/ac97/
H A Dcontroller.h32 const struct ac97_controller_ops *ops; member
69 snd_ac97_controller_register(const struct ac97_controller_ops *ops, in snd_ac97_controller_register() argument
/kernel/linux/linux-5.10/fs/fscache/
H A Dcache.c178 fscache_init_cache(struct fscache_cache *cache, const struct fscache_cache_ops *ops, const char *idfmt, ...) fscache_init_cache() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtextsearch.c143 int textsearch_register(struct ts_ops *ops) in textsearch_register() argument
178 textsearch_unregister(struct ts_ops *ops) textsearch_unregister() argument
268 struct ts_ops *ops; textsearch_prepare() local
[all...]
/kernel/linux/linux-5.10/include/sound/
H A Dhda_chmap.h59 struct hdac_chmap_ops ops; member
H A Dhda_component.h60 snd_hdac_acomp_register_notifier(struct hdac_bus *bus, const struct drm_audio_component_audio_ops *ops) snd_hdac_acomp_register_notifier() argument
/kernel/linux/linux-5.10/mm/
H A Dcleancache.c51 int cleancache_register_ops(const struct cleancache_ops *ops) in cleancache_register_ops() argument
/kernel/linux/linux-5.10/kernel/dma/
H A Dops_helpers.c64 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_alloc_pages() local
87 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_common_free_pages() local
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_sched_switch.c90 static void tracing_start_sched_switch(int ops) in tracing_start_sched_switch() argument
112 static void tracing_stop_sched_switch(int ops) in tracing_stop_sched_switch() argument
H A Dtrace_dynevent.h63 struct dyn_event_operations *ops; member
69 int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops) in dyn_event_init() argument
/kernel/linux/linux-5.10/kernel/livepatch/
H A Dpatch.c27 struct klp_ops *ops; in klp_find_ops() local
45 struct klp_ops *ops; in klp_ftrace_handler() local
137 struct klp_ops *ops; in klp_unpatch_func() local
171 struct klp_ops *ops; klp_patch_func() local
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dfailover.c20 static struct net_device *failover_get_bymac(u8 *mac, struct failover_ops **ops) in failover_get_bymac() argument
242 failover_register(struct net_device *dev, struct failover_ops *ops) failover_register() argument

Completed in 10 milliseconds

1...<<21222324252627282930>>...148