Home
last modified time | relevance | path

Searched refs:is_low (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dbt1-pvt.c335 bool is_low, long *val) in pvt_read_limit()
342 if (is_low) in pvt_read_limit()
356 bool is_low, long val) in pvt_write_limit()
376 if (is_low) { in pvt_write_limit()
396 bool is_low, long *val) in pvt_read_alarm()
398 if (is_low) in pvt_read_alarm()
533 bool is_low, long *val) in pvt_read_limit()
539 bool is_low, long val) in pvt_write_limit()
545 bool is_low, long *val) in pvt_read_alarm()
334 pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long *val) pvt_read_limit() argument
355 pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long val) pvt_write_limit() argument
395 pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long *val) pvt_read_alarm() argument
532 pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long *val) pvt_read_limit() argument
538 pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long val) pvt_write_limit() argument
544 pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long *val) pvt_read_alarm() argument
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dbt1-pvt.c311 bool is_low, long *val) in pvt_read_limit()
318 if (is_low) in pvt_read_limit()
332 bool is_low, long val) in pvt_write_limit()
352 if (is_low) { in pvt_write_limit()
372 bool is_low, long *val) in pvt_read_alarm()
374 if (is_low) in pvt_read_alarm()
509 bool is_low, long *val) in pvt_read_limit()
515 bool is_low, long val) in pvt_write_limit()
521 bool is_low, long *val) in pvt_read_alarm()
310 pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long *val) pvt_read_limit() argument
331 pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long val) pvt_write_limit() argument
371 pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long *val) pvt_read_alarm() argument
508 pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long *val) pvt_read_limit() argument
514 pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long val) pvt_write_limit() argument
520 pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, bool is_low, long *val) pvt_read_alarm() argument
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-sp7021-intc.c74 * each interrupt has 3 states: is_edge, is_low, is_active
126 bool is_low = (type == IRQ_TYPE_LEVEL_LOW || type == IRQ_TYPE_EDGE_FALLING); in sp_intc_set_type() local
133 ASSIGN_STATE(hwirq, _IS_LOW, is_low); in sp_intc_set_type()
140 sp_intc_assign_bit(hwirq, REG_INTR_POLARITY, is_low); in sp_intc_set_type()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c533 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx() local
547 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx()
566 if (is_low) in wcn36xx_start_tx()
575 ret = wcn36xx_dxe_tx_frame(wcn, vif_priv, &bd, skb, is_low); in wcn36xx_start_tx()
H A Ddxe.c748 bool is_low) in wcn36xx_dxe_tx_frame()
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()
744 wcn36xx_dxe_tx_frame(struct wcn36xx *wcn, struct wcn36xx_vif *vif_priv, struct wcn36xx_tx_bd *bd, struct sk_buff *skb, bool is_low) wcn36xx_dxe_tx_frame() argument
H A Ddxe.h468 bool is_low);
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dcpcap-battery.c530 static bool is_low; in cpcap_battery_low() local
532 if (state->current_ua > 0 && (state->voltage <= 3350000 || is_low)) in cpcap_battery_low()
533 is_low = true; in cpcap_battery_low()
535 is_low = false; in cpcap_battery_low()
537 return is_low; in cpcap_battery_low()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c656 bool is_low = ieee80211_is_data(hdr->frame_control); in wcn36xx_start_tx() local
670 is_low ? "low" : "high", bcast ? "bcast" : "ucast"); in wcn36xx_start_tx()
689 if (is_low) in wcn36xx_start_tx()
698 ret = wcn36xx_dxe_tx_frame(wcn, vif_priv, &bd, skb, is_low); in wcn36xx_start_tx()
H A Ddxe.c749 bool is_low) in wcn36xx_dxe_tx_frame()
757 ch = is_low ? &wcn->dxe_tx_l_ch : &wcn->dxe_tx_h_ch; in wcn36xx_dxe_tx_frame()
835 if (is_low && vif_priv->pw_state == WCN36XX_BMPS) { in wcn36xx_dxe_tx_frame()
745 wcn36xx_dxe_tx_frame(struct wcn36xx *wcn, struct wcn36xx_vif *vif_priv, struct wcn36xx_tx_bd *bd, struct sk_buff *skb, bool is_low) wcn36xx_dxe_tx_frame() argument
H A Ddxe.h468 bool is_low);
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H A Denc28j60.c626 static void enc28j60_lowpower(struct enc28j60_net *priv, bool is_low) in enc28j60_lowpower() argument
631 dev_dbg(dev, "%s power...\n", is_low ? "low" : "high"); in enc28j60_lowpower()
634 if (is_low) { in enc28j60_lowpower()

Completed in 15 milliseconds