/kernel/linux/linux-5.10/kernel/dma/ |
D | mapping.c | 110 const struct dma_map_ops *ops) in dma_go_direct() 129 const struct dma_map_ops *ops) in dma_alloc_direct() 135 const struct dma_map_ops *ops) in dma_map_direct() 144 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs() local 165 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs() local 183 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs() local 206 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() local 220 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource() local 245 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource() local 257 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu() local [all …]
|
/kernel/linux/linux-5.10/fs/nfs_common/ |
D | nfs_ssc.c | 30 void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_register() 44 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_unregister() 62 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops) in nfs_ssc_register() 76 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister() 85 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops) in nfs_ssc_register() 90 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
D | hfi.c | 178 int hfi_session_create(struct venus_inst *inst, const struct hfi_inst_ops *ops) in hfi_session_create() 201 const struct hfi_ops *ops = core->ops; in hfi_session_init() local 238 const struct hfi_ops *ops = inst->core->ops; in hfi_session_deinit() local 265 const struct hfi_ops *ops = inst->core->ops; in hfi_session_start() local 289 const struct hfi_ops *ops = inst->core->ops; in hfi_session_stop() local 324 const struct hfi_ops *ops = inst->core->ops; in hfi_session_abort() local 343 const struct hfi_ops *ops = inst->core->ops; in hfi_session_load_res() local 366 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unload_res() local 390 const struct hfi_ops *ops = inst->core->ops; in hfi_session_flush() local 411 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_buffers() local [all …]
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | abx500-core.c | 19 struct abx500_ops ops; member 23 static void lookup_ops(struct device *dev, struct abx500_ops **ops) in lookup_ops() 36 int abx500_register_ops(struct device *dev, struct abx500_ops *ops) in abx500_register_ops() 65 struct abx500_ops *ops; in abx500_set_register_interruptible() local 78 struct abx500_ops *ops; in abx500_get_register_interruptible() local 91 struct abx500_ops *ops; in abx500_get_register_page_interruptible() local 105 struct abx500_ops *ops; in abx500_mask_and_set_register_interruptible() local 118 struct abx500_ops *ops; in abx500_get_chip_id() local 130 struct abx500_ops *ops; in abx500_event_registers_startup_state_get() local 142 struct abx500_ops *ops; in abx500_startup_irq_enabled() local
|
/kernel/linux/linux-5.10/net/netlabel/ |
D | netlabel_calipso.c | 375 netlbl_calipso_ops_register(const struct netlbl_calipso_ops *ops) in netlbl_calipso_ops_register() 403 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_add() local 420 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_free() local 440 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_remove() local 460 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_getdef() local 477 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_putdef() local 501 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_walk() local 523 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_sock_getattr() local 549 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_sock_setattr() local 566 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_sock_delattr() local [all …]
|
/kernel/linux/linux-5.10/net/core/ |
D | lwtunnel.c | 72 int lwtunnel_encap_add_ops(const struct lwtunnel_encap_ops *ops, in lwtunnel_encap_add_ops() 84 int lwtunnel_encap_del_ops(const struct lwtunnel_encap_ops *ops, in lwtunnel_encap_del_ops() 108 const struct lwtunnel_encap_ops *ops; in lwtunnel_build_state() local 144 const struct lwtunnel_encap_ops *ops; in lwtunnel_valid_encap_type() local 215 const struct lwtunnel_encap_ops *ops = lwtun_encaps[lws->type]; in lwtstate_free() local 230 const struct lwtunnel_encap_ops *ops; in lwtunnel_fill_encap() local 270 const struct lwtunnel_encap_ops *ops; in lwtunnel_get_encap_size() local 292 const struct lwtunnel_encap_ops *ops; in lwtunnel_cmp_encap() local 321 const struct lwtunnel_encap_ops *ops; in lwtunnel_output() local 355 const struct lwtunnel_encap_ops *ops; in lwtunnel_xmit() local [all …]
|
D | fib_rules.c | 55 int fib_default_rule_add(struct fib_rules_ops *ops, in fib_default_rule_add() 83 static u32 fib_default_rule_pref(struct fib_rules_ops *ops) in fib_default_rule_pref() 106 struct fib_rules_ops *ops; in lookup_rules_ops() local 122 static void rules_ops_put(struct fib_rules_ops *ops) in rules_ops_put() 128 static void flush_route_cache(struct fib_rules_ops *ops) in flush_route_cache() 134 static int __fib_rules_register(struct fib_rules_ops *ops) in __fib_rules_register() 166 struct fib_rules_ops *ops; in fib_rules_register() local 186 static void fib_rules_cleanup_ops(struct fib_rules_ops *ops) in fib_rules_cleanup_ops() 198 void fib_rules_unregister(struct fib_rules_ops *ops) in fib_rules_unregister() 259 static int fib_rule_match(struct fib_rule *rule, struct fib_rules_ops *ops, in fib_rule_match() [all …]
|
D | net_namespace.c | 136 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init() 170 static void ops_free(const struct pernet_operations *ops, struct net *net) in ops_free() 177 static void ops_pre_exit_list(const struct pernet_operations *ops, in ops_pre_exit_list() 188 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list() 202 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list() 337 const struct pernet_operations *ops, *saved_ops; in setup_net() local 569 const struct pernet_operations *ops; in cleanup_net() local 1157 struct pernet_operations *ops) in __register_pernet_operations() 1187 static void __unregister_pernet_operations(struct pernet_operations *ops) in __unregister_pernet_operations() 1205 struct pernet_operations *ops) in __register_pernet_operations() [all …]
|
/kernel/linux/linux-5.10/drivers/base/ |
D | syscore.c | 21 void register_syscore_ops(struct syscore_ops *ops) in register_syscore_ops() 33 void unregister_syscore_ops(struct syscore_ops *ops) in unregister_syscore_ops() 49 struct syscore_ops *ops; in syscore_suspend() local 93 struct syscore_ops *ops; in syscore_resume() local 116 struct syscore_ops *ops; in syscore_shutdown() local
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | trace_functions.c | 39 struct ftrace_ops *ops; in ftrace_allocate_ftrace_ops() local 287 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count() 350 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count() 358 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count() 366 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon() 377 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff() 421 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace() 429 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count() 469 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count() 489 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe() [all …]
|
D | ftrace_internal.h | 21 # define ftrace_startup(ops, command) \ argument 28 # define ftrace_shutdown(ops, command) \ argument 36 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) in ftrace_ops_test()
|
/kernel/liteos_a/kernel/extended/blackbox/ |
D | los_blackbox_core.c | 58 struct ModuleOps ops; member 117 static bool FindModuleOps(struct ErrorInfo *info, BBoxOps **ops) in FindModuleOps() 139 static void InvokeModuleOps(struct ErrorInfo *info, const BBoxOps *ops) in InvokeModuleOps() 161 BBoxOps *ops = NULL; in SaveLastLog() local 215 BBoxOps *ops = NULL; in SaveLogWithoutReset() local 272 BBoxOps *ops = NULL; in SaveLogWithReset() local 327 struct BBoxOps *ops = NULL; in PrintModuleOps() local 340 int BBoxRegisterModuleOps(struct ModuleOps *ops) in BBoxRegisterModuleOps()
|
/kernel/linux/linux-5.10/mm/ |
D | pagewalk.c | 26 const struct mm_walk_ops *ops = walk->ops; in walk_pte_range_inner() local 66 const struct mm_walk_ops *ops = walk->ops; in walk_pmd_range() local 124 const struct mm_walk_ops *ops = walk->ops; in walk_pud_range() local 173 const struct mm_walk_ops *ops = walk->ops; in walk_p4d_range() local 206 const struct mm_walk_ops *ops = walk->ops; in walk_pgd_range() local 254 const struct mm_walk_ops *ops = walk->ops; in walk_hugetlb_range() local 292 const struct mm_walk_ops *ops = walk->ops; in walk_page_test() local 319 const struct mm_walk_ops *ops = walk->ops; in __walk_page_range() local 380 unsigned long end, const struct mm_walk_ops *ops, in walk_page_range() 444 unsigned long end, const struct mm_walk_ops *ops, in walk_page_range_novma() [all …]
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 966 const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops; in check_fmt() local 1080 static int v4l_querycap(const struct v4l2_ioctl_ops *ops, in v4l_querycap() 1111 static int v4l_g_input(const struct v4l2_ioctl_ops *ops, in v4l_g_input() 1124 static int v4l_g_output(const struct v4l2_ioctl_ops *ops, in v4l_g_output() 1137 static int v4l_s_input(const struct v4l2_ioctl_ops *ops, in v4l_s_input() 1153 static int v4l_s_output(const struct v4l2_ioctl_ops *ops, in v4l_s_output() 1164 static int v4l_g_priority(const struct v4l2_ioctl_ops *ops, in v4l_g_priority() 1175 static int v4l_s_priority(const struct v4l2_ioctl_ops *ops, in v4l_s_priority() 1189 static int v4l_enuminput(const struct v4l2_ioctl_ops *ops, in v4l_enuminput() 1215 static int v4l_enumoutput(const struct v4l2_ioctl_ops *ops, in v4l_enumoutput() [all …]
|
/kernel/linux/linux-5.10/sound/core/seq/ |
D | seq_midi_emul.c | 72 snd_midi_process_event(const struct snd_midi_op *ops, in snd_midi_process_event() 235 note_off(const struct snd_midi_op *ops, void *drv, in note_off() 258 do_control(const struct snd_midi_op *ops, void *drv, in do_control() 410 rpn(const struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in rpn() 450 nrpn(const struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in nrpn() 478 sysex(const struct snd_midi_op *ops, void *private, unsigned char *buf, int len, in sysex() 592 all_sounds_off(const struct snd_midi_op *ops, void *drv, in all_sounds_off() 611 all_notes_off(const struct snd_midi_op *ops, void *drv, in all_notes_off()
|
/kernel/linux/linux-5.10/net/dsa/ |
D | master.c | 14 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_regs_len() local 44 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_regs() local 80 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_stats() local 99 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_ethtool_phy_stats() local 123 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_sset_count() local 146 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; in dsa_master_get_strings() local 227 struct ethtool_ops *ops; in dsa_master_ethtool_setup() local 258 const struct dsa_netdevice_ops *ops) in dsa_netdev_ops_set() 265 const struct dsa_device_ops *ops = dev->dsa_ptr->tag_ops; in dsa_master_set_promiscuity() local
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
D | fbcon.c | 212 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation() local 223 struct fbcon_ops *ops= info->fbcon_par; in fbcon_rotate() local 245 struct fbcon_ops *ops = info->fbcon_par; in fbcon_rotate_all() local 268 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation() local 286 struct fbcon_ops *ops = info->fbcon_par; in fbcon_get_rotate() local 293 struct fbcon_ops *ops = info->fbcon_par; in fbcon_is_inactive() local 369 struct fbcon_ops *ops = info->fbcon_par; in fb_flashcursor() local 402 struct fbcon_ops *ops = from_timer(ops, t, cursor_timer); in cursor_timer_handler() local 411 struct fbcon_ops *ops = info->fbcon_par; in fbcon_add_cursor_timer() local 427 struct fbcon_ops *ops = info->fbcon_par; in fbcon_del_cursor_timer() local [all …]
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
D | sfp-bus.c | 478 const struct sfp_upstream_ops *ops = bus->upstream_ops; in sfp_register_bus() local 500 const struct sfp_upstream_ops *ops = bus->upstream_ops; in sfp_unregister_bus() local 653 const struct sfp_upstream_ops *ops) in sfp_bus_add_upstream() 706 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_add_phy() local 721 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_remove_phy() local 731 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_link_up() local 740 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_link_down() local 749 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_insert() local 763 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_remove() local 774 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_start() local [all …]
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-wiimote-modules.c | 89 static int wiimod_keys_probe(const struct wiimod_ops *ops, in wiimod_keys_probe() 155 static int wiimod_rumble_probe(const struct wiimod_ops *ops, in wiimod_rumble_probe() 167 static void wiimod_rumble_remove(const struct wiimod_ops *ops, in wiimod_rumble_remove() 234 static int wiimod_battery_probe(const struct wiimod_ops *ops, in wiimod_battery_probe() 268 static void wiimod_battery_remove(const struct wiimod_ops *ops, in wiimod_battery_remove() 338 static int wiimod_led_probe(const struct wiimod_ops *ops, in wiimod_led_probe() 380 static void wiimod_led_remove(const struct wiimod_ops *ops, in wiimod_led_remove() 481 static int wiimod_accel_probe(const struct wiimod_ops *ops, in wiimod_accel_probe() 522 static void wiimod_accel_remove(const struct wiimod_ops *ops, in wiimod_accel_remove() 733 static int wiimod_ir_probe(const struct wiimod_ops *ops, in wiimod_ir_probe() [all …]
|
/kernel/linux/linux-5.10/drivers/virtio/ |
D | virtio_vdpa.c | 68 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_set() local 76 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_generation() local 87 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_get_status() local 95 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_set_status() local 110 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_notify() local 140 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_setup_vq() local 222 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_del_vq() local 257 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_find_vqs() local 290 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_get_features() local 339 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_probe() local
|
/kernel/linux/linux-5.10/drivers/staging/blackbox/ |
D | blackbox_core.c | 44 struct module_ops ops; member 235 static void save_invalid_log(const struct bbox_ops *ops, const struct error_info *info) in save_invalid_log() 270 static bool find_module_ops(struct error_info *info, struct bbox_ops **ops) in find_module_ops() 294 struct bbox_ops *ops) in invoke_module_ops() 316 struct bbox_ops *ops = NULL; in save_log_without_reset() local 353 struct bbox_ops *ops = NULL; in save_log_with_reset() local 384 static void do_save_last_log(const struct bbox_ops *ops, struct error_info *info) in do_save_last_log() 435 struct bbox_ops *ops = NULL; in save_last_log() local 484 int bbox_register_module_ops(struct module_ops *ops) in bbox_register_module_ops()
|
/kernel/linux/linux-5.10/drivers/vhost/ |
D | vdpa.c | 62 const struct vdpa_config_ops *ops = v->vdpa->config; in handle_vq_kick() local 92 const struct vdpa_config_ops *ops = v->vdpa->config; in vhost_vdpa_setup_vq_irq() local 133 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_device_id() local 147 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_status() local 161 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_status() local 242 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_config() local 269 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_features() local 283 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_features() local 305 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_vring_num() local 369 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_vring_ioctl() local [all …]
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
D | pinconf.c | 27 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_check_ops() local 59 const struct pinconf_ops *ops = pctldev->desc->confops; in pin_config_get_for_pin() local 74 const struct pinconf_ops *ops; in pin_config_group_get() local 151 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_apply_setting() local 203 const struct pinconf_ops *ops; in pinconf_set_config() local 294 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_dump_pin() local 337 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_dump_group() local
|
/kernel/linux/linux-5.10/drivers/misc/c2port/ |
D | core.c | 63 struct c2port_ops *ops = dev->ops; in c2port_reset() local 79 struct c2port_ops *ops = dev->ops; in c2port_strobe_ck() local 101 struct c2port_ops *ops = dev->ops; in c2port_write_ar() local 129 struct c2port_ops *ops = dev->ops; in c2port_read_ar() local 161 struct c2port_ops *ops = dev->ops; in c2port_write_dr() local 209 struct c2port_ops *ops = dev->ops; in c2port_read_dr() local 316 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_blocks_num() local 326 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_block_size() local 336 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_size() local 354 struct c2port_ops *ops = c2dev->ops; in access_store() local [all …]
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_sockopt.c | 27 struct nf_sockopt_ops *ops; in nf_register_sockopt() local 65 struct nf_sockopt_ops *ops; in nf_sockopt_find() local 95 struct nf_sockopt_ops *ops; in nf_setsockopt() local 110 struct nf_sockopt_ops *ops; in nf_getsockopt() local
|