Home
last modified time | relevance | path

Searched refs:phy_status (Results 1 – 9 of 9) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/sdio/
Drtl8822cs_recv.c228 static s32 recv_entry(union recv_frame *recvframe, u8 *phy_status) in recv_entry() argument
260 rx_query_phy_status(copyframe, phy_status); in recv_entry()
283 ret = pre_recv_entry(recvframe, attrib->physt ? phy_status : NULL); in recv_entry()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/phy/hisiv100/
Dhdmi_hal_phy.h189 hi_s32 hal_hdmi_phy_info_get(hdmi_phy_info *phy_status);
Dhdmi_hal_phy.c1751 hi_s32 hal_hdmi_phy_info_get(hdmi_phy_info *phy_status) in hal_hdmi_phy_info_get() argument
1755 hdmi_if_null_return(phy_status, HI_FAILURE); in hal_hdmi_phy_info_get()
1757 ret = memcpy_s(phy_status, sizeof(hdmi_phy_info), &g_hdmi_phy_info, sizeof(hdmi_phy_info)); in hal_hdmi_phy_info_get()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/
Dhdmi_hal_intf.c471 hal_hdmi_phy_oe_get(&hw_status->phy_status.phy_oe); in hal_hdmi_hardware_status_get()
472 hal_hdmi_phy_power_get(&hw_status->phy_status.phy_power_on); in hal_hdmi_hardware_status_get()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
Ddrv_hdmi_common.h1021 hdmi_phy_status phy_status; member
Ddrv_hdmi_proc.c736 curr_phy_status = &(hw_status.phy_status); in proc_hw_status()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_phystatus.h1233 u8 phy_status);
Dphydm_phystatus.c2508 u32 phy_status[PHY_STATUS_JRGUAR2_DW_LEN] = {0}; in phydm_print_phy_sts_jgr2() local
2516 odm_move_memory(dm, phy_status, phy_status_inf, size); in phydm_print_phy_sts_jgr2()
2544 ((4 * i) + 3), (4 * i), phy_status[i]); in phydm_print_phy_sts_jgr2()
Dphydm_api.c3674 u8 phy_status) in phydm_normal_driver_rx_sniffer() argument
3688 if (phy_status == true) { in phydm_normal_driver_rx_sniffer()