Searched refs:poll_bit (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/ |
| H A D | pwrseqcmd.c | 18 u8 poll_bit = false; in rtl88eu_pwrseqcmdparsing() local 65 poll_bit = false; in rtl88eu_pwrseqcmdparsing() 73 poll_bit = true; in rtl88eu_pwrseqcmdparsing() 81 } while (!poll_bit); in rtl88eu_pwrseqcmdparsing()
|
| /OK3568_Linux_fs/kernel/net/lapb/ |
| H A D | lapb_out.c | 37 static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll_bit) in lapb_send_iframe() argument 49 frame[1] = poll_bit ? LAPB_EPF : 0; in lapb_send_iframe() 55 *frame |= poll_bit ? LAPB_SPF : 0; in lapb_send_iframe() 61 lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr); in lapb_send_iframe()
|
| H A D | lapb_subr.c | 222 int poll_bit, int type) in lapb_send_control() argument 236 *dptr |= poll_bit ? LAPB_SPF : 0; in lapb_send_control() 241 dptr[1] |= poll_bit ? LAPB_EPF : 0; in lapb_send_control() 246 *dptr |= poll_bit ? LAPB_SPF : 0; in lapb_send_control()
|
| /OK3568_Linux_fs/kernel/net/ax25/ |
| H A D | ax25_subr.c | 147 void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) in ax25_send_control() argument 163 *dptr |= (poll_bit) ? AX25_PF : 0; in ax25_send_control() 170 *dptr |= (poll_bit) ? AX25_PF : 0; in ax25_send_control() 175 dptr[1] |= (poll_bit) ? AX25_EPF : 0; in ax25_send_control()
|
| H A D | ax25_out.c | 211 static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) in ax25_send_iframe() argument 224 *frame |= (poll_bit) ? AX25_PF : 0; in ax25_send_iframe() 232 frame[1] = (poll_bit) ? AX25_EPF : 0; in ax25_send_iframe()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/ |
| H A D | sis900.c | 602 u16 poll_bit = MII_STAT_LINK, status = 0; in sis900_mii_probe() local 687 while (poll_bit) { in sis900_mii_probe() 690 poll_bit ^= (mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS) & poll_bit); in sis900_mii_probe()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 3093 u8 poll_bit; in pwr_cmd_polling_88xx() local 3100 poll_bit = 0; in pwr_cmd_polling_88xx() 3116 poll_bit = 1; in pwr_cmd_polling_88xx() 3130 poll_bit = 0; in pwr_cmd_polling_88xx() 3151 } while (!poll_bit); in pwr_cmd_polling_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 3104 u8 poll_bit; in pwr_cmd_polling_88xx() local 3111 poll_bit = 0; in pwr_cmd_polling_88xx() 3127 poll_bit = 1; in pwr_cmd_polling_88xx() 3141 poll_bit = 0; in pwr_cmd_polling_88xx() 3162 } while (!poll_bit); in pwr_cmd_polling_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 3105 u8 poll_bit; in pwr_cmd_polling_88xx() local 3112 poll_bit = 0; in pwr_cmd_polling_88xx() 3128 poll_bit = 1; in pwr_cmd_polling_88xx() 3142 poll_bit = 0; in pwr_cmd_polling_88xx() 3163 } while (!poll_bit); in pwr_cmd_polling_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_common_88xx.c | 3114 u8 poll_bit; in pwr_cmd_polling_88xx() local 3121 poll_bit = 0; in pwr_cmd_polling_88xx() 3137 poll_bit = 1; in pwr_cmd_polling_88xx() 3151 poll_bit = 0; in pwr_cmd_polling_88xx() 3172 } while (!poll_bit); in pwr_cmd_polling_88xx()
|