Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 25 of 3894) sorted by relevance

12345678910>>...156

/linux/tools/perf/arch/x86/annotate/
A Dinstructions.c3 { .name = "adc", .ops = &mov_ops, },
4 { .name = "adcb", .ops = &mov_ops, },
5 { .name = "adcl", .ops = &mov_ops, },
6 { .name = "add", .ops = &mov_ops, },
7 { .name = "addl", .ops = &mov_ops, },
8 { .name = "addq", .ops = &mov_ops, },
9 { .name = "addsd", .ops = &mov_ops, },
10 { .name = "addw", .ops = &mov_ops, },
11 { .name = "and", .ops = &mov_ops, },
12 { .name = "andb", .ops = &mov_ops, },
[all …]
/linux/drivers/mtd/tests/
A Doobtest.c66 ops.len = 0; in write_eraseblock()
67 ops.retlen = 0; in write_eraseblock()
69 ops.oobretlen = 0; in write_eraseblock()
176 ops.len = 0; in verify_eraseblock()
177 ops.retlen = 0; in verify_eraseblock()
179 ops.oobretlen = 0; in verify_eraseblock()
273 ops.len = 0; in verify_eraseblock_in_one_go()
274 ops.retlen = 0; in verify_eraseblock_in_one_go()
276 ops.oobretlen = 0; in verify_eraseblock_in_one_go()
277 ops.ooboffs = 0; in verify_eraseblock_in_one_go()
[all …]
/linux/drivers/net/wireless/ti/wlcore/
A Dhw_ops.h17 if (!wl->ops->calc_tx_blocks) in wlcore_hw_calc_tx_blocks()
57 if (wl->ops->prepare_read) in wlcore_hw_prepare_read()
89 if (wl->ops->init_vif) in wlcore_hw_init_vif()
115 if (wl->ops->identify_fw) in wlcore_identify_fw()
137 if (wl->ops->set_rx_csum) in wlcore_hw_set_rx_csum()
154 if (wl->ops->debugfs_init) in wlcore_debugfs_init()
184 if (!wl->ops->set_key) in wlcore_hw_set_key()
193 if (wl->ops->pre_pkt_send) in wlcore_hw_pre_pkt_send()
217 if (wl->ops->rx_ba_filter) in wlcore_hw_rx_ba_filter()
225 if (wl->ops->ap_sleep) in wlcore_hw_ap_sleep()
[all …]
/linux/include/linux/
A Dntb.h339 !ops->peer_port_count == !ops->port_number && in ntb_dev_ops_is_valid()
341 !ops->peer_port_idx == !ops->port_number && in ntb_dev_ops_is_valid()
379 !ops->spad_read == !ops->spad_count && in ntb_dev_ops_is_valid()
380 !ops->spad_write == !ops->spad_count && in ntb_dev_ops_is_valid()
383 !ops->peer_spad_write == !ops->spad_count && in ntb_dev_ops_is_valid()
386 !ops->msg_inbits == !ops->msg_count && in ntb_dev_ops_is_valid()
387 !ops->msg_outbits == !ops->msg_count && in ntb_dev_ops_is_valid()
388 !ops->msg_read_sts == !ops->msg_count && in ntb_dev_ops_is_valid()
389 !ops->msg_clear_sts == !ops->msg_count && in ntb_dev_ops_is_valid()
392 !ops->msg_read == !ops->msg_count && in ntb_dev_ops_is_valid()
[all …]
/linux/drivers/mfd/
A Dabx500-core.c19 struct abx500_ops ops; member
27 *ops = NULL; in lookup_ops()
30 *ops = &dev_entry->ops; in lookup_ops()
45 memcpy(&dev_entry->ops, ops, sizeof(*ops)); in abx500_register_ops()
68 if (ops && ops->set_register) in abx500_set_register_interruptible()
81 if (ops && ops->get_register) in abx500_get_register_interruptible()
94 if (ops && ops->get_register_page) in abx500_get_register_page_interruptible()
108 if (ops && ops->mask_and_set_register) in abx500_mask_and_set_register_interruptible()
121 if (ops && ops->get_chip_id) in abx500_get_chip_id()
133 if (ops && ops->event_registers_startup_state_get) in abx500_event_registers_startup_state_get()
[all …]
/linux/arch/s390/appldata/
A Dappldata_base.c133 ops->callback(ops->data); in appldata_work_fn()
329 ops->callback(ops->data); // init record in appldata_generic_handler()
332 (unsigned long) ops->data, ops->size, in appldata_generic_handler()
343 (unsigned long) ops->data, ops->size, in appldata_generic_handler()
380 ops->ctl_table[0].child = &ops->ctl_table[2]; in appldata_register_ops()
382 ops->ctl_table[2].procname = ops->name; in appldata_register_ops()
385 ops->ctl_table[2].data = ops; in appldata_register_ops()
387 ops->sysctl_header = register_sysctl_table(ops->ctl_table); in appldata_register_ops()
434 (unsigned long) ops->data, ops->size, in appldata_freeze()
462 ops->callback(ops->data); // init record in appldata_restore()
[all …]
/linux/net/netfilter/
A Dnf_sockopt.c32 if (ops->pf == reg->pf in nf_register_sockopt()
33 && (overlap(ops->set_optmin, ops->set_optmax, in nf_register_sockopt()
35 || overlap(ops->get_optmin, ops->get_optmax, in nf_register_sockopt()
38 ops->set_optmin, ops->set_optmax, in nf_register_sockopt()
39 ops->get_optmin, ops->get_optmax, in nf_register_sockopt()
69 if (ops->pf == pf) { in nf_sockopt_find()
89 return ops; in nf_sockopt_find()
99 if (IS_ERR(ops)) in nf_setsockopt()
100 return PTR_ERR(ops); in nf_setsockopt()
114 if (IS_ERR(ops)) in nf_getsockopt()
[all …]
/linux/drivers/media/v4l2-core/
A Dv4l2-dev.c521 #define SET_VALID_IOCTL(ops, cmd, op) \ argument
576 if (vdev->ctrl_handler || ops->vidioc_g_ctrl || ops->vidioc_g_ext_ctrls) in determine_valid_ioctls()
578 if (vdev->ctrl_handler || ops->vidioc_s_ctrl || ops->vidioc_s_ext_ctrls) in determine_valid_ioctls()
602 if (ops->vidioc_enum_freq_bands || ops->vidioc_g_tuner || ops->vidioc_g_modulator) in determine_valid_ioctls()
613 ops->vidioc_g_fmt_vid_overlay)) || in determine_valid_ioctls()
620 ops->vidioc_s_fmt_vid_overlay)) || in determine_valid_ioctls()
644 if (ops->vidioc_g_selection) { in determine_valid_ioctls()
648 if (ops->vidioc_s_selection) in determine_valid_ioctls()
726 if (ops->vidioc_s_std) in determine_valid_ioctls()
761 if (ops->vidioc_g_parm || ops->vidioc_g_std) in determine_valid_ioctls()
[all …]
/linux/net/core/
A Dfib_rules.c114 return ops; in lookup_rules_ops()
124 if (ops) in rules_ops_put()
131 ops->flush_cache(ops); in flush_route_cache()
145 if (ops->match == NULL || ops->configure == NULL || in __fib_rules_register()
146 ops->compare == NULL || ops->fill == NULL || in __fib_rules_register()
169 ops = kmemdup(tmpl, sizeof(*ops), GFP_KERNEL); in fib_rules_register()
178 kfree(ops); in fib_rules_register()
182 return ops; in fib_rules_register()
386 if (!ops) in fib_rules_dump()
408 if (!ops) in fib_rules_seq_read()
[all …]
A Dlwtunnel.c85 NULL, ops) ? 0 : -1; in lwtunnel_encap_add_ops()
100 ops, NULL) == ops) ? 0 : -1; in lwtunnel_encap_del_ops()
127 if (likely(ops && ops->build_state && try_module_get(ops->owner))) in lwtunnel_build_state()
162 if (!ops) { in lwtunnel_valid_encap_type()
253 if (likely(ops && ops->fill_encap)) in lwtunnel_fill_encap()
287 if (likely(ops && ops->get_encap_size)) in lwtunnel_get_encap_size()
315 if (likely(ops && ops->cmp_encap)) in lwtunnel_cmp_encap()
341 if (likely(ops && ops->output)) in lwtunnel_output()
376 if (likely(ops && ops->xmit)) in lwtunnel_xmit()
377 ret = ops->xmit(skb); in lwtunnel_xmit()
[all …]
/linux/kernel/dma/
A Dmapping.c114 if (likely(!ops)) in dma_go_direct()
315 if (!dma_map_direct(dev, ops) && ops->unmap_resource) in dma_unmap_resource()
461 if (!ops->mmap) in dma_mmap_attrs()
636 if (ops && ops->alloc_noncontiguous) in dma_alloc_noncontiguous()
664 if (ops && ops->free_noncontiguous) in dma_free_noncontiguous()
677 if (ops && ops->alloc_noncontiguous) in dma_vmap_noncontiguous()
687 if (ops && ops->alloc_noncontiguous) in dma_vunmap_noncontiguous()
697 if (ops && ops->alloc_noncontiguous) { in dma_mmap_noncontiguous()
717 if (!ops) in dma_supported()
773 else if (ops && ops->max_mapping_size) in dma_max_mapping_size()
[all …]
/linux/net/dsa/
A Dmaster.c20 if (ops->get_regs_len) { in dsa_master_get_regs_len()
30 if (ds->ops->get_regs_len) { in dsa_master_get_regs_len()
51 if (ops->get_regs_len && ops->get_regs) { in dsa_master_get_regs()
66 if (ds->ops->get_regs_len && ds->ops->get_regs) { in dsa_master_get_regs()
85 if (ops->get_sset_count && ops->get_ethtool_stats) { in dsa_master_get_ethtool_stats()
108 } else if (ops->get_sset_count && ops->get_ethtool_phy_stats) { in dsa_master_get_ethtool_phy_stats()
165 } else if (ops->get_sset_count && ops->get_strings) { in dsa_master_get_strings()
229 ops = devm_kzalloc(ds->dev, sizeof(*ops), GFP_KERNEL); in dsa_master_ethtool_setup()
230 if (!ops) in dsa_master_ethtool_setup()
235 memcpy(ops, cpu_dp->orig_ethtool_ops, sizeof(*ops)); in dsa_master_ethtool_setup()
[all …]
/linux/drivers/base/
A Dsyscore.c36 list_del(&ops->node); in unregister_syscore_ops()
49 struct syscore_ops *ops; in syscore_suspend() local
63 if (ops->suspend) { in syscore_suspend()
65 ret = ops->suspend(); in syscore_suspend()
79 if (ops->resume) in syscore_suspend()
80 ops->resume(); in syscore_suspend()
93 struct syscore_ops *ops; in syscore_resume() local
100 if (ops->resume) { in syscore_resume()
102 ops->resume(); in syscore_resume()
121 if (ops->shutdown) { in syscore_shutdown()
[all …]
/linux/net/netlabel/
A Dnetlabel_calipso.c406 if (ops) in calipso_doi_add()
423 if (ops) in calipso_doi_free()
443 if (ops) in calipso_doi_remove()
463 if (ops) in calipso_doi_getdef()
480 if (ops) in calipso_doi_putdef()
504 if (ops) in calipso_doi_walk()
526 if (ops) in calipso_sock_getattr()
552 if (ops) in calipso_sock_setattr()
569 if (ops) in calipso_sock_delattr()
592 if (ops) in calipso_req_setattr()
[all …]
/linux/mm/
A Dpagewalk.c26 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_hugepd_range() local
105 const struct mm_walk_ops *ops = walk->ops; in walk_pmd_range() local
166 const struct mm_walk_ops *ops = walk->ops; in walk_pud_range() local
194 !(ops->pmd_entry || ops->pte_entry)) in walk_pud_range()
239 else if (ops->pud_entry || ops->pmd_entry || ops->pte_entry) in walk_p4d_range()
276 else if (ops->p4d_entry || ops->pud_entry || ops->pmd_entry || ops->pte_entry) in walk_pgd_range()
435 .ops = ops, in walk_page_range()
494 .ops = ops, in walk_page_range_novma()
513 .ops = ops, in walk_page_vma()
[all …]
/linux/net/mac80211/
A Ddriver-ops.h64 if (local->ops->get_et_stats) { in drv_get_et_stats()
119 if (!local->ops->set_wakeup) in drv_set_wakeup()
231 if (local->ops->set_tim) in drv_set_tim()
376 if (local->ops->get_stats) in drv_get_stats()
446 if (local->ops->sta_notify) in drv_sta_notify()
464 if (local->ops->sta_add) in drv_sta_add()
483 if (local->ops->sta_remove) in drv_sta_remove()
637 if (local->ops->flush) in drv_flush()
973 if (local->ops->start_ap) in drv_start_ap()
986 if (local->ops->stop_ap) in drv_stop_ap()
[all …]
/linux/drivers/misc/c2port/
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
629 struct c2port_ops *ops = dev->ops; in __c2port_read_flash_data() local
[all …]
/linux/drivers/video/fbdev/core/
A Dfbcon_ccw.c126 if (!ops->fontbuffer) in ccw_putcs()
215 if (!ops->fontbuffer) in ccw_cursor()
225 ops->cursor_reset) { in ccw_cursor()
237 ops->cursor_data = dst; in ccw_cursor()
244 ops->cursor_reset) { in ccw_cursor()
252 ops->cursor_reset) { in ccw_cursor()
269 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ccw_cursor()
364 ops->cursor_reset = 0; in ccw_cursor()
375 ops->var.xoffset = ops->var.yoffset; in ccw_update_start()
386 ops->clear = ccw_clear; in fbcon_rotate_ccw()
[all …]
A Dfbcon_cw.c111 if (!ops->fontbuffer) in cw_putcs()
198 if (!ops->fontbuffer) in cw_cursor()
208 ops->cursor_reset) { in cw_cursor()
220 ops->cursor_data = dst; in cw_cursor()
227 ops->cursor_reset) { in cw_cursor()
235 ops->cursor_reset) { in cw_cursor()
252 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in cw_cursor()
347 ops->cursor_reset = 0; in cw_cursor()
358 ops->var.yoffset = ops->var.xoffset; in cw_update_start()
369 ops->clear = cw_clear; in fbcon_rotate_cw()
[all …]
A Dfbcon_ud.c148 if (!ops->fontbuffer) in ud_putcs()
245 if (!ops->fontbuffer) in ud_cursor()
255 ops->cursor_reset) { in ud_cursor()
267 ops->cursor_data = dst; in ud_cursor()
274 ops->cursor_reset) { in ud_cursor()
282 ops->cursor_reset) { in ud_cursor()
293 ops->cursor_reset) { in ud_cursor()
299 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ud_cursor()
386 ops->cursor_reset = 0; in ud_cursor()
412 ops->clear = ud_clear; in fbcon_rotate_ud()
[all …]
/linux/kernel/livepatch/
A Dpatch.c27 struct klp_ops *ops; in klp_find_ops() local
34 return ops; in klp_find_ops()
45 struct klp_ops *ops; in klp_ftrace_handler() local
142 struct klp_ops *ops; in klp_unpatch_func() local
150 if (WARN_ON(!ops)) in klp_unpatch_func()
166 kfree(ops); in klp_unpatch_func()
176 struct klp_ops *ops; in klp_patch_func() local
186 if (!ops) { in klp_patch_func()
197 ops = kzalloc(sizeof(*ops), GFP_KERNEL); in klp_patch_func()
198 if (!ops) in klp_patch_func()
[all …]
/linux/drivers/net/ethernet/intel/igb/
A De1000_phy.c91 if (!(hw->phy.ops.write_reg)) in igb_phy_reset_dsp()
384 if (!(hw->phy.ops.acquire)) in igb_read_phy_reg_igp()
396 hw->phy.ops.release(hw); in igb_read_phy_reg_igp()
404 hw->phy.ops.release(hw); in igb_read_phy_reg_igp()
423 if (!(hw->phy.ops.acquire)) in igb_write_phy_reg_igp()
435 hw->phy.ops.release(hw); in igb_write_phy_reg_igp()
443 hw->phy.ops.release(hw); in igb_write_phy_reg_igp()
733 ret_val = phy->ops.reset(hw); in igb_copper_link_setup_igp()
1401 if (!(hw->phy.ops.read_reg)) in igb_set_d3_lplu_state()
2054 if (!(hw->phy.ops.read_reg)) in igb_phy_sw_reset()
[all …]
/linux/drivers/media/platform/qcom/venus/
A Dhfi.c186 inst->ops = ops; in hfi_session_create()
214 const struct hfi_ops *ops = core->ops; in hfi_session_init() local
263 const struct hfi_ops *ops = inst->core->ops; in hfi_session_deinit() local
294 const struct hfi_ops *ops = inst->core->ops; in hfi_session_start() local
321 const struct hfi_ops *ops = inst->core->ops; in hfi_session_stop() local
362 const struct hfi_ops *ops = inst->core->ops; in hfi_session_abort() local
384 const struct hfi_ops *ops = inst->core->ops; in hfi_session_load_res() local
410 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unload_res() local
437 const struct hfi_ops *ops = inst->core->ops; in hfi_session_flush() local
461 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_buffers() local
[all …]
/linux/drivers/net/wireless/ath/ath10k/
A Dwmi-ops.h240 ar->wmi.ops->rx(ar, skb); in ath10k_wmi_rx()
248 if (!ar->wmi.ops->map_svc) in ath10k_wmi_map_svc()
259 if (!ar->wmi.ops->map_svc_ext) in ath10k_wmi_map_svc_ext()
270 if (!ar->wmi.ops->pull_scan) in ath10k_wmi_pull_scan()
340 if (!ar->wmi.ops->pull_swba) in ath10k_wmi_pull_swba()
360 if (!ar->wmi.ops->pull_phyerr) in ath10k_wmi_pull_phyerr()
380 if (!ar->wmi.ops->pull_rdy) in ath10k_wmi_pull_rdy()
492 if (!ar->wmi.ops->gen_mgmt_tx) in ath10k_wmi_mgmt_tx()
598 if (!ar->wmi.ops->gen_init) in ath10k_wmi_cmd_init()
726 if (!ar->wmi.ops->gen_vdev_up) in ath10k_wmi_vdev_up()
[all …]
/linux/tools/perf/arch/s390/annotate/
A Dinstructions.c13 tok = strchr(ops->raw, ','); in s390_call__parse()
37 if (ops->target.name == NULL) in s390_call__parse()
66 ops->source.raw = strdup(ops->raw); in s390_mov__parse()
97 zfree(&ops->target.raw); in s390_mov__parse()
99 zfree(&ops->source.raw); in s390_mov__parse()
117 ops = &jump_ops; in s390__associate_ins_ops()
122 ops = &s390_call_ops; in s390__associate_ins_ops()
124 ops = &ret_ops; in s390__associate_ins_ops()
132 ops = &s390_mov_ops; in s390__associate_ins_ops()
134 if (ops) in s390__associate_ins_ops()
[all …]

Completed in 127 milliseconds

12345678910>>...156