Home
last modified time | relevance | path

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

12345678910>>...71

/linux-6.6.21/tools/testing/cxl/test/
Dmock.c16 void register_cxl_mock_ops(struct cxl_mock_ops *ops) in register_cxl_mock_ops()
24 void unregister_cxl_mock_ops(struct cxl_mock_ops *ops) in unregister_cxl_mock_ops()
49 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_is_acpi_device_node() local
68 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_acpi_table_parse_cedt() local
87 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_acpi_evaluate_integer() local
106 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_acpi_pci_find_root() local
124 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_nvdimm_bus_register() local
140 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_devm_cxl_setup_hdm() local
155 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_devm_cxl_add_passthrough_decoder() local
172 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in __wrap_devm_cxl_enumerate_decoders() local
[all …]
/linux-6.6.21/drivers/media/platform/amphion/
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-6.6.21/kernel/dma/
Dmapping.c117 const struct dma_map_ops *ops) in dma_go_direct()
136 const struct dma_map_ops *ops) in dma_alloc_direct()
142 const struct dma_map_ops *ops) in dma_map_direct()
151 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs() local
174 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs() local
189 const struct dma_map_ops *ops = get_dma_ops(dev); in __dma_map_sg_attrs() local
287 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() local
302 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource() local
323 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource() local
335 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu() local
[all …]
/linux-6.6.21/net/netlabel/
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-6.6.21/drivers/mfd/
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-6.6.21/drivers/media/platform/qcom/venus/
Dhfi.c178 int hfi_session_create(struct venus_inst *inst, const struct hfi_inst_ops *ops) in hfi_session_create()
217 const struct hfi_ops *ops = core->ops; in hfi_session_init() local
266 const struct hfi_ops *ops = inst->core->ops; in hfi_session_deinit() local
297 const struct hfi_ops *ops = inst->core->ops; in hfi_session_start() local
324 const struct hfi_ops *ops = inst->core->ops; in hfi_session_stop() local
365 const struct hfi_ops *ops = inst->core->ops; in hfi_session_abort() local
387 const struct hfi_ops *ops = inst->core->ops; in hfi_session_load_res() local
413 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unload_res() local
440 const struct hfi_ops *ops = inst->core->ops; in hfi_session_flush() local
464 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_buffers() local
[all …]
/linux-6.6.21/fs/nfs_common/
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-6.6.21/net/core/
Dlwtunnel.c80 int lwtunnel_encap_add_ops(const struct lwtunnel_encap_ops *ops, in lwtunnel_encap_add_ops()
92 int lwtunnel_encap_del_ops(const struct lwtunnel_encap_ops *ops, in lwtunnel_encap_del_ops()
116 const struct lwtunnel_encap_ops *ops; in lwtunnel_build_state() local
152 const struct lwtunnel_encap_ops *ops; in lwtunnel_valid_encap_type() local
223 const struct lwtunnel_encap_ops *ops = lwtun_encaps[lws->type]; in lwtstate_free() local
238 const struct lwtunnel_encap_ops *ops; in lwtunnel_fill_encap() local
278 const struct lwtunnel_encap_ops *ops; in lwtunnel_get_encap_size() local
300 const struct lwtunnel_encap_ops *ops; in lwtunnel_cmp_encap() local
329 const struct lwtunnel_encap_ops *ops; in lwtunnel_output() local
363 const struct lwtunnel_encap_ops *ops; in lwtunnel_xmit() local
[all …]
Dfib_rules.c55 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 …]
Ddev_ioctl.c245 const struct net_device_ops *ops = dev->netdev_ops; in dev_eth_ioctl() local
282 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_hwtstamp() local
329 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_hwtstamp_phylib() local
369 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_hwtstamp() local
437 const struct net_device_ops *ops = dev->netdev_ops; in generic_hwtstamp_get_lower() local
454 const struct net_device_ops *ops = dev->netdev_ops; in generic_hwtstamp_set_lower() local
470 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocbond() local
485 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocdevprivate() local
499 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocwandev() local
519 const struct net_device_ops *ops; in dev_ifsioc() local
Dnet_namespace.c119 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init()
153 static void ops_pre_exit_list(const struct pernet_operations *ops, in ops_pre_exit_list()
164 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
178 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
320 const struct pernet_operations *ops, *saved_ops; in setup_net() local
568 const struct pernet_operations *ops; in cleanup_net() local
1143 static void free_exit_list(struct pernet_operations *ops, struct list_head *net_exit_list) in free_exit_list()
1153 struct pernet_operations *ops) in __register_pernet_operations()
1180 static void __unregister_pernet_operations(struct pernet_operations *ops) in __unregister_pernet_operations()
1196 struct pernet_operations *ops) in __register_pernet_operations()
[all …]
/linux-6.6.21/net/8021q/
Dvlan_dev.c380 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_ioctl() local
405 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_neigh_setup() local
419 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_ddp_setup() local
431 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_ddp_done() local
443 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_enable() local
454 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_disable() local
466 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_ddp_target() local
480 const struct net_device_ops *ops = real_dev->netdev_ops; in vlan_dev_fcoe_get_wwn() local
705 const struct ethtool_ops *ops = vlan->real_dev->ethtool_ops; in vlan_ethtool_get_ts_info() local
843 const struct macsec_ops *ops = vlan_get_macsec_ops(ctx); in vlan_macsec_dev_open() local
[all …]
/linux-6.6.21/drivers/base/
Dsyscore.c21 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
/linux-6.6.21/kernel/trace/
Dtrace_functions.c54 struct ftrace_ops *ops; in ftrace_allocate_ftrace_ops() local
443 static void update_traceon_count(struct ftrace_probe_ops *ops, in update_traceon_count()
506 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon_count()
514 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff_count()
522 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceon()
533 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_traceoff()
575 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace()
583 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_stacktrace_count()
623 static int update_count(struct ftrace_probe_ops *ops, unsigned long ip, in update_count()
643 struct trace_array *tr, struct ftrace_probe_ops *ops, in ftrace_dump_probe()
[all …]
/linux-6.6.21/drivers/media/v4l2-core/
Dv4l2-ioctl.c922 const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops; in check_fmt() local
1081 static int v4l_querycap(const struct v4l2_ioctl_ops *ops, in v4l_querycap()
1115 static int v4l_g_input(const struct v4l2_ioctl_ops *ops, in v4l_g_input()
1128 static int v4l_g_output(const struct v4l2_ioctl_ops *ops, in v4l_g_output()
1141 static int v4l_s_input(const struct v4l2_ioctl_ops *ops, in v4l_s_input()
1157 static int v4l_s_output(const struct v4l2_ioctl_ops *ops, in v4l_s_output()
1168 static int v4l_g_priority(const struct v4l2_ioctl_ops *ops, in v4l_g_priority()
1179 static int v4l_s_priority(const struct v4l2_ioctl_ops *ops, in v4l_s_priority()
1193 static int v4l_enuminput(const struct v4l2_ioctl_ops *ops, in v4l_enuminput()
1219 static int v4l_enumoutput(const struct v4l2_ioctl_ops *ops, in v4l_enumoutput()
[all …]
/linux-6.6.21/sound/soc/sof/intel/
Dhda-dai.c97 const struct hda_dai_widget_dma_ops *ops = in hda_dai_get_ops() local
115 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, cpu_dai); in hda_link_dma_cleanup() local
152 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, cpu_dai); in hda_link_dma_hw_params() local
207 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, cpu_dai); in hda_dai_hw_free() local
228 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, dai); in hda_dai_hw_params() local
263 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, dai); in hda_dai_trigger() local
349 const struct hda_dai_widget_dma_ops *ops; in non_hda_dai_hw_params() local
437 const struct hda_dai_widget_dma_ops *ops; in sdw_hda_dai_hw_params() local
522 const struct hda_dai_widget_dma_ops *ops; in hda_dai_suspend() local
557 static void ssp_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) in ssp_set_dai_drv_ops()
[all …]
/linux-6.6.21/mm/
Dpagewalk.c26 const struct mm_walk_ops *ops = walk->ops; in walk_pte_range_inner() local
81 const struct mm_walk_ops *ops = walk->ops; in walk_hugepd_range() local
120 const struct mm_walk_ops *ops = walk->ops; in walk_pmd_range() local
182 const struct mm_walk_ops *ops = walk->ops; in walk_pud_range() local
234 const struct mm_walk_ops *ops = walk->ops; in walk_p4d_range() local
269 const struct mm_walk_ops *ops = walk->ops; in walk_pgd_range() local
318 const struct mm_walk_ops *ops = walk->ops; in walk_hugetlb_range() local
356 const struct mm_walk_ops *ops = walk->ops; in walk_page_test() local
383 const struct mm_walk_ops *ops = walk->ops; in __walk_page_range() local
471 unsigned long end, const struct mm_walk_ops *ops, in walk_page_range()
[all …]
/linux-6.6.21/drivers/net/phy/
Dsfp-bus.c459 const struct sfp_upstream_ops *ops = bus->upstream_ops; in sfp_register_bus() local
481 const struct sfp_upstream_ops *ops = bus->upstream_ops; in sfp_unregister_bus() local
674 const struct sfp_upstream_ops *ops) in sfp_bus_add_upstream()
727 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_add_phy() local
742 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_remove_phy() local
752 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_link_up() local
761 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_link_down() local
771 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_insert() local
785 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_remove() local
796 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_start() local
[all …]
/linux-6.6.21/sound/core/seq/
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-6.6.21/drivers/hid/
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-6.6.21/drivers/video/fbdev/core/
Dfbcon.c194 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation() local
205 struct fbcon_ops *ops= info->fbcon_par; in fbcon_rotate() local
227 struct fbcon_ops *ops = info->fbcon_par; in fbcon_rotate_all() local
250 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation() local
268 struct fbcon_ops *ops = info->fbcon_par; in fbcon_get_rotate() local
275 struct fbcon_ops *ops = info->fbcon_par; in fbcon_is_inactive() local
350 struct fbcon_ops *ops = container_of(work, struct fbcon_ops, cursor_work.work); in fb_flashcursor() local
390 struct fbcon_ops *ops = info->fbcon_par; in fbcon_add_cursor_work() local
399 struct fbcon_ops *ops = info->fbcon_par; in fbcon_del_cursor_work() local
555 struct fbcon_ops *ops = info->fbcon_par; in fbcon_prepare_logo() local
[all …]
/linux-6.6.21/tools/perf/util/
Dunwind-libunwind.c15 static void unwind__register_ops(struct maps *maps, struct unwind_libunwind_ops *ops) in unwind__register_ops()
24 struct unwind_libunwind_ops *ops = local_unwind_libunwind_ops; in unwind__prepare_access() local
73 const struct unwind_libunwind_ops *ops = maps__unwind_libunwind_ops(maps); in unwind__flush_access() local
81 const struct unwind_libunwind_ops *ops = maps__unwind_libunwind_ops(maps); in unwind__finish_access() local
92 const struct unwind_libunwind_ops *ops = maps__unwind_libunwind_ops(thread__maps(thread)); in unwind__get_entries() local
/linux-6.6.21/drivers/vhost/
Dvdpa.c153 const struct vdpa_config_ops *ops = v->vdpa->config; in handle_vq_kick() local
183 const struct vdpa_config_ops *ops = v->vdpa->config; in vhost_vdpa_setup_vq_irq() local
225 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_bind_mm() local
236 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_unbind_mm() local
247 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_device_id() local
261 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_status() local
275 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_status() local
379 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_can_suspend() local
387 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_can_resume() local
395 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_features() local
[all …]
/linux-6.6.21/drivers/misc/c2port/
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-6.6.21/drivers/pinctrl/
Dpinconf.c27 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

12345678910>>...71