Home
last modified time | relevance | path

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

12345678910>>...140

/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 …]
/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 …]
/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 …]
/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 …]
/drivers/media/v4l2-core/
A Dv4l2-dev.c522 #define SET_VALID_IOCTL(ops, cmd, op) \ argument
605 if (ops->vidioc_enum_freq_bands || ops->vidioc_g_tuner || ops->vidioc_g_modulator) in determine_valid_ioctls()
614 if ((is_rx && (ops->vidioc_g_fmt_vid_cap || in determine_valid_ioctls()
616 ops->vidioc_g_fmt_vid_overlay)) || in determine_valid_ioctls()
623 ops->vidioc_s_fmt_vid_overlay)) || in determine_valid_ioctls()
647 if (ops->vidioc_g_selection && in determine_valid_ioctls()
652 if (ops->vidioc_s_selection && in determine_valid_ioctls()
728 if (ops->vidioc_create_bufs) in determine_valid_ioctls()
734 if (ops->vidioc_s_std) in determine_valid_ioctls()
769 if (ops->vidioc_g_parm || ops->vidioc_g_std) in determine_valid_ioctls()
[all …]
/drivers/video/fbdev/core/
A Dfbcon_ud.c167 if (!ops->fontbuffer) in ud_putcs()
264 if (!ops->fontbuffer) in ud_cursor()
274 ops->cursor_reset) { in ud_cursor()
286 ops->cursor_data = dst; in ud_cursor()
293 ops->cursor_reset) { in ud_cursor()
301 ops->cursor_reset) { in ud_cursor()
318 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ud_cursor()
396 ops->cursor_reset = 0; in ud_cursor()
422 ops->bmove = ud_bmove; in fbcon_rotate_ud()
423 ops->clear = ud_clear; in fbcon_rotate_ud()
[all …]
A Dfbcon_ccw.c144 if (!ops->fontbuffer) in ccw_putcs()
233 if (!ops->fontbuffer) in ccw_cursor()
243 ops->cursor_reset) { in ccw_cursor()
255 ops->cursor_data = dst; in ccw_cursor()
262 ops->cursor_reset) { in ccw_cursor()
287 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ccw_cursor()
373 ops->cursor_reset = 0; in ccw_cursor()
384 ops->var.xoffset = ops->var.yoffset; in ccw_update_start()
395 ops->bmove = ccw_bmove; in fbcon_rotate_ccw()
396 ops->clear = ccw_clear; in fbcon_rotate_ccw()
[all …]
A Dfbcon_cw.c129 if (!ops->fontbuffer) in cw_putcs()
216 if (!ops->fontbuffer) in cw_cursor()
226 ops->cursor_reset) { in cw_cursor()
238 ops->cursor_data = dst; in cw_cursor()
245 ops->cursor_reset) { in cw_cursor()
270 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in cw_cursor()
356 ops->cursor_reset = 0; in cw_cursor()
367 ops->var.yoffset = ops->var.xoffset; in cw_update_start()
378 ops->bmove = cw_bmove; in fbcon_rotate_cw()
379 ops->clear = cw_clear; in fbcon_rotate_cw()
[all …]
A Dbitblit.c257 ops->cursor_reset) { in bit_cursor()
269 ops->cursor_data = dst; in bit_cursor()
276 ops->cursor_reset) { in bit_cursor()
284 ops->cursor_reset) { in bit_cursor()
298 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in bit_cursor()
372 ops->cursor_reset = 0; in bit_cursor()
389 ops->bmove = bit_bmove; in fbcon_set_bitops()
390 ops->clear = bit_clear; in fbcon_set_bitops()
391 ops->putcs = bit_putcs; in fbcon_set_bitops()
397 if (ops->rotate) in fbcon_set_bitops()
[all …]
A Dfbcon_rotate.c30 ops->p->con_rotate == ops->cur_rotate) in fbcon_rotate_font()
34 ops->cur_rotate = ops->p->con_rotate; in fbcon_rotate_font()
57 kfree(ops->fontbuffer); in fbcon_rotate_font()
58 ops->fontbuffer = dst; in fbcon_rotate_font()
61 dst = ops->fontbuffer; in fbcon_rotate_font()
62 memset(dst, 0, ops->fd_size); in fbcon_rotate_font()
64 switch (ops->rotate) { in fbcon_rotate_font()
100 switch(ops->rotate) { in fbcon_set_rotate()
102 fbcon_rotate_cw(ops); in fbcon_set_rotate()
105 fbcon_rotate_ud(ops); in fbcon_set_rotate()
[all …]
/drivers/crypto/intel/qat/qat_common/
A Dadf_bank_state.c37 state->ringstat0 = ops->read_csr_stat(base, bank); in bank_state_save()
38 state->ringuostat = ops->read_csr_uo_stat(base, bank); in bank_state_save()
39 state->ringestat = ops->read_csr_e_stat(base, bank); in bank_state_save()
42 state->ringfstat = ops->read_csr_f_stat(base, bank); in bank_state_save()
43 state->ringcstat0 = ops->read_csr_c_stat(base, bank); in bank_state_save()
88 val = ops->read_csr_int_srcsel(base, bank); in bank_state_restore()
95 val = ops->read_csr_int_srcsel(base, bank); in bank_state_restore()
97 ops->write_csr_int_srcsel_w_val(base, bank, val); in bank_state_restore()
100 val = ops->read_csr_int_srcsel(base, bank); in bank_state_restore()
102 ops->write_csr_int_srcsel_w_val(base, bank, val); in bank_state_restore()
[all …]
/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 …]
/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 …]
/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()
2052 if (!(hw->phy.ops.read_reg)) in igb_phy_sw_reset()
[all …]
/drivers/media/platform/qcom/venus/
A Dhfi.c166 inst->ops = ops; in hfi_session_create()
194 const struct hfi_ops *ops = core->ops; in hfi_session_init() local
243 const struct hfi_ops *ops = inst->core->ops; in hfi_session_deinit() local
274 const struct hfi_ops *ops = inst->core->ops; in hfi_session_start() local
301 const struct hfi_ops *ops = inst->core->ops; in hfi_session_stop() local
342 const struct hfi_ops *ops = inst->core->ops; in hfi_session_abort() local
364 const struct hfi_ops *ops = inst->core->ops; in hfi_session_load_res() local
390 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unload_res() local
417 const struct hfi_ops *ops = inst->core->ops; in hfi_session_flush() local
441 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_buffers() local
[all …]
/drivers/net/wireless/ath/ath10k/
A Dwmi-ops.h243 ar->wmi.ops->rx(ar, skb); in ath10k_wmi_rx()
251 if (!ar->wmi.ops->map_svc) in ath10k_wmi_map_svc()
262 if (!ar->wmi.ops->map_svc_ext) in ath10k_wmi_map_svc_ext()
273 if (!ar->wmi.ops->pull_scan) in ath10k_wmi_pull_scan()
343 if (!ar->wmi.ops->pull_swba) in ath10k_wmi_pull_swba()
363 if (!ar->wmi.ops->pull_phyerr) in ath10k_wmi_pull_phyerr()
383 if (!ar->wmi.ops->pull_rdy) in ath10k_wmi_pull_rdy()
495 if (!ar->wmi.ops->gen_mgmt_tx) in ath10k_wmi_mgmt_tx()
601 if (!ar->wmi.ops->gen_init) in ath10k_wmi_cmd_init()
729 if (!ar->wmi.ops->gen_vdev_up) in ath10k_wmi_vdev_up()
[all …]
A Dhif.h118 if (!ar->hif.ops->diag_write) in ath10k_hif_diag_write()
134 return ar->hif.ops->start(ar); in ath10k_hif_start()
139 return ar->hif.ops->stop(ar); in ath10k_hif_stop()
144 if (ar->hif.ops->start_post) in ath10k_hif_start_post()
191 ar->hif.ops->power_down(ar); in ath10k_hif_power_down()
196 if (!ar->hif.ops->suspend) in ath10k_hif_suspend()
199 return ar->hif.ops->suspend(ar); in ath10k_hif_suspend()
204 if (!ar->hif.ops->resume) in ath10k_hif_resume()
207 return ar->hif.ops->resume(ar); in ath10k_hif_resume()
212 if (!ar->hif.ops->read32) { in ath10k_hif_read32()
[all …]
/drivers/net/wireless/ath/ath11k/
A Dhif.h39 if (ab->hif.ops->ce_irq_enable) in ath11k_hif_ce_irq_enable()
40 ab->hif.ops->ce_irq_enable(ab); in ath11k_hif_ce_irq_enable()
51 return ab->hif.ops->start(ab); in ath11k_hif_start()
56 ab->hif.ops->stop(ab); in ath11k_hif_stop()
61 ab->hif.ops->irq_enable(ab); in ath11k_hif_irq_enable()
66 ab->hif.ops->irq_disable(ab); in ath11k_hif_irq_disable()
71 if (!ab->hif.ops->power_up) in ath11k_hif_power_up()
79 if (!ab->hif.ops->power_down) in ath11k_hif_power_down()
87 if (ab->hif.ops->suspend) in ath11k_hif_suspend()
95 if (ab->hif.ops->resume) in ath11k_hif_resume()
[all …]
/drivers/net/wireless/ath/ath12k/
A Dhif.h71 if (ab->hif.ops->get_ce_msi_idx) in ath12k_hif_get_ce_msi_idx()
79 if (ab->hif.ops->ce_irq_enable) in ath12k_hif_ce_irq_enable()
80 ab->hif.ops->ce_irq_enable(ab); in ath12k_hif_ce_irq_enable()
91 ab->hif.ops->irq_enable(ab); in ath12k_hif_irq_enable()
96 ab->hif.ops->irq_disable(ab); in ath12k_hif_irq_disable()
101 if (ab->hif.ops->suspend) in ath12k_hif_suspend()
109 if (ab->hif.ops->resume) in ath12k_hif_resume()
117 return ab->hif.ops->start(ab); in ath12k_hif_start()
122 ab->hif.ops->stop(ab); in ath12k_hif_stop()
138 if (!ab->hif.ops->power_up) in ath12k_hif_power_up()
[all …]
/drivers/gpu/drm/xe/tests/
A Dxe_lmtt_test.c10 const struct xe_lmtt_ops *ops; member
26 const struct xe_lmtt_ops *ops = p->ops; in test_ops() local
30 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_num); in test_ops()
31 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_size); in test_ops()
32 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_shift); in test_ops()
33 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_index); in test_ops()
34 KUNIT_ASSERT_NOT_NULL(test, ops->lmtt_pte_encode); in test_ops()
38 for (n = 0; n <= ops->lmtt_root_pd_level(); n++) { in test_ops()
39 KUNIT_EXPECT_NE_MSG(test, ops->lmtt_pte_num(n), 0, in test_ops()
47 for (n = 0; n < ops->lmtt_root_pd_level(); n++) { in test_ops()
[all …]
/drivers/spi/
A Dspi-offload.c156 if (trigger->ops && trigger->ops->release) in spi_offload_trigger_put()
253 if (!trigger->ops) in spi_offload_trigger_validate()
288 if (!trigger->ops) in spi_offload_trigger_enable()
291 if (offload->ops && offload->ops->trigger_enable) { in spi_offload_trigger_enable()
300 if (offload->ops && offload->ops->trigger_disable) in spi_offload_trigger_enable()
323 if (offload->ops && offload->ops->trigger_disable) in spi_offload_trigger_disable()
328 if (!trigger->ops) in spi_offload_trigger_disable()
358 if (!offload->ops || !offload->ops->tx_stream_request_dma_chan) in devm_spi_offload_tx_stream_request_dma_chan()
390 if (!offload->ops || !offload->ops->rx_stream_request_dma_chan) in devm_spi_offload_rx_stream_request_dma_chan()
434 if (!info->fwnode || !info->ops || !info->ops->match) in devm_spi_offload_trigger_register()
[all …]
/drivers/edac/
A Dmem_repair.c183 if (ops->get_hpa) {
184 if (ops->set_hpa)
199 if (ops->get_dpa) {
200 if (ops->set_dpa)
231 if (ops->get_bank) {
232 if (ops->set_bank)
239 if (ops->get_rank) {
240 if (ops->set_rank)
247 if (ops->get_row) {
248 if (ops->set_row)
[all …]
/drivers/net/ethernet/hisilicon/hns/
A Dhns_ethtool.c677 ops = priv->ae_handle->dev->ops; in hns_get_ringparam()
699 ops = priv->ae_handle->dev->ops; in hns_get_pauseparam()
721 ops = h->dev->ops; in hns_set_pauseparam()
747 ops = priv->ae_handle->dev->ops; in hns_get_coalesce()
796 ops = priv->ae_handle->dev->ops; in hns_set_coalesce()
1098 ops = priv->ae_handle->dev->ops; in hns_get_regs()
1120 ops = priv->ae_handle->dev->ops; in hns_get_regs_len()
1167 ops = priv->ae_handle->dev->ops; in hns_get_rss_key_size()
1183 ops = priv->ae_handle->dev->ops; in hns_get_rss_indir_size()
1199 ops = priv->ae_handle->dev->ops; in hns_get_rss()
[all …]
/drivers/clk/qcom/
A Dgcc-msm8998.c485 .ops = &clk_rcg2_ops,
510 .ops = &clk_rcg2_ops,
524 .ops = &clk_rcg2_ops,
538 .ops = &clk_rcg2_ops,
552 .ops = &clk_rcg2_ops,
566 .ops = &clk_rcg2_ops,
580 .ops = &clk_rcg2_ops,
594 .ops = &clk_rcg2_ops,
608 .ops = &clk_rcg2_ops,
622 .ops = &clk_rcg2_ops,
[all …]
A Dgcc-x1e80100.c673 .ops = &clk_rcg2_ops,
690 .ops = &clk_rcg2_ops,
722 .ops = &clk_rcg2_ops,
739 .ops = &clk_rcg2_ops,
771 .ops = &clk_rcg2_ops,
788 .ops = &clk_rcg2_ops,
805 .ops = &clk_rcg2_ops,
822 .ops = &clk_rcg2_ops,
839 .ops = &clk_rcg2_ops,
856 .ops = &clk_rcg2_ops,
[all …]

Completed in 110 milliseconds

12345678910>>...140