Home
last modified time | relevance | path

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

12345678910>>...165

/linux-6.3-rc2/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-6.3-rc2/drivers/media/platform/amphion/
A Dvpu_rpc.h122 if (ops && ops->check_codec) in vpu_iface_check_codec()
132 if (ops && ops->check_fmt) in vpu_iface_check_format()
142 if (ops && ops->boot_core) in vpu_iface_boot_core()
151 if (ops && ops->get_power_state) in vpu_iface_get_power_state()
160 if (ops && ops->shutdown_core) in vpu_iface_shutdown_core()
169 if (ops && ops->restore_core) in vpu_iface_restore_core()
201 if (!ops || !ops->init_rpc) in vpu_iface_init()
263 if (!ops || !ops->send_cmd_buf) in vpu_iface_send_cmd()
285 if (!ops || !ops->pack_cmd) in vpu_iface_pack_cmd()
317 if (!ops || !ops->input_frame) in vpu_iface_input_frame()
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/s390/appldata/
A Dappldata_base.c128 ops->callback(ops->data); in appldata_work_fn()
302 ops = ctl->data; in appldata_generic_handler()
324 ops->callback(ops->data); // init record in appldata_generic_handler()
327 (unsigned long) ops->data, ops->size, in appldata_generic_handler()
336 ops->active = 0; in appldata_generic_handler()
338 (unsigned long) ops->data, ops->size, in appldata_generic_handler()
339 ops->mod_lvl); in appldata_generic_handler()
375 ops->ctl_table[0].child = &ops->ctl_table[2]; in appldata_register_ops()
377 ops->ctl_table[2].procname = ops->name; in appldata_register_ops()
380 ops->ctl_table[2].data = ops; in appldata_register_ops()
[all …]
/linux-6.3-rc2/tools/testing/cxl/test/
A Dmock.c52 if (ops) in __wrap_is_acpi_device_node()
70 if (ops) in __wrap_acpi_table_parse_cedt()
90 if (ops) in __wrap_acpi_evaluate_integer()
142 if (ops && ops->is_mock_port(port->uport)) in __wrap_devm_cxl_setup_hdm()
157 if (ops && ops->is_mock_port(port->uport)) in __wrap_devm_cxl_add_passthrough_decoder()
174 if (ops && ops->is_mock_port(port->uport)) in __wrap_devm_cxl_enumerate_decoders()
189 if (ops && ops->is_mock_port(port->uport)) in __wrap_devm_cxl_port_enumerate_dports()
204 if (ops && ops->is_mock_dev(cxlds->dev)) in __wrap_cxl_await_media_ready()
221 if (ops && ops->is_mock_dev(cxlds->dev)) in __wrap_cxl_hdm_decode_init()
237 if (ops && ops->is_mock_dev(dev)) in __wrap_cxl_dvsec_rr_decode()
[all …]
/linux-6.3-rc2/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-6.3-rc2/kernel/dma/
A Dmapping.c322 if (!dma_map_direct(dev, ops) && ops->unmap_resource) in dma_unmap_resource()
653 if (ops && ops->alloc_noncontiguous) in dma_alloc_noncontiguous()
681 if (ops && ops->free_noncontiguous) in dma_free_noncontiguous()
694 if (ops && ops->alloc_noncontiguous) in dma_vmap_noncontiguous()
704 if (ops && ops->alloc_noncontiguous) in dma_vunmap_noncontiguous()
714 if (ops && ops->alloc_noncontiguous) { in dma_mmap_noncontiguous()
734 if (!ops) in dma_supported()
746 if (!ops) in dma_pci_p2pdma_supported()
805 else if (ops && ops->max_mapping_size) in dma_max_mapping_size()
817 if (ops && ops->opt_mapping_size) in dma_opt_mapping_size()
[all …]
/linux-6.3-rc2/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
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()
505 .ops = ops, in walk_page_range_novma()
525 .ops = ops, in walk_page_range_vma()
544 .ops = ops, in walk_page_vma()
[all …]
/linux-6.3-rc2/net/core/
A Dlwtunnel.c88 NULL, ops) ? 0 : -1; in lwtunnel_encap_add_ops()
103 ops, NULL) == ops) ? 0 : -1; in lwtunnel_encap_del_ops()
130 if (likely(ops && ops->build_state && try_module_get(ops->owner))) in lwtunnel_build_state()
165 if (!ops) { in lwtunnel_valid_encap_type()
256 if (likely(ops && ops->fill_encap)) in lwtunnel_fill_encap()
290 if (likely(ops && ops->get_encap_size)) in lwtunnel_get_encap_size()
318 if (likely(ops && ops->cmp_encap)) in lwtunnel_cmp_encap()
344 if (likely(ops && ops->output)) in lwtunnel_output()
379 if (likely(ops && ops->xmit)) in lwtunnel_xmit()
380 ret = ops->xmit(skb); in lwtunnel_xmit()
[all …]
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 …]
/linux-6.3-rc2/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-6.3-rc2/drivers/video/fbdev/core/
A Dfbcon_ud.c168 if (!ops->fontbuffer) in ud_putcs()
265 if (!ops->fontbuffer) in ud_cursor()
275 ops->cursor_reset) { in ud_cursor()
287 ops->cursor_data = dst; in ud_cursor()
294 ops->cursor_reset) { in ud_cursor()
302 ops->cursor_reset) { in ud_cursor()
319 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ud_cursor()
406 ops->cursor_reset = 0; in ud_cursor()
432 ops->bmove = ud_bmove; in fbcon_rotate_ud()
433 ops->clear = ud_clear; in fbcon_rotate_ud()
[all …]
A Dfbcon_cw.c130 if (!ops->fontbuffer) in cw_putcs()
217 if (!ops->fontbuffer) in cw_cursor()
227 ops->cursor_reset) { in cw_cursor()
239 ops->cursor_data = dst; in cw_cursor()
246 ops->cursor_reset) { in cw_cursor()
271 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in cw_cursor()
366 ops->cursor_reset = 0; in cw_cursor()
377 ops->var.yoffset = ops->var.xoffset; in cw_update_start()
388 ops->bmove = cw_bmove; in fbcon_rotate_cw()
389 ops->clear = cw_clear; in fbcon_rotate_cw()
[all …]
A Dfbcon_ccw.c145 if (!ops->fontbuffer) in ccw_putcs()
234 if (!ops->fontbuffer) in ccw_cursor()
244 ops->cursor_reset) { in ccw_cursor()
256 ops->cursor_data = dst; in ccw_cursor()
263 ops->cursor_reset) { in ccw_cursor()
288 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ccw_cursor()
383 ops->cursor_reset = 0; in ccw_cursor()
394 ops->var.xoffset = ops->var.yoffset; in ccw_update_start()
405 ops->bmove = ccw_bmove; in fbcon_rotate_ccw()
406 ops->clear = ccw_clear; in fbcon_rotate_ccw()
[all …]
/linux-6.3-rc2/net/netlabel/
A Dnetlabel_calipso.c407 if (ops) in calipso_doi_add()
424 if (ops) in calipso_doi_free()
444 if (ops) in calipso_doi_remove()
464 if (ops) in calipso_doi_getdef()
481 if (ops) in calipso_doi_putdef()
505 if (ops) in calipso_doi_walk()
527 if (ops) in calipso_sock_getattr()
553 if (ops) in calipso_sock_setattr()
570 if (ops) in calipso_sock_delattr()
593 if (ops) in calipso_req_setattr()
[all …]
/linux-6.3-rc2/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
129 struct klp_ops *ops; in klp_unpatch_func() local
137 if (WARN_ON(!ops)) in klp_unpatch_func()
152 kfree(ops); in klp_unpatch_func()
162 struct klp_ops *ops; in klp_patch_func() local
172 if (!ops) { in klp_patch_func()
182 ops = kzalloc(sizeof(*ops), GFP_KERNEL); in klp_patch_func()
183 if (!ops) in klp_patch_func()
[all …]
/linux-6.3-rc2/net/dsa/
A Dmaster.c28 if (ops->get_regs_len) { in dsa_master_get_regs_len()
38 if (ds->ops->get_regs_len) { in dsa_master_get_regs_len()
59 if (ops->get_regs_len && ops->get_regs) { in dsa_master_get_regs()
74 if (ds->ops->get_regs_len && ds->ops->get_regs) { in dsa_master_get_regs()
93 if (ops->get_sset_count && ops->get_ethtool_stats) { in dsa_master_get_ethtool_stats()
116 } else if (ops->get_sset_count && ops->get_ethtool_phy_stats) { in dsa_master_get_ethtool_phy_stats()
173 } else if (ops->get_sset_count && ops->get_strings) { in dsa_master_get_strings()
239 ops = devm_kzalloc(ds->dev, sizeof(*ops), GFP_KERNEL); in dsa_master_ethtool_setup()
240 if (!ops) in dsa_master_ethtool_setup()
245 memcpy(ops, cpu_dp->orig_ethtool_ops, sizeof(*ops)); in dsa_master_ethtool_setup()
[all …]
/linux-6.3-rc2/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()
223 if (local->ops->set_tim) in drv_set_tim()
354 if (local->ops->get_stats) in drv_get_stats()
424 if (local->ops->sta_notify) in drv_sta_notify()
442 if (local->ops->sta_add) in drv_sta_add()
461 if (local->ops->sta_remove) in drv_sta_remove()
631 if (local->ops->flush) in drv_flush()
947 if (local->ops->start_ap) in drv_start_ap()
964 if (local->ops->stop_ap) in drv_stop_ap()
[all …]
/linux-6.3-rc2/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-6.3-rc2/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 …]
/linux-6.3-rc2/drivers/media/platform/qcom/venus/
A Dhfi.c189 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 …]

Completed in 85 milliseconds

12345678910>>...165