/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-net.c | 55 pdata->hw_ops.tx_start_xmit(channel, ring); in xlgmac_maybe_stop_tx_queue() 209 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; in xlgmac_enable_rx_tx_ints() local 225 hw_ops->enable_int(channel, int_id); in xlgmac_enable_rx_tx_ints() 231 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; in xlgmac_disable_rx_tx_ints() local 247 hw_ops->disable_int(channel, int_id); in xlgmac_disable_rx_tx_ints() 256 struct xlgmac_hw_ops *hw_ops; in xlgmac_isr() local 259 hw_ops = &pdata->hw_ops; in xlgmac_isr() 563 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_start() local 589 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_stop() local 706 struct xlgmac_hw_ops *hw_ops; xlgmac_xmit() local 795 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_set_mac_address() local 839 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_vlan_rx_add_vid() local 852 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_vlan_rx_kill_vid() local 884 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_set_features() local 922 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_set_rx_mode() local 957 struct xlgmac_hw_ops *hw_ops; xlgmac_rx_refresh() local 1043 struct xlgmac_hw_ops *hw_ops; xlgmac_tx_poll() local 1117 struct xlgmac_hw_ops *hw_ops; xlgmac_rx_poll() local [all...] |
H A D | dwc-xlgmac-hw.c | 3065 void xlgmac_init_hw_ops(struct xlgmac_hw_ops *hw_ops) in xlgmac_init_hw_ops() argument 3067 hw_ops->init = xlgmac_hw_init; in xlgmac_init_hw_ops() 3068 hw_ops->exit = xlgmac_hw_exit; in xlgmac_init_hw_ops() 3070 hw_ops->tx_complete = xlgmac_tx_complete; in xlgmac_init_hw_ops() 3072 hw_ops->enable_tx = xlgmac_enable_tx; in xlgmac_init_hw_ops() 3073 hw_ops->disable_tx = xlgmac_disable_tx; in xlgmac_init_hw_ops() 3074 hw_ops->enable_rx = xlgmac_enable_rx; in xlgmac_init_hw_ops() 3075 hw_ops->disable_rx = xlgmac_disable_rx; in xlgmac_init_hw_ops() 3077 hw_ops->dev_xmit = xlgmac_dev_xmit; in xlgmac_init_hw_ops() 3078 hw_ops in xlgmac_init_hw_ops() [all...] |
H A D | dwc-xlgmac-ethtool.c | 165 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; in xlgmac_ethtool_set_coalesce() local 170 rx_riwt = hw_ops->usec_to_riwt(pdata, rx_usecs); in xlgmac_ethtool_set_coalesce() 185 hw_ops->config_rx_coalesce(pdata); in xlgmac_ethtool_set_coalesce() 188 hw_ops->config_tx_coalesce(pdata); in xlgmac_ethtool_set_coalesce() 237 pdata->hw_ops.read_mmc_stats(pdata); in xlgmac_ethtool_get_ethtool_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-net.c | 55 pdata->hw_ops.tx_start_xmit(channel, ring); in xlgmac_maybe_stop_tx_queue() 209 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; in xlgmac_enable_rx_tx_ints() local 225 hw_ops->enable_int(channel, int_id); in xlgmac_enable_rx_tx_ints() 231 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; in xlgmac_disable_rx_tx_ints() local 247 hw_ops->disable_int(channel, int_id); in xlgmac_disable_rx_tx_ints() 256 struct xlgmac_hw_ops *hw_ops; in xlgmac_isr() local 259 hw_ops = &pdata->hw_ops; in xlgmac_isr() 562 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_start() local 588 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_stop() local 705 struct xlgmac_hw_ops *hw_ops; xlgmac_xmit() local 794 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_set_mac_address() local 838 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_vlan_rx_add_vid() local 851 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_vlan_rx_kill_vid() local 883 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_set_features() local 921 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; xlgmac_set_rx_mode() local 956 struct xlgmac_hw_ops *hw_ops; xlgmac_rx_refresh() local 1042 struct xlgmac_hw_ops *hw_ops; xlgmac_tx_poll() local 1116 struct xlgmac_hw_ops *hw_ops; xlgmac_rx_poll() local [all...] |
H A D | dwc-xlgmac-hw.c | 3065 void xlgmac_init_hw_ops(struct xlgmac_hw_ops *hw_ops) in xlgmac_init_hw_ops() argument 3067 hw_ops->init = xlgmac_hw_init; in xlgmac_init_hw_ops() 3068 hw_ops->exit = xlgmac_hw_exit; in xlgmac_init_hw_ops() 3070 hw_ops->tx_complete = xlgmac_tx_complete; in xlgmac_init_hw_ops() 3072 hw_ops->enable_tx = xlgmac_enable_tx; in xlgmac_init_hw_ops() 3073 hw_ops->disable_tx = xlgmac_disable_tx; in xlgmac_init_hw_ops() 3074 hw_ops->enable_rx = xlgmac_enable_rx; in xlgmac_init_hw_ops() 3075 hw_ops->disable_rx = xlgmac_disable_rx; in xlgmac_init_hw_ops() 3077 hw_ops->dev_xmit = xlgmac_dev_xmit; in xlgmac_init_hw_ops() 3078 hw_ops in xlgmac_init_hw_ops() [all...] |
H A D | dwc-xlgmac-ethtool.c | 171 struct xlgmac_hw_ops *hw_ops = &pdata->hw_ops; in xlgmac_ethtool_set_coalesce() local 176 rx_riwt = hw_ops->usec_to_riwt(pdata, rx_usecs); in xlgmac_ethtool_set_coalesce() 191 hw_ops->config_rx_coalesce(pdata); in xlgmac_ethtool_set_coalesce() 194 hw_ops->config_tx_coalesce(pdata); in xlgmac_ethtool_set_coalesce() 243 pdata->hw_ops.read_mmc_stats(pdata); in xlgmac_ethtool_get_ethtool_stats()
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpss.c | 113 struct vpss_hw_ops hw_ops; member 170 if (!oper_cfg.hw_ops.dma_complete_interrupt) in vpss_dma_complete_interrupt() 172 return oper_cfg.hw_ops.dma_complete_interrupt(); in vpss_dma_complete_interrupt() 178 if (!oper_cfg.hw_ops.select_ccdc_source) in vpss_select_ccdc_source() 181 oper_cfg.hw_ops.select_ccdc_source(src_sel); in vpss_select_ccdc_source() 203 if (!oper_cfg.hw_ops.set_sync_pol) in vpss_set_sync_pol() 206 oper_cfg.hw_ops.set_sync_pol(sync); in vpss_set_sync_pol() 212 if (!oper_cfg.hw_ops.clear_wbl_overflow) in vpss_clear_wbl_overflow() 215 return oper_cfg.hw_ops.clear_wbl_overflow(wbl_sel); in vpss_clear_wbl_overflow() 356 if (!oper_cfg.hw_ops in vpss_enable_clock() [all...] |
H A D | vpfe_capture.c | 171 if (!dev->hw_ops.open || in vpfe_register_ccdc_device() 172 !dev->hw_ops.enable || in vpfe_register_ccdc_device() 173 !dev->hw_ops.set_hw_if_params || in vpfe_register_ccdc_device() 174 !dev->hw_ops.configure || in vpfe_register_ccdc_device() 175 !dev->hw_ops.set_buftype || in vpfe_register_ccdc_device() 176 !dev->hw_ops.get_buftype || in vpfe_register_ccdc_device() 177 !dev->hw_ops.enum_pix || in vpfe_register_ccdc_device() 178 !dev->hw_ops.set_frame_format || in vpfe_register_ccdc_device() 179 !dev->hw_ops.get_frame_format || in vpfe_register_ccdc_device() 180 !dev->hw_ops in vpfe_register_ccdc_device() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic.h | 521 struct qlcnic_hardware_ops *hw_ops; member 1545 (adapter->ahw->hw_ops->read_reg)(adapter, off, err) 1548 adapter->ahw->hw_ops->write_reg(adapter, off, val) 1854 return adapter->ahw->hw_ops->encap_rx_offload(adapter); in qlcnic_encap_rx_offload() 1859 return adapter->ahw->hw_ops->encap_tx_offload(adapter); in qlcnic_encap_tx_offload() 1870 adapter->ahw->hw_ops->read_crb(adapter, buf, offset, size); in qlcnic_read_crb() 1876 adapter->ahw->hw_ops->write_crb(adapter, buf, offset, size); in qlcnic_write_crb() 1882 return adapter->ahw->hw_ops->get_mac_address(adapter, mac, function); in qlcnic_get_mac_address() 1887 return adapter->ahw->hw_ops->setup_intr(adapter); in qlcnic_setup_intr() 1893 return adapter->ahw->hw_ops in qlcnic_alloc_mbx_args() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic.h | 521 struct qlcnic_hardware_ops *hw_ops; member 1545 (adapter->ahw->hw_ops->read_reg)(adapter, off, err) 1548 adapter->ahw->hw_ops->write_reg(adapter, off, val) 1854 return adapter->ahw->hw_ops->encap_rx_offload(adapter); in qlcnic_encap_rx_offload() 1859 return adapter->ahw->hw_ops->encap_tx_offload(adapter); in qlcnic_encap_tx_offload() 1870 adapter->ahw->hw_ops->read_crb(adapter, buf, offset, size); in qlcnic_read_crb() 1876 adapter->ahw->hw_ops->write_crb(adapter, buf, offset, size); in qlcnic_write_crb() 1882 return adapter->ahw->hw_ops->get_mac_address(adapter, mac, function); in qlcnic_get_mac_address() 1887 return adapter->ahw->hw_ops->setup_intr(adapter); in qlcnic_setup_intr() 1893 return adapter->ahw->hw_ops in qlcnic_alloc_mbx_args() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | hw.h | 131 const struct ath11k_hw_ops *hw_ops; member 185 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath11k_hw_get_mac_from_pdev_id() 186 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath11k_hw_get_mac_from_pdev_id() 194 if (hw->hw_ops->mac_id_to_pdev_id) in ath11k_hw_mac_id_to_pdev_id() 195 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath11k_hw_mac_id_to_pdev_id() 203 if (hw->hw_ops->mac_id_to_srng_id) in ath11k_hw_mac_id_to_srng_id() 204 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id); in ath11k_hw_mac_id_to_srng_id()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_cn9k_pf.c | 545 oct->hw_ops.setup_iq_regs(oct, i); in octep_reinit_regs_cn93_pf() 548 oct->hw_ops.setup_oq_regs(oct, i); in octep_reinit_regs_cn93_pf() 550 oct->hw_ops.enable_interrupts(oct); in octep_reinit_regs_cn93_pf() 551 oct->hw_ops.enable_io_queues(oct); in octep_reinit_regs_cn93_pf() 721 oct->hw_ops.setup_iq_regs = octep_setup_iq_regs_cn93_pf; in octep_device_setup_cn93_pf() 722 oct->hw_ops.setup_oq_regs = octep_setup_oq_regs_cn93_pf; in octep_device_setup_cn93_pf() 723 oct->hw_ops.setup_mbox_regs = octep_setup_mbox_regs_cn93_pf; in octep_device_setup_cn93_pf() 725 oct->hw_ops.non_ioq_intr_handler = octep_non_ioq_intr_handler_cn93_pf; in octep_device_setup_cn93_pf() 726 oct->hw_ops.ioq_intr_handler = octep_ioq_intr_handler_cn93_pf; in octep_device_setup_cn93_pf() 727 oct->hw_ops in octep_device_setup_cn93_pf() [all...] |
H A D | octep_main.c | 169 return oct->hw_ops.non_ioq_intr_handler(oct); in octep_non_ioq_intr_handler() 186 return oct->hw_ops.ioq_intr_handler(ioq_vector); in octep_ioq_intr_handler() 490 oct->hw_ops.reset_io_queues(oct); in octep_open() 517 oct->hw_ops.enable_io_queues(oct); in octep_open() 520 oct->hw_ops.enable_interrupts(oct); in octep_open() 567 oct->hw_ops.disable_interrupts(oct); in octep_stop() 574 oct->hw_ops.disable_io_queues(oct); in octep_stop() 575 oct->hw_ops.reset_io_queues(oct); in octep_stop() 898 oct->hw_ops.poll_non_ioq_interrupts(oct); in octep_intr_poll_task() 1054 oct->hw_ops in octep_device_cleanup() [all...] |
/kernel/linux/linux-5.10/sound/i2c/ |
H A D | i2c.c | 159 if (bus->hw_ops.bit->start) in snd_i2c_bit_hw_start() 160 bus->hw_ops.bit->start(bus); in snd_i2c_bit_hw_start() 165 if (bus->hw_ops.bit->stop) in snd_i2c_bit_hw_stop() 166 bus->hw_ops.bit->stop(bus); in snd_i2c_bit_hw_stop() 171 if (bus->hw_ops.bit->direction) in snd_i2c_bit_direction() 172 bus->hw_ops.bit->direction(bus, clock, data); in snd_i2c_bit_direction() 177 bus->hw_ops.bit->setlines(bus, clock, data); in snd_i2c_bit_set() 183 if (bus->hw_ops.bit->getclock) 184 return bus->hw_ops.bit->getclock(bus); 191 return bus->hw_ops in snd_i2c_bit_data() [all...] |
/kernel/linux/linux-6.6/sound/i2c/ |
H A D | i2c.c | 159 if (bus->hw_ops.bit->start) in snd_i2c_bit_hw_start() 160 bus->hw_ops.bit->start(bus); in snd_i2c_bit_hw_start() 165 if (bus->hw_ops.bit->stop) in snd_i2c_bit_hw_stop() 166 bus->hw_ops.bit->stop(bus); in snd_i2c_bit_hw_stop() 171 if (bus->hw_ops.bit->direction) in snd_i2c_bit_direction() 172 bus->hw_ops.bit->direction(bus, clock, data); in snd_i2c_bit_direction() 177 bus->hw_ops.bit->setlines(bus, clock, data); in snd_i2c_bit_set() 183 if (bus->hw_ops.bit->getclock) 184 return bus->hw_ops.bit->getclock(bus); 191 return bus->hw_ops in snd_i2c_bit_data() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | hw.h | 148 const struct ath12k_hw_ops *hw_ops; member 204 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath12k_hw_get_mac_from_pdev_id() 205 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath12k_hw_get_mac_from_pdev_id() 213 if (hw->hw_ops->mac_id_to_pdev_id) in ath12k_hw_mac_id_to_pdev_id() 214 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath12k_hw_mac_id_to_pdev_id() 222 if (hw->hw_ops->mac_id_to_srng_id) in ath12k_hw_mac_id_to_srng_id() 223 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id); in ath12k_hw_mac_id_to_srng_id()
|
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | gate.c | 100 const struct clk_hw_omap_ops *hw_ops) in _register_gate() 117 clk_hw->ops = hw_ops; in _register_gate() 136 const struct clk_hw_omap_ops *hw_ops) in _of_ti_gate_clk_setup() 170 enable_bit, clk_gate_flags, ops, hw_ops); in _of_ti_gate_clk_setup() 178 const struct clk_hw_omap_ops *hw_ops) in _of_ti_composite_gate_clk_setup() 193 gate->ops = hw_ops; in _of_ti_composite_gate_clk_setup() 96 _register_gate(struct device_node *node, const char *name, const char *parent_name, unsigned long flags, struct clk_omap_reg *reg, u8 bit_idx, u8 clk_gate_flags, const struct clk_ops *ops, const struct clk_hw_omap_ops *hw_ops) _register_gate() argument 134 _of_ti_gate_clk_setup(struct device_node *node, const struct clk_ops *ops, const struct clk_hw_omap_ops *hw_ops) _of_ti_gate_clk_setup() argument 177 _of_ti_composite_gate_clk_setup(struct device_node *node, const struct clk_hw_omap_ops *hw_ops) _of_ti_composite_gate_clk_setup() argument
|
/kernel/linux/linux-6.6/drivers/clk/ti/ |
H A D | gate.c | 92 const struct clk_hw_omap_ops *hw_ops) in _register_gate() 109 clk_hw->ops = hw_ops; in _register_gate() 128 const struct clk_hw_omap_ops *hw_ops) in _of_ti_gate_clk_setup() 162 enable_bit, clk_gate_flags, ops, hw_ops); in _of_ti_gate_clk_setup() 170 const struct clk_hw_omap_ops *hw_ops) in _of_ti_composite_gate_clk_setup() 185 gate->ops = hw_ops; in _of_ti_composite_gate_clk_setup() 88 _register_gate(struct device_node *node, const char *name, const char *parent_name, unsigned long flags, struct clk_omap_reg *reg, u8 bit_idx, u8 clk_gate_flags, const struct clk_ops *ops, const struct clk_hw_omap_ops *hw_ops) _register_gate() argument 126 _of_ti_gate_clk_setup(struct device_node *node, const struct clk_ops *ops, const struct clk_hw_omap_ops *hw_ops) _of_ti_gate_clk_setup() argument 169 _of_ti_composite_gate_clk_setup(struct device_node *node, const struct clk_hw_omap_ops *hw_ops) _of_ti_composite_gate_clk_setup() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | mca_v3_0.c | 61 .hw_ops = &mca_v3_0_mp0_hw_ops, 81 .hw_ops = &mca_v3_0_mp1_hw_ops, 101 .hw_ops = &mca_v3_0_mpio_hw_ops,
|
H A D | amdgpu_umc.c | 91 if (adev->umc.ras && adev->umc.ras->ras_block.hw_ops && in amdgpu_umc_do_page_retirement() 92 adev->umc.ras->ras_block.hw_ops->query_ras_error_count) in amdgpu_umc_do_page_retirement() 93 adev->umc.ras->ras_block.hw_ops->query_ras_error_count(adev, ras_error_status); in amdgpu_umc_do_page_retirement() 95 if (adev->umc.ras && adev->umc.ras->ras_block.hw_ops && in amdgpu_umc_do_page_retirement() 96 adev->umc.ras->ras_block.hw_ops->query_ras_error_address && in amdgpu_umc_do_page_retirement() 112 adev->umc.ras->ras_block.hw_ops->query_ras_error_address(adev, ras_error_status); in amdgpu_umc_do_page_retirement()
|
H A D | amdgpu_ras.c | 996 if (adev->umc.ras && adev->umc.ras->ras_block.hw_ops && in amdgpu_ras_get_ecc_info() 997 adev->umc.ras->ras_block.hw_ops->query_ras_error_count) in amdgpu_ras_get_ecc_info() 998 adev->umc.ras->ras_block.hw_ops->query_ras_error_count(adev, err_data); in amdgpu_ras_get_ecc_info() 1003 if (adev->umc.ras && adev->umc.ras->ras_block.hw_ops && in amdgpu_ras_get_ecc_info() 1004 adev->umc.ras->ras_block.hw_ops->query_ras_error_address) in amdgpu_ras_get_ecc_info() 1005 adev->umc.ras->ras_block.hw_ops->query_ras_error_address(adev, err_data); in amdgpu_ras_get_ecc_info() 1032 if (!block_obj || !block_obj->hw_ops) { in amdgpu_ras_query_error_status() 1038 if (block_obj->hw_ops->query_ras_error_count) in amdgpu_ras_query_error_status() 1039 block_obj->hw_ops->query_ras_error_count(adev, &err_data); in amdgpu_ras_query_error_status() 1044 if (block_obj->hw_ops in amdgpu_ras_query_error_status() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | hw.h | 151 const struct ath11k_hw_ops *hw_ops; member 300 if (hw->hw_ops->get_hw_mac_from_pdev_id) in ath11k_hw_get_mac_from_pdev_id() 301 return hw->hw_ops->get_hw_mac_from_pdev_id(pdev_idx); in ath11k_hw_get_mac_from_pdev_id() 309 if (hw->hw_ops->mac_id_to_pdev_id) in ath11k_hw_mac_id_to_pdev_id() 310 return hw->hw_ops->mac_id_to_pdev_id(hw, mac_id); in ath11k_hw_mac_id_to_pdev_id() 318 if (hw->hw_ops->mac_id_to_srng_id) in ath11k_hw_mac_id_to_srng_id() 319 return hw->hw_ops->mac_id_to_srng_id(hw, mac_id); in ath11k_hw_mac_id_to_srng_id()
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | intel.h | 12 * @hw_ops: platform-specific ops 31 const struct sdw_intel_hw_ops *hw_ops; member 94 #define SDW_INTEL_CHECK_OPS(sdw, cb) ((sdw) && (sdw)->link_res && (sdw)->link_res->hw_ops && \ 95 (sdw)->link_res->hw_ops->cb) 96 #define SDW_INTEL_OPS(sdw, cb) ((sdw)->link_res->hw_ops->cb)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
H A D | lsdc_crtc.c | 392 const struct lsdc_crtc_hw_ops *ops = lcrtc->hw_ops; in lsdc_crtc_reset() 444 return lcrtc->hw_ops->get_vblank_counter(lcrtc); in lsdc_crtc_get_vblank_counter() 454 lcrtc->hw_ops->enable_vblank(lcrtc); in lsdc_crtc_enable_vblank() 466 lcrtc->hw_ops->disable_vblank(lcrtc); in lsdc_crtc_disable_vblank() 553 lcrtc->hw_ops->get_scan_pos(lcrtc, &x, &y); in lsdc_crtc_show_scan_position() 564 if (lcrtc->hw_ops->get_vblank_counter) in lsdc_crtc_show_vblank_counter() 566 lcrtc->hw_ops->get_vblank_counter(lcrtc)); in lsdc_crtc_show_vblank_counter() 638 const struct lsdc_crtc_hw_ops *ops = lcrtc->hw_ops; in lsdc_crtc_man_op_write() 807 const struct lsdc_crtc_hw_ops *crtc_hw_ops = lcrtc->hw_ops; in lsdc_crtc_mode_set_nofb() 863 lcrtc->hw_ops in lsdc_crtc_atomic_enable() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | hw.h | 565 const struct ath10k_hw_ops *hw_ops; member 657 if (hw->hw_ops->rx_desc_get_l3_pad_bytes) in ath10k_rx_desc_get_l3_pad_bytes() 658 return hw->hw_ops->rx_desc_get_l3_pad_bytes(rxd); in ath10k_rx_desc_get_l3_pad_bytes() 666 if (hw->hw_ops->rx_desc_get_msdu_limit_error) in ath10k_rx_desc_msdu_limit_error() 667 return hw->hw_ops->rx_desc_get_msdu_limit_error(rxd); in ath10k_rx_desc_msdu_limit_error() 675 if (hw->hw_ops->tx_data_rssi_pad_bytes) in ath10k_tx_data_rssi_get_pad_bytes() 676 return hw->hw_ops->tx_data_rssi_pad_bytes(htt); in ath10k_tx_data_rssi_get_pad_bytes() 684 if (hw->hw_ops->is_rssi_enable) in ath10k_is_rssi_enable() 685 return hw->hw_ops->is_rssi_enable(resp); in ath10k_is_rssi_enable()
|