Home
last modified time | relevance | path

Searched refs:is_low (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/hwmon/
Dbt1-pvt.c335 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/
Dtxrx.c502 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()
Ddxe.c730 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()
Ddxe.h468 bool is_low);
/Linux-v5.10/drivers/net/ethernet/microchip/
Denc28j60.c627 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()