Searched refs:is_low (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/hwmon/ |
D | bt1-pvt.c | 311 bool is_low, long *val) in pvt_read_limit() argument 318 if (is_low) in pvt_read_limit() 332 bool is_low, long val) in pvt_write_limit() argument 352 if (is_low) { in pvt_write_limit() 372 bool is_low, long *val) in pvt_read_alarm() argument 374 if (is_low) in pvt_read_alarm() 509 bool is_low, long *val) in pvt_read_limit() argument 515 bool is_low, long val) in pvt_write_limit() argument 521 bool is_low, long *val) in pvt_read_alarm() argument
|
/linux-5.19.10/drivers/power/supply/ |
D | cpcap-battery.c | 538 static bool is_low; in cpcap_battery_low() local 540 if (state->current_ua > 0 && (state->voltage <= 3350000 || is_low)) in cpcap_battery_low() 541 is_low = true; in cpcap_battery_low() 543 is_low = false; in cpcap_battery_low() 545 return is_low; in cpcap_battery_low()
|
/linux-5.19.10/drivers/net/wireless/ath/wcn36xx/ |
D | txrx.c | 652 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx() local 666 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx() 685 if (is_low) in wcn36xx_start_tx() 694 ret = wcn36xx_dxe_tx_frame(wcn, vif_priv, &bd, skb, is_low); in wcn36xx_start_tx()
|
D | dxe.c | 748 bool is_low) in wcn36xx_dxe_tx_frame() argument 756 ch = is_low ? &wcn->dxe_tx_l_ch : &wcn->dxe_tx_h_ch; in wcn36xx_dxe_tx_frame() 834 if (is_low && vif_priv->pw_state == WCN36XX_BMPS) { in wcn36xx_dxe_tx_frame()
|
D | dxe.h | 468 bool is_low);
|
/linux-5.19.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()
|