Home
last modified time | relevance | path

Searched defs:bq (Results 1 – 13 of 13) sorted by relevance

/drivers/power/supply/
Dbq2415x_charger.c187 static int bq2415x_i2c_read(struct bq2415x_device *bq, u8 reg) in bq2415x_i2c_read()
217 static int bq2415x_i2c_read_mask(struct bq2415x_device *bq, u8 reg, in bq2415x_i2c_read_mask()
232 static int bq2415x_i2c_read_bit(struct bq2415x_device *bq, u8 reg, u8 bit) in bq2415x_i2c_read_bit()
242 static int bq2415x_i2c_write(struct bq2415x_device *bq, u8 reg, u8 val) in bq2415x_i2c_write()
271 static int bq2415x_i2c_write_mask(struct bq2415x_device *bq, u8 reg, u8 val, in bq2415x_i2c_write_mask()
290 static int bq2415x_i2c_write_bit(struct bq2415x_device *bq, u8 reg, in bq2415x_i2c_write_bit()
301 static int bq2415x_exec_command(struct bq2415x_device *bq, in bq2415x_exec_command()
405 static enum bq2415x_chip bq2415x_detect_chip(struct bq2415x_device *bq) in bq2415x_detect_chip()
455 static int bq2415x_detect_revision(struct bq2415x_device *bq) in bq2415x_detect_revision()
495 static int bq2415x_get_vender_code(struct bq2415x_device *bq) in bq2415x_get_vender_code()
[all …]
Dbq256xx_charger.c360 struct bq256xx_device *bq = in bq256xx_usb_notifier() local
371 struct bq256xx_device *bq = in bq256xx_usb_work() local
423 static int bq256xx_get_state(struct bq256xx_device *bq, in bq256xx_get_state()
452 static int bq256xx_get_ichg_curr(struct bq256xx_device *bq) in bq256xx_get_ichg_curr()
468 static int bq25618_619_get_ichg_curr(struct bq256xx_device *bq) in bq25618_619_get_ichg_curr()
487 static int bq256xx_set_ichg_curr(struct bq256xx_device *bq, int ichg) in bq256xx_set_ichg_curr()
499 static int bq25618_619_set_ichg_curr(struct bq256xx_device *bq, int ichg) in bq25618_619_set_ichg_curr()
518 static int bq25618_619_get_chrg_volt(struct bq256xx_device *bq) in bq25618_619_get_chrg_volt()
541 static int bq25611d_get_chrg_volt(struct bq256xx_device *bq) in bq25611d_get_chrg_volt()
563 static int bq2560x_get_chrg_volt(struct bq256xx_device *bq) in bq2560x_get_chrg_volt()
[all …]
Dbq25980_charger.c275 static int bq25980_get_input_curr_lim(struct bq25980_device *bq) in bq25980_get_input_curr_lim()
287 static int bq25980_set_hiz(struct bq25980_device *bq, int setting) in bq25980_set_hiz()
293 static int bq25980_set_input_curr_lim(struct bq25980_device *bq, int busocp) in bq25980_set_input_curr_lim()
321 static int bq25980_get_input_volt_lim(struct bq25980_device *bq) in bq25980_get_input_volt_lim()
343 static int bq25980_set_input_volt_lim(struct bq25980_device *bq, int busovp) in bq25980_set_input_volt_lim()
375 static int bq25980_get_const_charge_curr(struct bq25980_device *bq) in bq25980_get_const_charge_curr()
388 static int bq25980_set_const_charge_curr(struct bq25980_device *bq, int batocp) in bq25980_set_const_charge_curr()
407 static int bq25980_get_const_charge_volt(struct bq25980_device *bq) in bq25980_get_const_charge_volt()
420 static int bq25980_set_const_charge_volt(struct bq25980_device *bq, int batovp) in bq25980_set_const_charge_volt()
441 static int bq25980_set_bypass(struct bq25980_device *bq, bool en_bypass) in bq25980_set_bypass()
[all …]
Dbq24257_charger.c210 static int bq24257_field_read(struct bq24257_device *bq, in bq24257_field_read()
223 static int bq24257_field_write(struct bq24257_device *bq, in bq24257_field_write()
261 static int bq24257_get_input_current_limit(struct bq24257_device *bq, in bq24257_get_input_current_limit()
285 static int bq24257_set_input_current_limit(struct bq24257_device *bq, in bq24257_set_input_current_limit()
306 struct bq24257_device *bq = power_supply_get_drvdata(psy); in bq24257_power_supply_get_property() local
400 struct bq24257_device *bq = power_supply_get_drvdata(psy); in bq24257_power_supply_set_property() local
421 static int bq24257_get_chip_state(struct bq24257_device *bq, in bq24257_get_chip_state()
462 static bool bq24257_state_changed(struct bq24257_device *bq, in bq24257_state_changed()
530 static int bq24257_iilimit_autoset(struct bq24257_device *bq) in bq24257_iilimit_autoset()
593 struct bq24257_device *bq = container_of(work, struct bq24257_device, in bq24257_iilimit_setup_work() local
[all …]
Dbq25890_charger.c314 static int bq25890_field_read(struct bq25890_device *bq, in bq25890_field_read()
327 static int bq25890_field_write(struct bq25890_device *bq, in bq25890_field_write()
404 struct bq25890_device *bq = power_supply_get_drvdata(psy); in bq25890_power_supply_get_property() local
538 static int bq25890_get_chip_state(struct bq25890_device *bq, in bq25890_get_chip_state()
570 static irqreturn_t __bq25890_handle_irq(struct bq25890_device *bq) in __bq25890_handle_irq()
606 struct bq25890_device *bq = private; in bq25890_irq_handler_thread() local
616 static int bq25890_chip_reset(struct bq25890_device *bq) in bq25890_chip_reset()
639 static int bq25890_hw_init(struct bq25890_device *bq) in bq25890_hw_init()
730 static int bq25890_power_supply_init(struct bq25890_device *bq) in bq25890_power_supply_init()
746 struct bq25890_device *bq = in bq25890_usb_work() local
[all …]
/drivers/isdn/mISDN/
Ddsp_biquad.h26 static inline void biquad2_init(struct biquad2_state *bq, in biquad2_init()
39 static inline int16_t biquad2(struct biquad2_state *bq, int16_t sample) in biquad2()
/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.c370 struct xdp_frame_bulk *bq) in mlx5e_free_xdpsq_desc()
401 struct xdp_frame_bulk bq; in mlx5e_poll_xdpsq_cq() local
472 struct xdp_frame_bulk bq; in mlx5e_free_xdpsq_descs() local
/drivers/net/
Dveth.c545 static void veth_xdp_flush_bq(struct veth_rq *rq, struct veth_xdp_tx_bq *bq) in veth_xdp_flush_bq()
569 static void veth_xdp_flush(struct veth_rq *rq, struct veth_xdp_tx_bq *bq) in veth_xdp_flush()
593 struct veth_xdp_tx_bq *bq) in veth_xdp_tx()
610 struct veth_xdp_tx_bq *bq, in veth_xdp_rcv_one()
678 int n_xdpf, struct veth_xdp_tx_bq *bq, in veth_xdp_rcv_bulk_skb()
709 struct veth_xdp_tx_bq *bq, in veth_xdp_rcv_skb()
851 struct veth_xdp_tx_bq *bq, in veth_xdp_rcv()
913 struct veth_xdp_tx_bq bq; in veth_poll() local
/drivers/staging/qlge/
Dqlge_main.c956 static struct qlge_bq_desc *qlge_get_curr_buf(struct qlge_bq *bq) in qlge_get_curr_buf()
1087 static int qlge_refill_bq(struct qlge_bq *bq, gfp_t gfp) in qlge_refill_bq()
2789 static int qlge_init_bq(struct qlge_bq *bq) in qlge_init_bq()
Dqlge.h1437 #define QLGE_BQ_CONTAINER(bq) \ argument
1452 #define QLGE_BQ_HW_OWNED(bq) \ argument
/drivers/net/ethernet/socionext/
Dnetsec.c638 struct xdp_frame_bulk bq; in netsec_clean_tx_dring() local
/drivers/net/ethernet/marvell/
Dmvneta.c1836 struct xdp_frame_bulk bq; in mvneta_txq_bufs_free() local
/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c2811 struct xdp_frame_bulk bq; in mvpp2_txq_bufs_free() local