Home
last modified time | relevance | path

Searched refs:phy_stat (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtl8192c_recv.h16 struct phy_stat struct
39 void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status); argument
Drtl8723b_recv.h133 void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat);
/Linux-v4.19/drivers/uwb/i1480/dfu/
Dphy.c170 u8 phy_stat; in i1480_phy_fw_upload() local
184 result = i1480_mpi_read(i1480, &phy_stat, 0x0006, 1); in i1480_phy_fw_upload()
189 if (phy_stat != 0) { in i1480_phy_fw_upload()
191 dev_info(i1480->dev, "error, PHY not ready: %u\n", phy_stat); in i1480_phy_fw_upload()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtl8188e_recv.h24 struct phy_stat { struct
49 void update_recvframe_phyinfo_88e(struct recv_frame *fra, struct phy_stat *phy); argument
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Dxmit.h94 u8 phy_stat; /* PHY TX status */ member
125 u8 phy_stat; member
Dxmit.c618 status.phy_stat = hw->phy_stat; in b43legacy_handle_hwtxstatus()
Ddebugfs.c168 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
Dmain.c747 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
/Linux-v4.19/drivers/staging/rtl8712/
Drtl8712_recv.h71 struct phy_stat { struct
Drtl8712_recv.c742 struct phy_stat *pphy_stat = (struct phy_stat *)(prxstat + 1); in query_rx_phy_status()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Drtl8723bs_recv.c80 struct phy_stat *pphy_status) in update_recvframe_phyinfo()
368 update_recvframe_phyinfo(precvframe, (struct phy_stat *)ptr); in rtl8723bs_recv_tasklet()
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Drtl8188e_rxdesc.c130 struct phy_stat *pphy_status) in update_recvframe_phyinfo_88e()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dxmit.h215 u8 phy_stat; /* PHY TX status */ member
Ddebugfs.c391 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
Dmain.c1362 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dusb_ops_linux.c39 struct phy_stat *pphy_status = NULL; in recvbuf2recvframe()
81 pphy_status = (struct phy_stat *)(pbuf + RXDESC_OFFSET); in recvbuf2recvframe()
/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c2111 u8 intr_stat, phy_int_pol, phy_pol_mask, phy_stat; in dw_hdmi_irq() local
2115 phy_stat = hdmi_readb(hdmi, HDMI_PHY_STAT0); in dw_hdmi_irq()
2142 phy_stat & HDMI_PHY_HPD, in dw_hdmi_irq()
2143 phy_stat & HDMI_PHY_RX_SENSE); in dw_hdmi_irq()
2145 if ((phy_stat & (HDMI_PHY_RX_SENSE | HDMI_PHY_HPD)) == 0) in dw_hdmi_irq()