Searched refs:ops (Results 51 - 75 of 6813) sorted by relevance

1234567891011>>

/linux-master/net/dsa/
H A Dconduit.c22 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; local
28 if (ops->get_regs_len) {
29 len = ops->get_regs_len(dev);
38 if (ds->ops->get_regs_len) {
39 len = ds->ops->get_regs_len(ds, port);
52 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; local
59 if (ops->get_regs_len && ops->get_regs) {
60 len = ops->get_regs_len(dev);
64 ops
88 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; local
107 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; local
131 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; local
154 const struct ethtool_ops *ops = cpu_dp->orig_ethtool_ops; local
227 struct ethtool_ops *ops; local
270 const struct dsa_device_ops *ops = dev->dsa_ptr->tag_ops; local
[all...]
/linux-master/kernel/livepatch/
H A Dpatch.c27 struct klp_ops *ops; local
30 list_for_each_entry(ops, &klp_ops, node) {
31 func = list_first_entry(&ops->func_stack, struct klp_func,
34 return ops;
45 struct klp_ops *ops; local
50 ops = container_of(fops, struct klp_ops, fops);
62 func = list_first_or_null_rcu(&ops->func_stack, struct klp_func,
74 * In the enable path, enforce the order of the ops->func_stack and
109 if (&func->stack_node == &ops->func_stack)
129 struct klp_ops *ops; local
162 struct klp_ops *ops; local
[all...]
/linux-master/mm/
H A Dpagewalk.c26 const struct mm_walk_ops *ops = walk->ops; local
30 err = ops->pte_entry(pte, addr, addr + PAGE_SIZE, walk);
81 const struct mm_walk_ops *ops = walk->ops; local
85 if (!ops->pte_entry)
96 err = ops->pte_entry(pte, addr, addr + page_size, walk);
120 const struct mm_walk_ops *ops = walk->ops; local
129 if (ops
182 const struct mm_walk_ops *ops = walk->ops; local
234 const struct mm_walk_ops *ops = walk->ops; local
269 const struct mm_walk_ops *ops = walk->ops; local
318 const struct mm_walk_ops *ops = walk->ops; local
356 const struct mm_walk_ops *ops = walk->ops; local
383 const struct mm_walk_ops *ops = walk->ops; local
470 walk_page_range(struct mm_struct *mm, unsigned long start, unsigned long end, const struct mm_walk_ops *ops, void *private) argument
548 walk_page_range_novma(struct mm_struct *mm, unsigned long start, unsigned long end, const struct mm_walk_ops *ops, pgd_t *pgd, void *private) argument
591 walk_page_range_vma(struct vm_area_struct *vma, unsigned long start, unsigned long end, const struct mm_walk_ops *ops, void *private) argument
612 walk_page_vma(struct vm_area_struct *vma, const struct mm_walk_ops *ops, void *private) argument
660 walk_page_mapping(struct address_space *mapping, pgoff_t first_index, pgoff_t nr, const struct mm_walk_ops *ops, void *private) argument
[all...]
/linux-master/include/linux/
H A Dntb.h178 static inline int ntb_client_ops_is_valid(const struct ntb_client_ops *ops) argument
182 ops->probe &&
183 ops->remove &&
199 static inline int ntb_ctx_ops_is_valid(const struct ntb_ctx_ops *ops) argument
203 /* ops->link_event && */
204 /* ops->db_event && */
205 /* ops->msg_event && */
334 static inline int ntb_dev_ops_is_valid(const struct ntb_dev_ops *ops) argument
339 !ops->peer_port_count == !ops
404 const struct ntb_client_ops ops; member in struct:ntb_client
421 const struct ntb_dev_ops *ops; member in struct:ntb_dev
[all...]
H A Dsyscore_ops.h20 extern void register_syscore_ops(struct syscore_ops *ops);
21 extern void unregister_syscore_ops(struct syscore_ops *ops);
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi.c61 ret = core->ops->core_init(core);
107 if (!core->ops)
110 ret = core->ops->core_deinit(core);
125 return core->ops->suspend(core);
133 return core->ops->resume(core);
138 return core->ops->core_trigger_ssr(core, type);
147 ret = core->ops->core_ping(core, 0xbeef);
178 int hfi_session_create(struct venus_inst *inst, const struct hfi_inst_ops *ops) argument
184 if (!ops)
189 inst->ops
217 const struct hfi_ops *ops = core->ops; local
266 const struct hfi_ops *ops = inst->core->ops; local
297 const struct hfi_ops *ops = inst->core->ops; local
324 const struct hfi_ops *ops = inst->core->ops; local
365 const struct hfi_ops *ops = inst->core->ops; local
387 const struct hfi_ops *ops = inst->core->ops; local
413 const struct hfi_ops *ops = inst->core->ops; local
440 const struct hfi_ops *ops = inst->core->ops; local
464 const struct hfi_ops *ops = inst->core->ops; local
475 const struct hfi_ops *ops = inst->core->ops; local
500 const struct hfi_ops *ops = inst->core->ops; local
527 const struct hfi_ops *ops = inst->core->ops; local
541 const struct hfi_ops *ops = inst->core->ops; local
570 hfi_create(struct venus_core *core, const struct hfi_core_ops *ops) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhif.h106 return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items);
112 return ar->hif.ops->diag_read(ar, address, buf, buf_len);
118 if (!ar->hif.ops->diag_write)
121 return ar->hif.ops->diag_write(ar, address, data, nbytes);
128 return ar->hif.ops->exchange_bmi_msg(ar, request, request_len,
134 return ar->hif.ops->start(ar);
139 return ar->hif.ops->stop(ar);
144 if (ar->hif.ops->start_post)
145 return ar->hif.ops->start_post(ar);
151 if (ar->hif.ops
[all...]
/linux-master/include/kvm/
H A Diodev.h33 const struct kvm_io_device_ops *ops; member in struct:kvm_io_device
37 const struct kvm_io_device_ops *ops)
39 dev->ops = ops;
46 return dev->ops->read ? dev->ops->read(vcpu, dev, addr, l, v)
54 return dev->ops->write ? dev->ops->write(vcpu, dev, addr, l, v)
36 kvm_iodevice_init(struct kvm_io_device *dev, const struct kvm_io_device_ops *ops) argument
/linux-master/include/net/tc_act/
H A Dtc_mirred.h22 if (a->ops && a->ops->id == TCA_ID_MIRRED)
31 if (a->ops && a->ops->id == TCA_ID_MIRRED)
40 if (a->ops && a->ops->id == TCA_ID_MIRRED)
49 if (a->ops && a->ops->id == TCA_ID_MIRRED)
/linux-master/drivers/video/fbdev/core/
H A Dfbcon_ud.c51 struct fbcon_ops *ops = info->fbcon_par; local
53 u32 vyres = GETVYRES(ops->p, info);
54 u32 vxres = GETVXRES(ops->p, info);
69 struct fbcon_ops *ops = info->fbcon_par; local
72 u32 vyres = GETVYRES(ops->p, info);
73 u32 vxres = GETVXRES(ops->p, info);
90 struct fbcon_ops *ops = info->fbcon_par; local
96 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
123 struct fbcon_ops *ops = info->fbcon_par; local
131 src = ops
156 struct fbcon_ops *ops = info->fbcon_par; local
255 struct fbcon_ops *ops = info->fbcon_par; local
402 struct fbcon_ops *ops = info->fbcon_par; local
421 fbcon_rotate_ud(struct fbcon_ops *ops) argument
[all...]
H A Dsoftcursor.c24 struct fbcon_ops *ops = info->fbcon_par; local
37 if (dsize + sizeof(struct fb_image) != ops->cursor_size) {
38 kfree(ops->cursor_src);
39 ops->cursor_size = dsize + sizeof(struct fb_image);
41 ops->cursor_src = kmalloc(ops->cursor_size, GFP_ATOMIC);
42 if (!ops->cursor_src) {
43 ops->cursor_size = 0;
48 src = ops->cursor_src + sizeof(struct fb_image);
49 image = (struct fb_image *)ops
[all...]
H A Dfbcon_ccw.c66 struct fbcon_ops *ops = info->fbcon_par; local
68 u32 vyres = GETVYRES(ops->p, info);
83 struct fbcon_ops *ops = info->fbcon_par; local
86 u32 vyres = GETVYRES(ops->p, info);
103 struct fbcon_ops *ops = info->fbcon_par; local
109 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
134 struct fbcon_ops *ops = info->fbcon_par; local
143 u32 vyres = GETVYRES(ops->p, info);
145 if (!ops->fontbuffer)
225 struct fbcon_ops *ops local
379 struct fbcon_ops *ops = info->fbcon_par; local
394 fbcon_rotate_ccw(struct fbcon_ops *ops) argument
[all...]
H A Dfbcon_cw.c51 struct fbcon_ops *ops = info->fbcon_par; local
53 u32 vxres = GETVXRES(ops->p, info);
68 struct fbcon_ops *ops = info->fbcon_par; local
71 u32 vxres = GETVXRES(ops->p, info);
88 struct fbcon_ops *ops = info->fbcon_par; local
94 src = ops->fontbuffer + (scr_readw(s++) & charmask)*cellsize;
119 struct fbcon_ops *ops = info->fbcon_par; local
128 u32 vxres = GETVXRES(ops->p, info);
130 if (!ops->fontbuffer)
208 struct fbcon_ops *ops local
362 struct fbcon_ops *ops = info->fbcon_par; local
377 fbcon_rotate_cw(struct fbcon_ops *ops) argument
[all...]
/linux-master/drivers/remoteproc/
H A Dremoteproc_internal.h127 if (rproc->ops->prepare)
128 return rproc->ops->prepare(rproc);
135 if (rproc->ops->unprepare)
136 return rproc->ops->unprepare(rproc);
143 if (rproc->ops->attach)
144 return rproc->ops->attach(rproc);
152 if (rproc->ops->sanity_check)
153 return rproc->ops->sanity_check(rproc, fw);
161 if (rproc->ops->get_boot_addr)
162 return rproc->ops
[all...]
/linux-master/net/netlabel/
H A Dnetlabel_calipso.c61 * @ops: ops to register
68 netlbl_calipso_ops_register(const struct netlbl_calipso_ops *ops) argument
70 return xchg(&calipso_ops, ops);
124 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
130 if (!ops)
408 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
410 if (ops)
411 ret_val = ops->doi_add(doi_def, audit_info);
425 const struct netlbl_calipso_ops *ops local
445 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
465 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
482 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
506 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
528 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
554 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
571 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
594 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
611 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
629 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
650 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
673 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
692 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
709 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
730 const struct netlbl_calipso_ops *ops = netlbl_calipso_ops_get(); local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dkhugepaged.c58 struct mem_ops *ops, bool expect);
304 static void *alloc_hpage(struct mem_ops *ops) argument
306 void *p = ops->setup_area(1);
308 ops->fault(p, 0, hpage_pmd_size);
322 if (!ops->check_huge(p, 1)) {
497 struct mem_ops *ops, bool expect)
517 else if (!ops->check_huge(p, expect ? nr_hpages : 0))
526 struct mem_ops *ops, bool expect)
529 if (!ops->check_huge(p, 0)) {
533 __madvise_collapse(msg, p, nr_hpages, ops, expec
496 __madvise_collapse(const char *msg, char *p, int nr_hpages, struct mem_ops *ops, bool expect) argument
525 madvise_collapse(const char *msg, char *p, int nr_hpages, struct mem_ops *ops, bool expect) argument
537 wait_for_scan(const char *msg, char *p, int nr_hpages, struct mem_ops *ops) argument
569 khugepaged_collapse(const char *msg, char *p, int nr_hpages, struct mem_ops *ops, bool expect) argument
606 is_tmpfs(struct mem_ops *ops) argument
611 is_anon(struct mem_ops *ops) argument
643 collapse_full(struct collapse_context *c, struct mem_ops *ops) argument
657 collapse_empty(struct collapse_context *c, struct mem_ops *ops) argument
666 collapse_single_pte_entry(struct collapse_context *c, struct mem_ops *ops) argument
677 collapse_max_ptes_none(struct collapse_context *c, struct mem_ops *ops) argument
713 collapse_swapin_single_pte(struct collapse_context *c, struct mem_ops *ops) argument
739 collapse_max_ptes_swap(struct collapse_context *c, struct mem_ops *ops) argument
786 collapse_single_pte_entry_compound(struct collapse_context *c, struct mem_ops *ops) argument
814 collapse_full_of_compound(struct collapse_context *c, struct mem_ops *ops) argument
833 collapse_compound_extreme(struct collapse_context *c, struct mem_ops *ops) argument
886 collapse_fork(struct collapse_context *c, struct mem_ops *ops) argument
932 collapse_fork_compound(struct collapse_context *c, struct mem_ops *ops) argument
981 collapse_max_ptes_shared(struct collapse_context *c, struct mem_ops *ops) argument
1041 madvise_collapse_existing_thps(struct collapse_context *c, struct mem_ops *ops) argument
1061 madvise_retracted_page_tables(struct collapse_context *c, struct mem_ops *ops) argument
[all...]
/linux-master/kernel/dma/
H A Dmapping.c10 #include <linux/dma-map-ops.h>
117 const struct dma_map_ops *ops)
119 if (likely(!ops))
136 const struct dma_map_ops *ops)
138 return dma_go_direct(dev, dev->coherent_dma_mask, ops);
142 const struct dma_map_ops *ops)
144 return dma_go_direct(dev, *dev->dma_mask, ops);
151 const struct dma_map_ops *ops = get_dma_ops(dev); local
159 if (dma_map_direct(dev, ops) ||
163 addr = ops
116 dma_go_direct(struct device *dev, dma_addr_t mask, const struct dma_map_ops *ops) argument
135 dma_alloc_direct(struct device *dev, const struct dma_map_ops *ops) argument
141 dma_map_direct(struct device *dev, const struct dma_map_ops *ops) argument
174 const struct dma_map_ops *ops = get_dma_ops(dev); local
189 const struct dma_map_ops *ops = get_dma_ops(dev); local
287 const struct dma_map_ops *ops = get_dma_ops(dev); local
302 const struct dma_map_ops *ops = get_dma_ops(dev); local
323 const struct dma_map_ops *ops = get_dma_ops(dev); local
335 const struct dma_map_ops *ops = get_dma_ops(dev); local
349 const struct dma_map_ops *ops = get_dma_ops(dev); local
363 const struct dma_map_ops *ops = get_dma_ops(dev); local
377 const struct dma_map_ops *ops = get_dma_ops(dev); local
403 const struct dma_map_ops *ops = get_dma_ops(dev); local
440 const struct dma_map_ops *ops = get_dma_ops(dev); local
465 const struct dma_map_ops *ops = get_dma_ops(dev); local
478 const struct dma_map_ops *ops = get_dma_ops(dev); local
500 const struct dma_map_ops *ops = get_dma_ops(dev); local
534 const struct dma_map_ops *ops = get_dma_ops(dev); local
561 const struct dma_map_ops *ops = get_dma_ops(dev); local
592 const struct dma_map_ops *ops = get_dma_ops(dev); local
649 const struct dma_map_ops *ops = get_dma_ops(dev); local
682 const struct dma_map_ops *ops = get_dma_ops(dev); local
695 const struct dma_map_ops *ops = get_dma_ops(dev); local
706 const struct dma_map_ops *ops = get_dma_ops(dev); local
716 const struct dma_map_ops *ops = get_dma_ops(dev); local
732 const struct dma_map_ops *ops = get_dma_ops(dev); local
747 const struct dma_map_ops *ops = get_dma_ops(dev); local
806 const struct dma_map_ops *ops = get_dma_ops(dev); local
820 const struct dma_map_ops *ops = get_dma_ops(dev); local
834 const struct dma_map_ops *ops = get_dma_ops(dev); local
846 const struct dma_map_ops *ops = get_dma_ops(dev); local
856 const struct dma_map_ops *ops = get_dma_ops(dev); local
[all...]
/linux-master/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.h70 const struct brcm_usb_init_ops *ops; member in struct:brcm_usb_init_params
117 if (ini->ops->init_ipp)
118 ini->ops->init_ipp(ini);
123 if (ini->ops->init_common)
124 ini->ops->init_common(ini);
129 if (ini->ops->init_eohci)
130 ini->ops->init_eohci(ini);
135 if (ini->ops->init_xhci)
136 ini->ops->init_xhci(ini);
141 if (ini->ops
[all...]
/linux-master/net/core/
H A Dfib_rules.c55 int fib_default_rule_add(struct fib_rules_ops *ops, argument
60 r = kzalloc(ops->rule_size, GFP_KERNEL_ACCOUNT);
69 r->fr_net = ops->fro_net;
77 list_add_tail(&r->list, &ops->rules_list);
82 static u32 fib_default_rule_pref(struct fib_rules_ops *ops) argument
87 if (!list_empty(&ops->rules_list)) {
88 pos = ops->rules_list.next;
89 if (pos->next != &ops->rules_list) {
100 struct fib_rules_ops *ops, struct nlmsghdr *nlh,
105 struct fib_rules_ops *ops; local
121 rules_ops_put(struct fib_rules_ops *ops) argument
127 flush_route_cache(struct fib_rules_ops *ops) argument
133 __fib_rules_register(struct fib_rules_ops *ops) argument
165 struct fib_rules_ops *ops; local
185 fib_rules_cleanup_ops(struct fib_rules_ops *ops) argument
197 fib_rules_unregister(struct fib_rules_ops *ops) argument
258 fib_rule_match(struct fib_rule *rule, struct fib_rules_ops *ops, struct flowi *fl, int flags, struct fib_lookup_arg *arg) argument
291 fib_rules_lookup(struct fib_rules_ops *ops, struct flowi *fl, int flags, struct fib_lookup_arg *arg) argument
360 call_fib_rule_notifiers(struct net *net, enum fib_event_type event_type, struct fib_rule *rule, struct fib_rules_ops *ops, struct netlink_ext_ack *extack) argument
380 struct fib_rules_ops *ops; local
402 struct fib_rules_ops *ops; local
416 rule_find(struct fib_rules_ops *ops, struct fib_rule_hdr *frh, struct nlattr **tb, struct fib_rule *rule, bool user_priority) argument
515 fib_nl2rule(struct sk_buff *skb, struct nlmsghdr *nlh, struct netlink_ext_ack *extack, struct fib_rules_ops *ops, struct nlattr *tb[], struct fib_rule **rule, bool *user_priority) argument
684 rule_exists(struct fib_rules_ops *ops, struct fib_rule_hdr *frh, struct nlattr **tb, struct fib_rule *rule) argument
777 struct fib_rules_ops *ops = NULL; local
885 struct fib_rules_ops *ops = NULL; local
981 fib_rule_nlmsg_size(struct fib_rules_ops *ops, struct fib_rule *rule) argument
1006 fib_nl_fill_rule(struct sk_buff *skb, struct fib_rule *rule, u32 pid, u32 seq, int type, int flags, struct fib_rules_ops *ops) argument
1087 dump_rules(struct sk_buff *skb, struct netlink_callback *cb, struct fib_rules_ops *ops) argument
1144 struct fib_rules_ops *ops; local
1184 notify_rule_change(int event, struct fib_rule *rule, struct fib_rules_ops *ops, struct nlmsghdr *nlh, u32 pid) argument
1244 struct fib_rules_ops *ops; local
[all...]
/linux-master/drivers/target/
H A Dtarget_core_hba.c38 int transport_backend_register(const struct target_backend_ops *ops) argument
45 tb->ops = ops;
49 if (!strcmp(old->ops->name, ops->name)) {
50 pr_err("backend %s already registered.\n", ops->name);
61 ops->name, ops->owner);
66 void target_backend_unregister(const struct target_backend_ops *ops) argument
72 if (tb->ops
[all...]
/linux-master/sound/soc/sof/intel/
H A Dhda-dai.c96 /* select and set the DAI widget ops if not set already */
98 const struct hda_dai_widget_dma_ops *ops = local
100 if (!ops)
103 /* check if mandatory ops are set */
104 if (!ops || !ops->get_hext_stream)
107 sdai->platform_private = ops;
116 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, cpu_dai); local
122 if (!ops) {
123 dev_err(cpu_dai->dev, "DAI widget ops no
153 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, cpu_dai); local
208 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, cpu_dai); local
229 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, dai); local
264 const struct hda_dai_widget_dma_ops *ops = hda_dai_get_ops(substream, dai); local
350 const struct hda_dai_widget_dma_ops *ops; local
442 const struct hda_dai_widget_dma_ops *ops; local
527 const struct hda_dai_widget_dma_ops *ops; local
562 ssp_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) argument
577 dmic_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) argument
594 ssp_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) argument
595 dmic_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) argument
599 hda_set_dai_drv_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *ops) argument
[all...]
/linux-master/arch/arm/kernel/
H A Dcpuidle.c56 * Search in the __cpuidle_method_of_table array the cpuidle ops matching the
67 return m->ops;
73 * arm_cpuidle_read_ops() - Initialize the cpuidle ops with the device tree
89 const struct cpuidle_ops *ops; local
95 ops = arm_cpuidle_get_ops(enable_method);
96 if (!ops) {
102 if (!ops->init || !ops->suspend) {
108 cpuidle_ops[cpu] = *ops; /* structure copy */
120 * Initialize the cpuidle ops wit
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_fw.c31 fw->ops->release(fw);
37 return fw->ops->load_firmware(fw);
43 return fw->ops->get_vdec_capa(fw);
49 return fw->ops->get_venc_capa(fw);
55 return fw->ops->map_dm_addr(fw, mem_addr);
63 return fw->ops->ipi_register(fw, id, handler, name, priv);
70 return fw->ops->ipi_send(fw, id, buf, len, wait);
/linux-master/drivers/clk/sifive/
H A Dfu740-prci.h88 .ops = &sifive_fu740_prci_wrpll_clk_ops,
94 .ops = &sifive_fu740_prci_wrpll_ro_clk_ops,
100 .ops = &sifive_fu740_prci_wrpll_clk_ops,
106 .ops = &sifive_fu740_prci_wrpll_clk_ops,
112 .ops = &sifive_fu740_prci_wrpll_clk_ops,
118 .ops = &sifive_fu740_prci_wrpll_clk_ops,
124 .ops = &sifive_fu740_prci_tlclksel_clk_ops,
129 .ops = &sifive_fu740_prci_hfpclkplldiv_clk_ops,
134 .ops = &sifive_fu740_prci_pcie_aux_clk_ops,
/linux-master/net/mac802154/
H A Ddriver-ops.h16 return local->ops->xmit_async(&local->hw, skb);
24 return local->ops->xmit_sync(&local->hw, skb);
34 if (!local->ops->set_hw_addr_filt) {
42 ret = local->ops->set_hw_addr_filt(&local->hw, &filt,
56 if (!local->ops->set_hw_addr_filt) {
64 ret = local->ops->set_hw_addr_filt(&local->hw, &filt,
78 if (!local->ops->set_hw_addr_filt) {
86 ret = local->ops->set_hw_addr_filt(&local->hw, &filt,
100 if (!local->ops->set_hw_addr_filt) {
108 ret = local->ops
[all...]

Completed in 265 milliseconds

1234567891011>>