Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 1454) sorted by relevance

12345678910>>...59

/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.h120 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_check_codec() local
130 struct vpu_iface_ops *ops = vpu_inst_get_iface(inst); in vpu_iface_check_format() local
140 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_boot_core() local
149 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_get_power_state() local
158 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_shutdown_core() local
167 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_restore_core() local
176 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_on_firmware_loaded() local
186 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_get_data_size() local
199 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_init() local
215 struct vpu_iface_ops *ops = vpu_core_get_iface(core); in vpu_iface_set_log_buf() local
[all …]
/linux/tools/testing/cxl/test/
H A Dmock.c22 register_cxl_mock_ops(struct cxl_mock_ops * ops) register_cxl_mock_ops() argument
33 unregister_cxl_mock_ops(struct cxl_mock_ops * ops) unregister_cxl_mock_ops() argument
61 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_is_acpi_device_node() local
80 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_acpi_table_parse_cedt() local
99 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_acpi_evaluate_integer() local
119 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_hmat_get_extended_linear_cache_size() local
138 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_acpi_pci_find_root() local
156 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_nvdimm_bus_register() local
169 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); redirect_devm_cxl_switch_port_decoders_setup() local
183 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_devm_cxl_endpoint_decoders_setup() local
198 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_cxl_await_media_ready() local
217 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_devm_cxl_add_rch_dport() local
237 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_cxl_endpoint_parse_cdat() local
251 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); __wrap_cxl_dport_init_ras_reporting() local
264 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); redirect_devm_cxl_add_dport_by_dev() local
[all...]
/linux/net/netlabel/
H A Dnetlabel_calipso.c68 netlbl_calipso_ops_register(const struct netlbl_calipso_ops *ops) in netlbl_calipso_ops_register()
124 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in netlbl_calipso_add() local
408 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_add() local
425 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_free() local
445 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_remove() local
465 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_getdef() local
482 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_putdef() local
506 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_doi_walk() local
528 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_sock_getattr() local
554 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); in calipso_sock_setattr() local
[all …]
/linux/drivers/mfd/
H A Dabx500-core.c19 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
/linux/net/core/
H A Dlwtunnel.c82 int lwtunnel_encap_add_ops(const struct lwtunnel_encap_ops *ops, in lwtunnel_encap_add_ops()
94 int lwtunnel_encap_del_ops(const struct lwtunnel_encap_ops *ops, in lwtunnel_encap_del_ops()
118 const struct lwtunnel_encap_ops *ops; in lwtunnel_build_state() local
154 const struct lwtunnel_encap_ops *ops; in lwtunnel_valid_encap_type() local
217 const struct lwtunnel_encap_ops *ops = lwtun_encaps[lws->type]; in lwtstate_free() local
232 const struct lwtunnel_encap_ops *ops; in lwtunnel_fill_encap() local
272 const struct lwtunnel_encap_ops *ops; in lwtunnel_get_encap_size() local
294 const struct lwtunnel_encap_ops *ops; in lwtunnel_cmp_encap() local
322 const struct lwtunnel_encap_ops *ops; in lwtunnel_output() local
375 const struct lwtunnel_encap_ops *ops; in lwtunnel_xmit() local
[all …]
H A Dfib_rules.c56 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()
107 struct fib_rules_ops *ops; in lookup_rules_ops() local
123 static void rules_ops_put(struct fib_rules_ops *ops) in rules_ops_put()
129 static void flush_route_cache(struct fib_rules_ops *ops) in flush_route_cache()
135 static int __fib_rules_register(struct fib_rules_ops *ops) in __fib_rules_register()
167 struct fib_rules_ops *ops; in fib_rules_register() local
187 static void fib_rules_cleanup_ops(struct fib_rules_ops *ops) in fib_rules_cleanup_ops()
199 void fib_rules_unregister(struct fib_rules_ops *ops) in fib_rules_unregister()
278 static int fib_rule_match(struct fib_rule *rule, struct fib_rules_ops *ops, in fib_rule_match()
[all …]
H A Ddev_ioctl.c283 const struct net_device_ops *ops = dev->netdev_ops; dev_get_hwtstamp() local
331 const struct net_device_ops *ops = dev->netdev_ops; dev_set_hwtstamp_phylib() local
392 const struct net_device_ops *ops = dev->netdev_ops; dev_set_hwtstamp() local
465 const struct net_device_ops *ops = dev->netdev_ops; generic_hwtstamp_get_lower() local
489 const struct net_device_ops *ops = dev->netdev_ops; generic_hwtstamp_set_lower() local
512 const struct net_device_ops *ops = dev->netdev_ops; dev_siocbond() local
531 const struct net_device_ops *ops = dev->netdev_ops; dev_siocdevprivate() local
549 const struct net_device_ops *ops = dev->netdev_ops; dev_siocwandev() local
573 const struct net_device_ops *ops; dev_ifsioc() local
[all...]
H A Dnet_namespace.c120 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init()
154 static void ops_pre_exit_list(const struct pernet_operations *ops, in ops_pre_exit_list()
166 const struct pernet_operations *ops, in ops_exit_rtnl_list()
192 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
208 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
220 const struct pernet_operations *ops, in ops_undo_list()
259 static void ops_undo_single(struct pernet_operations *ops, in ops_undo_single()
439 const struct pernet_operations *ops; in setup_net() local
1308 struct pernet_operations *ops) in __register_pernet_operations()
1335 static void __unregister_pernet_operations(struct pernet_operations *ops) in __unregister_pernet_operations()
[all …]
/linux/fs/nfs_common/
H A Dnfs_ssc.c27 void nfs42_ssc_register(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_register()
41 void nfs42_ssc_unregister(const struct nfs4_ssc_client_ops *ops) in nfs42_ssc_unregister()
59 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops) in nfs_ssc_register()
73 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister()
82 void nfs_ssc_register(const struct nfs_ssc_client_ops *ops) in nfs_ssc_register()
87 void nfs_ssc_unregister(const struct nfs_ssc_client_ops *ops) in nfs_ssc_unregister()
/linux/kernel/dma/
H A Dmapping.c121 const struct dma_map_ops *ops) in dma_go_direct()
144 const struct dma_map_ops *ops) in dma_alloc_direct()
150 const struct dma_map_ops *ops) in dma_map_direct()
158 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_phys() local
204 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_phys() local
233 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_map_sg_attrs() local
335 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() local
372 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_single_for_cpu() local
389 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_single_for_device() local
406 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_sync_sg_for_cpu() local
[all …]
/linux/net/8021q/
H A Dvlan_dev.c383 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_neigh_setup() local
397 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_ddp_setup() local
409 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_ddp_done() local
421 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_enable() local
432 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_disable() local
444 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_ddp_target() local
458 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_get_wwn() local
786 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_open() local
796 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_stop() local
806 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_add_secy() local
[all …]
/linux/mm/
H A Dpagewalk.c33 const struct mm_walk_ops *ops = walk->ops; in walk_pte_range_inner() local
102 const struct mm_walk_ops *ops = walk->ops; in walk_pmd_range() local
172 const struct mm_walk_ops *ops = walk->ops; walk_pud_range() local
237 const struct mm_walk_ops *ops = walk->ops; walk_p4d_range() local
275 const struct mm_walk_ops *ops = walk->ops; walk_pgd_range() local
328 const struct mm_walk_ops *ops = walk->ops; walk_hugetlb_range() local
366 const struct mm_walk_ops *ops = walk->ops; walk_page_test() local
393 const struct mm_walk_ops *ops = walk->ops; __walk_page_range() local
456 walk_page_range_mm_unsafe(struct mm_struct * mm,unsigned long start,unsigned long end,const struct mm_walk_ops * ops,void * private) walk_page_range_mm_unsafe() argument
524 check_ops_safe(const struct mm_walk_ops * ops) check_ops_safe() argument
579 walk_page_range(struct mm_struct * mm,unsigned long start,unsigned long end,const struct mm_walk_ops * ops,void * private) walk_page_range() argument
607 walk_kernel_page_table_range(unsigned long start,unsigned long end,const struct mm_walk_ops * ops,pgd_t * pgd,void * private) walk_kernel_page_table_range() argument
630 walk_kernel_page_table_range_lockless(unsigned long start,unsigned long end,const struct mm_walk_ops * ops,pgd_t * pgd,void * private) walk_kernel_page_table_range_lockless() argument
664 walk_page_range_debug(struct mm_struct * mm,unsigned long start,unsigned long end,const struct mm_walk_ops * ops,pgd_t * pgd,void * private) walk_page_range_debug() argument
698 walk_page_range_vma_unsafe(struct vm_area_struct * vma,unsigned long start,unsigned long end,const struct mm_walk_ops * ops,void * private) walk_page_range_vma_unsafe() argument
718 walk_page_range_vma(struct vm_area_struct * vma,unsigned long start,unsigned long end,const struct mm_walk_ops * ops,void * private) walk_page_range_vma() argument
727 walk_page_vma(struct vm_area_struct * vma,const struct mm_walk_ops * ops,void * private) walk_page_vma() argument
778 walk_page_mapping(struct address_space * mapping,pgoff_t first_index,pgoff_t nr,const struct mm_walk_ops * ops,void * private) walk_page_mapping() argument
[all...]
/linux/kernel/trace/
H A Dtrace_functions.c58 struct ftrace_ops *ops; in ftrace_allocate_ftrace_ops() local
503 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count()
566 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count()
574 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count()
582 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon()
593 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff()
631 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace()
639 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count()
679 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count()
699 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe()
[all …]
H A Dftrace_internal.h24 # define ftrace_startup(ops, command) \ argument
31 # define ftrace_shutdown(ops, command) \ argument
39 ftrace_ops_test(struct ftrace_ops *ops, unsigned long ip, void *regs) in ftrace_ops_test()
43 static inline int ftrace_startup_subops(struct ftrace_ops *ops, struct ftrace_ops *subops, int comm… in ftrace_startup_subops()
47 static inline int ftrace_shutdown_subops(struct ftrace_ops *ops, struct ftrace_ops *subops, int com… in ftrace_shutdown_subops()
H A Dftrace.c102 bool ftrace_pids_enabled(struct ftrace_ops *ops) in ftrace_pids_enabled()
159 static inline void ftrace_ops_init(struct ftrace_ops *ops) in ftrace_ops_init()
196 static ftrace_func_t ftrace_ops_get_list_func(struct ftrace_ops *ops) in ftrace_ops_get_list_func()
287 struct ftrace_ops *ops) in add_ftrace_ops()
301 struct ftrace_ops *ops) in remove_ftrace_ops()
330 int __register_ftrace_function(struct ftrace_ops *ops) in __register_ftrace_function()
373 int __unregister_ftrace_function(struct ftrace_ops *ops) in __unregister_ftrace_function()
803 struct ftrace_ops *ops, struct ftrace_regs *fregs) in function_profile_call()
1072 struct ftrace_ops ops; member
1321 void ftrace_free_filter(struct ftrace_ops *ops) in ftrace_free_filter()
[all …]
/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c304 static void *alloc_hpage(struct mem_ops *ops) in alloc_hpage()
497 struct mem_ops *ops, bool expect) in __madvise_collapse()
526 struct mem_ops *ops, bool expect) in madvise_collapse()
538 struct mem_ops *ops) in wait_for_scan()
568 struct mem_ops *ops, bool expect) in khugepaged_collapse()
604 static bool is_tmpfs(struct mem_ops *ops) in is_tmpfs()
609 static bool is_anon(struct mem_ops *ops) in is_anon()
641 static void collapse_full(struct collapse_context *c, struct mem_ops *ops) in collapse_full()
655 static void collapse_empty(struct collapse_context *c, struct mem_ops *ops) in collapse_empty()
664 static void collapse_single_pte_entry(struct collapse_context *c, struct mem_ops *ops) in collapse_single_pte_entry()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_shared.h64 static inline bool xfs_btree_is_bno(const struct xfs_btree_ops *ops) in xfs_btree_is_bno()
69 static inline bool xfs_btree_is_cnt(const struct xfs_btree_ops *ops) in xfs_btree_is_cnt()
74 static inline bool xfs_btree_is_bmap(const struct xfs_btree_ops *ops) in xfs_btree_is_bmap()
79 static inline bool xfs_btree_is_ino(const struct xfs_btree_ops *ops) in xfs_btree_is_ino()
84 static inline bool xfs_btree_is_fino(const struct xfs_btree_ops *ops) in xfs_btree_is_fino()
89 static inline bool xfs_btree_is_refcount(const struct xfs_btree_ops *ops) in xfs_btree_is_refcount()
94 static inline bool xfs_btree_is_rmap(const struct xfs_btree_ops *ops) in xfs_btree_is_rmap()
100 static inline bool xfs_btree_is_mem_rmap(const struct xfs_btree_ops *ops) in xfs_btree_is_mem_rmap()
105 static inline bool xfs_btree_is_mem_rtrmap(const struct xfs_btree_ops *ops) in xfs_btree_is_mem_rtrmap()
114 static inline bool xfs_btree_is_rtrmap(const struct xfs_btree_ops *ops) in xfs_btree_is_rtrmap()
[all …]
/linux/drivers/net/phy/
H A Dsfp-bus.c443 const struct sfp_upstream_ops *ops = bus->upstream_ops; in sfp_register_bus() local
465 const struct sfp_upstream_ops *ops = bus->upstream_ops; in sfp_unregister_bus() local
658 const struct sfp_upstream_ops *ops) in sfp_bus_add_upstream()
733 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_add_phy() local
748 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_remove_phy() local
758 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_link_up() local
767 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_link_down() local
777 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_insert() local
791 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_remove() local
800 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_start() local
[all …]
/linux/drivers/hid/
H A Dhid-wiimote-modules.c89 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 …]
/linux/drivers/vhost/
H A Dvdpa.c138 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_reset_map() local
171 const struct vdpa_config_ops *ops = v->vdpa->config; in handle_vq_kick() local
201 const struct vdpa_config_ops *ops = v->vdpa->config; in vhost_vdpa_setup_vq_irq() local
254 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_bind_mm() local
265 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_unbind_mm() local
276 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_device_id() local
290 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_status() local
304 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_status() local
408 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_can_suspend() local
416 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_can_resume() local
[all …]
/linux/sound/core/seq/
H A Dseq_midi_emul.c72 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()
/linux/drivers/virtio/
H A Dvirtio_vdpa.c63 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_generation() local
74 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_get_status() local
96 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_notify() local
106 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_notify_with_data() local
136 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_setup_vq() local
250 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_del_vq() local
335 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_find_vqs() local
384 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_get_features() local
412 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_set_vq_affinity() local
425 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_get_vq_affinity() local
[all …]
/linux/drivers/misc/c2port/
H A Dcore.c63 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 …]
/linux/drivers/pinctrl/
H A Dpinconf.c29 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_check_ops() local
61 const struct pinconf_ops *ops = pctldev->desc->confops; in pin_config_get_for_pin() local
76 const struct pinconf_ops *ops; in pin_config_group_get() local
153 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_apply_setting() local
205 const struct pinconf_ops *ops; in pinconf_set_config() local
296 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_dump_pin() local
339 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_dump_group() local
/linux/drivers/dpll/
H A Ddpll_core.c42 const struct dpll_device_ops *ops; member
49 const struct dpll_pin_ops *ops; member
173 const struct dpll_pin_ops *ops, void *priv, in dpll_pin_registration_find()
188 const struct dpll_pin_ops *ops, void *priv, in dpll_xa_ref_pin_add()
241 const struct dpll_pin_ops *ops, void *priv, in dpll_xa_ref_pin_del()
270 const struct dpll_pin_ops *ops, void *priv, void *cookie) in dpll_xa_ref_dpll_add()
323 const struct dpll_pin_ops *ops, void *priv, void *cookie) in dpll_xa_ref_dpll_del()
446 const struct dpll_device_ops *ops, void *priv) in dpll_device_registration_find()
472 const struct dpll_device_ops *ops, void *priv) in dpll_device_register()
528 const struct dpll_device_ops *ops, void *priv) in dpll_device_unregister()
[all …]

12345678910>>...59