Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A 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 …]
H A Dbq256xx_charger.c364 struct bq256xx_device *bq = in bq256xx_usb_notifier() local
375 struct bq256xx_device *bq = in bq256xx_usb_work() local
427 static int bq256xx_get_state(struct bq256xx_device *bq, in bq256xx_get_state()
456 static int bq256xx_set_charge_type(struct bq256xx_device *bq, int type) in bq256xx_set_charge_type()
477 static int bq256xx_get_ichg_curr(struct bq256xx_device *bq) in bq256xx_get_ichg_curr()
493 static int bq25618_619_get_ichg_curr(struct bq256xx_device *bq) in bq25618_619_get_ichg_curr()
512 static int bq256xx_set_ichg_curr(struct bq256xx_device *bq, int ichg) in bq256xx_set_ichg_curr()
524 static int bq25618_619_set_ichg_curr(struct bq256xx_device *bq, int ichg) in bq25618_619_set_ichg_curr()
543 static int bq25618_619_get_chrg_volt(struct bq256xx_device *bq) in bq25618_619_get_chrg_volt()
566 static int bq25611d_get_chrg_volt(struct bq256xx_device *bq) in bq25611d_get_chrg_volt()
[all …]
/linux/include/net/libeth/
H A Dxsk.h24 static inline bool libeth_xsk_tx_queue_head(struct libeth_xdp_tx_bulk *bq, in libeth_xsk_tx_queue_head()
46 static inline void libeth_xsk_tx_queue_frag(struct libeth_xdp_tx_bulk *bq, in libeth_xsk_tx_queue_frag()
64 libeth_xsk_tx_queue_bulk(struct libeth_xdp_tx_bulk *bq, in libeth_xsk_tx_queue_bulk()
66 bool (*flush_bulk)(struct libeth_xdp_tx_bulk *bq, in libeth_xsk_tx_queue_bulk()
149 #define libeth_xsk_tx_flush_bulk(bq, flags, prep, xmit) \ argument
329 #define libeth_xsk_tx_init_bulk(bq, prog, dev, xdpsqs, num) \ argument
391 const struct libeth_xdp_tx_bulk *bq) in __libeth_xsk_run_prog()
419 #define libeth_xsk_run_prog(xdp, bq, fl) \ argument
442 struct libeth_xdp_tx_bulk *bq, struct napi_struct *napi, in __libeth_xsk_run_pass()
447 struct libeth_xdp_tx_bulk *bq), in __libeth_xsk_run_pass()
[all …]
H A Dxdp.h402 #define LIBETH_XDP_ONSTACK_BULK(bq) \ argument
598 static inline bool libeth_xdp_tx_queue_head(struct libeth_xdp_tx_bulk *bq, in libeth_xdp_tx_queue_head() argument
622 libeth_xdp_tx_queue_frag(struct libeth_xdp_tx_bulk * bq,const skb_frag_t * frag) libeth_xdp_tx_queue_frag() argument
637 libeth_xdp_tx_queue_bulk(struct libeth_xdp_tx_bulk * bq,struct libeth_xdp_buff * xdp,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)) libeth_xdp_tx_queue_bulk() argument
639 libeth_xdp_tx_queue_bulk(struct libeth_xdp_tx_bulk * bq,struct libeth_xdp_buff * xdp,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)) libeth_xdp_tx_queue_bulk() argument
771 __libeth_xdp_tx_flush_bulk(struct libeth_xdp_tx_bulk * bq,u32 flags,u32 (* prep)(void * xdpsq,struct libeth_xdpsq * sq),struct libeth_xdp_tx_desc (* fill)(struct libeth_xdp_tx_frame frm,u32 i,const struct libeth_xdpsq * sq,u64 priv),void (* xmit)(struct libeth_xdp_tx_desc desc,u32 i,const struct libeth_xdpsq * sq,u64 priv)) __libeth_xdp_tx_flush_bulk() argument
810 libeth_xdp_tx_flush_bulk(bq,flags,prep,xmit) global() argument
823 libeth_xdp_xmit_init_bulk(bq,dev,xdpsqs,num) global() argument
826 __libeth_xdp_xmit_init_bulk(struct libeth_xdp_tx_bulk * bq,struct net_device * dev,void * xdpsq) __libeth_xdp_xmit_init_bulk() argument
874 libeth_xdp_xmit_queue_head(struct libeth_xdp_tx_bulk * bq,struct xdp_frame * xdpf,struct device * dev) libeth_xdp_xmit_queue_head() argument
907 libeth_xdp_xmit_queue_frag(struct libeth_xdp_tx_bulk * bq,const skb_frag_t * frag,struct device * dev) libeth_xdp_xmit_queue_frag() argument
936 libeth_xdp_xmit_queue_bulk(struct libeth_xdp_tx_bulk * bq,struct xdp_frame * xdpf,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)) libeth_xdp_xmit_queue_bulk() argument
938 libeth_xdp_xmit_queue_bulk(struct libeth_xdp_tx_bulk * bq,struct xdp_frame * xdpf,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)) libeth_xdp_xmit_queue_bulk() argument
1030 libeth_xdp_xmit_flush_bulk(bq,flags,prep,xmit) global() argument
1052 __libeth_xdp_xmit_do_bulk(struct libeth_xdp_tx_bulk * bq,struct xdp_frame ** frames,u32 n,u32 flags,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags),void (* finalize)(void * xdpsq,bool sent,bool flush)) __libeth_xdp_xmit_do_bulk() argument
1054 __libeth_xdp_xmit_do_bulk(struct libeth_xdp_tx_bulk * bq,struct xdp_frame ** frames,u32 n,u32 flags,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags),void (* finalize)(void * xdpsq,bool sent,bool flush)) __libeth_xdp_xmit_do_bulk() argument
1141 libeth_xdp_tx_init_bulk(bq,prog,dev,xdpsqs,num) global() argument
1145 __libeth_xdp_tx_init_bulk(bq,pr,d,xdpsqs,num,xsk,ub,un) global() argument
1365 __libeth_xdp_run_prog(struct libeth_xdp_buff * xdp,const struct libeth_xdp_tx_bulk * bq) __libeth_xdp_run_prog() argument
1413 __libeth_xdp_run_flush(struct libeth_xdp_buff * xdp,struct libeth_xdp_tx_bulk * bq,u32 (* run)(struct libeth_xdp_buff * xdp,const struct libeth_xdp_tx_bulk * bq),bool (* queue)(struct libeth_xdp_tx_bulk * bq,struct libeth_xdp_buff * xdp,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)),bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)) __libeth_xdp_run_flush() argument
1415 __libeth_xdp_run_flush(struct libeth_xdp_buff * xdp,struct libeth_xdp_tx_bulk * bq,u32 (* run)(struct libeth_xdp_buff * xdp,const struct libeth_xdp_tx_bulk * bq),bool (* queue)(struct libeth_xdp_tx_bulk * bq,struct libeth_xdp_buff * xdp,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)),bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)) __libeth_xdp_run_flush() argument
1416 __libeth_xdp_run_flush(struct libeth_xdp_buff * xdp,struct libeth_xdp_tx_bulk * bq,u32 (* run)(struct libeth_xdp_buff * xdp,const struct libeth_xdp_tx_bulk * bq),bool (* queue)(struct libeth_xdp_tx_bulk * bq,struct libeth_xdp_buff * xdp,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)),bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)) __libeth_xdp_run_flush() argument
1421 __libeth_xdp_run_flush(struct libeth_xdp_buff * xdp,struct libeth_xdp_tx_bulk * bq,u32 (* run)(struct libeth_xdp_buff * xdp,const struct libeth_xdp_tx_bulk * bq),bool (* queue)(struct libeth_xdp_tx_bulk * bq,struct libeth_xdp_buff * xdp,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)),bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags)) __libeth_xdp_run_flush() argument
1448 libeth_xdp_run_prog(xdp,bq,fl) global() argument
1479 __libeth_xdp_run_pass(struct libeth_xdp_buff * xdp,struct libeth_xdp_tx_bulk * bq,struct napi_struct * napi,struct libeth_rq_napi_stats * rs,const void * md,void (* prep)(struct libeth_xdp_buff * xdp,const void * md),bool (* run)(struct libeth_xdp_buff * xdp,struct libeth_xdp_tx_bulk * bq),bool (* populate)(struct sk_buff * skb,const struct libeth_xdp_buff * xdp,struct libeth_rq_napi_stats * rs)) __libeth_xdp_run_pass() argument
1484 __libeth_xdp_run_pass(struct libeth_xdp_buff * xdp,struct libeth_xdp_tx_bulk * bq,struct napi_struct * napi,struct libeth_rq_napi_stats * rs,const void * md,void (* prep)(struct libeth_xdp_buff * xdp,const void * md),bool (* run)(struct libeth_xdp_buff * xdp,struct libeth_xdp_tx_bulk * bq),bool (* populate)(struct sk_buff * skb,const struct libeth_xdp_buff * xdp,struct libeth_rq_napi_stats * rs)) __libeth_xdp_run_pass() argument
1542 libeth_xdp_run_pass(xdp,bq,napi,ss,desc,run,populate) global() argument
1555 libeth_xdp_finalize_rx(bq,flush,finalize) global() argument
1559 __libeth_xdp_finalize_rx(struct libeth_xdp_tx_bulk * bq,u32 flags,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags),void (* finalize)(void * xdpsq,bool sent,bool flush)) __libeth_xdp_finalize_rx() argument
1560 __libeth_xdp_finalize_rx(struct libeth_xdp_tx_bulk * bq,u32 flags,bool (* flush_bulk)(struct libeth_xdp_tx_bulk * bq,u32 flags),void (* finalize)(void * xdpsq,bool sent,bool flush)) __libeth_xdp_finalize_rx() argument
[all...]
H A Dtx.h105 struct xdp_frame_bulk *bq; member
/linux/drivers/net/ethernet/intel/libeth/
H A Dxdp.c94 libeth_xdp_tx_return_bulk(const struct libeth_xdp_tx_frame *bq, u32 count) in libeth_xdp_tx_return_bulk()
123 void __cold libeth_xdp_tx_exception(struct libeth_xdp_tx_bulk *bq, u32 sent, in libeth_xdp_tx_exception()
152 u32 __cold libeth_xdp_xmit_return_bulk(const struct libeth_xdp_tx_frame *bq, in libeth_xdp_xmit_return_bulk()
295 u32 __cold libeth_xdp_prog_exception(const struct libeth_xdp_tx_bulk *bq, in libeth_xdp_prog_exception()
316 struct xdp_frame_bulk *bq) in libeth_xdp_put_netmem_bulk()
335 struct xdp_frame_bulk *bq, bool frags) in libeth_xdp_return_buff_bulk()
H A Dxsk.c14 void __cold libeth_xsk_tx_return_bulk(const struct libeth_xdp_tx_frame *bq, in libeth_xsk_tx_return_bulk()
99 const struct libeth_xdp_tx_bulk *bq, in __libeth_xsk_run_prog_slow()
/linux/drivers/isdn/mISDN/
H A 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()
/linux/kernel/bpf/
H A Dcpumap.c436 struct xdp_bulk_queue *bq; in __cpu_map_entry_alloc() local
712 static void bq_flush_to_queue(struct xdp_bulk_queue *bq) in bq_flush_to_queue() argument
751 struct xdp_bulk_queue *bq = this_cpu_ptr(rcpu->bulkq); bq_enqueue() local
805 struct xdp_bulk_queue *bq, *tmp; __cpu_map_flush() local
[all...]
H A Ddevmap.c376 static void bq_xmit_all(struct xdp_dev_bulk_queue *bq, u32 flags) in bq_xmit_all() argument
425 struct xdp_dev_bulk_queue *bq, *tmp; __dev_flush() local
459 struct xdp_dev_bulk_queue *bq = this_cpu_ptr(dev->xdp_bulkq); bq_enqueue() local
[all...]
/linux/drivers/net/
H A Dveth.c573 static void veth_xdp_flush_bq(struct veth_rq *rq, struct veth_xdp_tx_bq *bq) in veth_xdp_flush_bq()
597 static void veth_xdp_flush(struct veth_rq *rq, struct veth_xdp_tx_bq *bq) in veth_xdp_flush()
621 struct veth_xdp_tx_bq *bq) in veth_xdp_tx()
638 struct veth_xdp_tx_bq *bq, in veth_xdp_rcv_one()
708 int n_xdpf, struct veth_xdp_tx_bq *bq, in veth_xdp_rcv_bulk_skb()
790 struct veth_xdp_tx_bq *bq, in veth_xdp_rcv_skb()
900 struct veth_xdp_tx_bq *bq, in veth_xdp_rcv()
973 struct veth_xdp_tx_bq bq; in veth_poll() local
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c271 struct xdp_frame_bulk *bq) in ice_clean_xdp_tx_buf()
300 struct xdp_frame_bulk bq; in ice_clean_xdp_irq() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c656 struct xdp_frame_bulk *bq, in mlx5e_free_xdpsq_desc()
745 struct xdp_frame_bulk bq; in mlx5e_poll_xdpsq_cq() local
816 struct xdp_frame_bulk bq; in mlx5e_free_xdpsq_descs() local
/linux/include/net/
H A Dxdp.h287 xdp_frame_bulk_init(struct xdp_frame_bulk * bq) xdp_frame_bulk_init() argument
417 xdp_flush_frame_bulk(struct xdp_frame_bulk * bq) xdp_flush_frame_bulk() argument
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c398 struct xdp_frame_bulk *bq) in vmxnet3_unmap_pkt()
443 struct xdp_frame_bulk bq; in vmxnet3_tq_tx_complete() local
484 struct xdp_frame_bulk bq; in vmxnet3_tq_cleanup() local
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdma.c335 struct xdp_frame_bulk bq; in lan966x_fdma_tx_clear_buf() local
/linux/net/core/
H A Dxdp.c510 xdp_return_frame_bulk(struct xdp_frame * xdpf,struct xdp_frame_bulk * bq) xdp_return_frame_bulk() argument
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1386 struct xdp_frame_bulk *bq, bool napi) in mtk_tx_unmap()
2453 struct xdp_frame_bulk bq; in mtk_poll_tx_qdma() local
2502 struct xdp_frame_bulk bq; in mtk_poll_tx_pdma() local
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c274 struct xdp_frame_bulk bq; in ionic_xdp_tx_desc_clean() local
/linux/drivers/net/ethernet/socionext/
H A Dnetsec.c638 struct xdp_frame_bulk bq; in netsec_clean_tx_dring() local