Searched refs:is_low (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/hwmon/ |
D | bt1-pvt.c | 335 bool is_low, long *val) in pvt_read_limit() argument 342 if (is_low) in pvt_read_limit() 356 bool is_low, long val) in pvt_write_limit() argument 376 if (is_low) { in pvt_write_limit() 396 bool is_low, long *val) in pvt_read_alarm() argument 398 if (is_low) in pvt_read_alarm() 533 bool is_low, long *val) in pvt_read_limit() argument 539 bool is_low, long val) in pvt_write_limit() argument 545 bool is_low, long *val) in pvt_read_alarm() argument
|
/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/ |
D | txrx.c | 502 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx() local 514 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx() 547 if (is_low) in wcn36xx_start_tx() 556 ret = wcn36xx_dxe_tx_frame(wcn, vif_priv, &bd, skb, is_low); in wcn36xx_start_tx()
|
D | dxe.c | 730 bool is_low) in wcn36xx_dxe_tx_frame() argument 738 ch = is_low ? &wcn->dxe_tx_l_ch : &wcn->dxe_tx_h_ch; in wcn36xx_dxe_tx_frame() 816 if (is_low && vif_priv->pw_state == WCN36XX_BMPS) { in wcn36xx_dxe_tx_frame()
|
D | dxe.h | 468 bool is_low);
|
/Linux-v5.10/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 627 static void enc28j60_lowpower(struct enc28j60_net *priv, bool is_low) in enc28j60_lowpower() argument 632 dev_dbg(dev, "%s power...\n", is_low ? "low" : "high"); in enc28j60_lowpower() 635 if (is_low) { in enc28j60_lowpower()
|