Searched refs:hw_res (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_rm.c | 30 struct dpu_encoder_hw_resources hw_res; member 464 struct dpu_encoder_hw_resources *hw_res) in _dpu_rm_reserve_intf_related_hw() argument 469 for (i = 0; i < ARRAY_SIZE(hw_res->intfs); i++) { in _dpu_rm_reserve_intf_related_hw() 470 if (hw_res->intfs[i] == INTF_MODE_NONE) in _dpu_rm_reserve_intf_related_hw() 503 &reqs->hw_res); in _dpu_rm_make_reservation() 515 dpu_encoder_get_hw_resources(enc, &reqs->hw_res); in _dpu_rm_populate_requirements()
|
| H A D | dpu_encoder.h | 35 struct dpu_encoder_hw_resources *hw_res);
|
| H A D | dpu_encoder_phys.h | 133 struct dpu_encoder_hw_resources *hw_res);
|
| H A D | dpu_encoder_phys_vid.c | 484 struct dpu_encoder_hw_resources *hw_res) in dpu_encoder_phys_vid_get_hw_resources() argument 486 hw_res->intfs[phys_enc->intf_idx - INTF_0] = INTF_MODE_VIDEO; in dpu_encoder_phys_vid_get_hw_resources()
|
| H A D | dpu_encoder_phys_cmd.c | 547 struct dpu_encoder_hw_resources *hw_res) in dpu_encoder_phys_cmd_get_hw_resources() argument 549 hw_res->intfs[phys_enc->intf_idx - INTF_0] = INTF_MODE_CMD; in dpu_encoder_phys_cmd_get_hw_resources()
|
| H A D | dpu_encoder.c | 429 struct dpu_encoder_hw_resources *hw_res) in dpu_encoder_get_hw_resources() argument 438 memset(hw_res, 0, sizeof(*hw_res)); in dpu_encoder_get_hw_resources() 444 phys->ops.get_hw_resources(phys, hw_res); in dpu_encoder_get_hw_resources()
|
| /OK3568_Linux_fs/kernel/drivers/net/fjes/ |
| H A D | fjes_main.c | 230 result = request_irq(adapter->hw.hw_res.irq, fjes_intr, in fjes_request_irq() 251 free_irq(adapter->hw.hw_res.irq, adapter); in fjes_free_irq() 1269 hw->hw_res.start = res->start; in fjes_probe() 1270 hw->hw_res.size = resource_size(res); in fjes_probe() 1271 hw->hw_res.irq = platform_get_irq(plat_dev, 0); in fjes_probe() 1272 if (hw->hw_res.irq < 0) { in fjes_probe() 1273 err = hw->hw_res.irq; in fjes_probe() 1369 fjes_intr(adapter->hw.hw_res.irq, adapter); in fjes_irq_watch_task()
|
| H A D | fjes_hw.c | 37 if (!request_mem_region(hw->hw_res.start, hw->hw_res.size, in fjes_hw_iomap() 43 base = (u8 *)ioremap(hw->hw_res.start, hw->hw_res.size); in fjes_hw_iomap() 51 release_mem_region(hw->hw_res.start, hw->hw_res.size); in fjes_hw_iounmap()
|
| H A D | fjes_hw.h | 313 } hw_res; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 2117 u16 hw_res = 0, host_idx = 0, hw_idx = 0; in _phl_sort_ring_by_hw_res() local 2138 hw_res = rtw_hal_tx_res_query(phl_info->hal, in _phl_sort_ring_by_hw_res() 2141 if (0 == hw_res) { in _phl_sort_ring_by_hw_res() 2279 u16 hw_res = 0, host_idx = 0, hw_idx = 0; in _phl_check_rx_hw_resource() local 2284 hw_res = rtw_hal_rx_res_query(phl_info->hal, in _phl_check_rx_hw_resource() 2288 if (0 != hw_res) { in _phl_check_rx_hw_resource() 2891 u16 hw_res = 0, host_idx = 0, hw_idx = 0; in phl_recycle_busy_wd() local 2897 hw_res = rtw_hal_tx_res_query(phl_info->hal, ch, &host_idx, in phl_recycle_busy_wd() 2970 u16 hw_res = 0, host_idx = 0, hw_idx = 0; in phl_recycle_busy_h2c() local 2978 hw_res = rtw_hal_tx_res_query(phl_info->hal, fwcmd_queue_idx, &host_idx, in phl_recycle_busy_h2c() [all …]
|