/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtl8192c_recv.h | 16 struct phy_stat struct 39 void rtl8192c_translate_rx_signal_stuff(union recv_frame *precvframe, struct phy_stat *pphy_status); argument
|
D | rtl8723b_recv.h | 133 void rtl8723b_query_rx_phy_status(union recv_frame *prframe, struct phy_stat *pphy_stat);
|
/Linux-v4.19/drivers/uwb/i1480/dfu/ |
D | phy.c | 170 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/ |
D | rtl8188e_recv.h | 24 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/ |
D | xmit.h | 94 u8 phy_stat; /* PHY TX status */ member 125 u8 phy_stat; member
|
D | xmit.c | 618 status.phy_stat = hw->phy_stat; in b43legacy_handle_hwtxstatus()
|
D | debugfs.c | 168 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
|
D | main.c | 747 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl8712_recv.h | 71 struct phy_stat { struct
|
D | rtl8712_recv.c | 742 struct phy_stat *pphy_stat = (struct phy_stat *)(prxstat + 1); in query_rx_phy_status()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_recv.c | 80 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/ |
D | rtl8188e_rxdesc.c | 130 struct phy_stat *pphy_status) in update_recvframe_phyinfo_88e()
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | xmit.h | 215 u8 phy_stat; /* PHY TX status */ member
|
D | debugfs.c | 391 stat->cookie, stat->seq, stat->phy_stat, in txstat_read_file()
|
D | main.c | 1362 stat.phy_stat = ((v1 & 0x00FF0000) >> 16); in handle_irq_transmit_status()
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | usb_ops_linux.c | 39 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/ |
D | dw-hdmi.c | 2111 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()
|