/linux-6.6.21/drivers/power/supply/ |
D | bq2415x_charger.c | 187 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 …]
|
D | bq25980_charger.c | 275 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 …]
|
D | bq256xx_charger.c | 372 struct bq256xx_device *bq = in bq256xx_usb_notifier() local 383 struct bq256xx_device *bq = in bq256xx_usb_work() local 435 static int bq256xx_get_state(struct bq256xx_device *bq, in bq256xx_get_state() 464 static int bq256xx_set_charge_type(struct bq256xx_device *bq, int type) in bq256xx_set_charge_type() 485 static int bq256xx_get_ichg_curr(struct bq256xx_device *bq) in bq256xx_get_ichg_curr() 501 static int bq25618_619_get_ichg_curr(struct bq256xx_device *bq) in bq25618_619_get_ichg_curr() 520 static int bq256xx_set_ichg_curr(struct bq256xx_device *bq, int ichg) in bq256xx_set_ichg_curr() 532 static int bq25618_619_set_ichg_curr(struct bq256xx_device *bq, int ichg) in bq25618_619_set_ichg_curr() 551 static int bq25618_619_get_chrg_volt(struct bq256xx_device *bq) in bq25618_619_get_chrg_volt() 574 static int bq25611d_get_chrg_volt(struct bq256xx_device *bq) in bq25611d_get_chrg_volt() [all …]
|
D | bq25890_charger.c | 361 static int bq25890_field_read(struct bq25890_device *bq, in bq25890_field_read() 374 static int bq25890_field_write(struct bq25890_device *bq, in bq25890_field_write() 456 static int bq25890_get_vbus_voltage(struct bq25890_device *bq) in bq25890_get_vbus_voltage() 467 static void bq25890_update_state(struct bq25890_device *bq, in bq25890_update_state() 492 struct bq25890_device *bq = power_supply_get_drvdata(psy); in bq25890_power_supply_get_property() local 689 struct bq25890_device *bq = power_supply_get_drvdata(psy); in bq25890_power_supply_set_property() local 736 static int bq25890_charger_get_scaled_iinlim_regval(struct bq25890_device *bq, in bq25890_charger_get_scaled_iinlim_regval() 746 struct bq25890_device *bq = power_supply_get_drvdata(psy); in bq25890_charger_external_power_changed() local 781 static int bq25890_get_chip_state(struct bq25890_device *bq, in bq25890_get_chip_state() 817 static irqreturn_t __bq25890_handle_irq(struct bq25890_device *bq) in __bq25890_handle_irq() [all …]
|
D | bq24257_charger.c | 210 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 …]
|
/linux-6.6.21/drivers/isdn/mISDN/ |
D | dsp_biquad.h | 26 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-6.6.21/kernel/bpf/ |
D | cpumap.c | 392 struct xdp_bulk_queue *bq; in __cpu_map_entry_alloc() local 665 static void bq_flush_to_queue(struct xdp_bulk_queue *bq) in bq_flush_to_queue() 705 struct xdp_bulk_queue *bq = this_cpu_ptr(rcpu->bulkq); in bq_enqueue() local 757 struct xdp_bulk_queue *bq, *tmp; in __cpu_map_flush() local
|
D | devmap.c | 361 static void bq_xmit_all(struct xdp_dev_bulk_queue *bq, u32 flags) in bq_xmit_all() 411 struct xdp_dev_bulk_queue *bq, *tmp; in __dev_flush() local 446 struct xdp_dev_bulk_queue *bq = this_cpu_ptr(dev->xdp_bulkq); in bq_enqueue() local
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_txrx_lib.c | 231 struct xdp_frame_bulk *bq) in ice_clean_xdp_tx_buf() 260 struct xdp_frame_bulk bq; in ice_clean_xdp_irq() local
|
/linux-6.6.21/drivers/net/ |
D | veth.c | 545 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() 680 int n_xdpf, struct veth_xdp_tx_bq *bq, in veth_xdp_rcv_bulk_skb() 825 struct veth_xdp_tx_bq *bq, in veth_xdp_rcv_skb() 935 struct veth_xdp_tx_bq *bq, in veth_xdp_rcv() 997 struct veth_xdp_tx_bq bq; in veth_poll() local
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | xdp.c | 613 struct xdp_frame_bulk *bq) in mlx5e_free_xdpsq_desc() 685 struct xdp_frame_bulk bq; in mlx5e_poll_xdpsq_cq() local 756 struct xdp_frame_bulk bq; in mlx5e_free_xdpsq_descs() local
|
/linux-6.6.21/net/core/ |
D | xdp.c | 458 void xdp_flush_frame_bulk(struct xdp_frame_bulk *bq) in xdp_flush_frame_bulk() 473 struct xdp_frame_bulk *bq) in xdp_return_frame_bulk()
|
/linux-6.6.21/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 360 struct xdp_frame_bulk *bq) in vmxnet3_unmap_pkt() 405 struct xdp_frame_bulk bq; in vmxnet3_tq_tx_complete() local 446 struct xdp_frame_bulk bq; in vmxnet3_tq_cleanup() local
|
/linux-6.6.21/drivers/staging/qlge/ |
D | qlge_main.c | 952 static struct qlge_bq_desc *qlge_get_curr_buf(struct qlge_bq *bq) in qlge_get_curr_buf() 1083 static int qlge_refill_bq(struct qlge_bq *bq, gfp_t gfp) in qlge_refill_bq() 2785 static int qlge_init_bq(struct qlge_bq *bq) in qlge_init_bq()
|
D | qlge.h | 1437 #define QLGE_BQ_CONTAINER(bq) \ argument 1452 #define QLGE_BQ_HW_OWNED(bq) \ argument
|
/linux-6.6.21/include/net/ |
D | xdp.h | 197 static __always_inline void xdp_frame_bulk_init(struct xdp_frame_bulk *bq) in xdp_frame_bulk_init()
|
/linux-6.6.21/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_fdma.c | 396 struct xdp_frame_bulk bq; in lan966x_fdma_tx_clear_buf() local
|
/linux-6.6.21/drivers/net/ethernet/mediatek/ |
D | mtk_eth_soc.c | 1212 struct xdp_frame_bulk *bq, bool napi) in mtk_tx_unmap() 2262 struct xdp_frame_bulk bq; in mtk_poll_tx_qdma() local 2311 struct xdp_frame_bulk bq; in mtk_poll_tx_pdma() local
|
/linux-6.6.21/drivers/net/ethernet/socionext/ |
D | netsec.c | 638 struct xdp_frame_bulk bq; in netsec_clean_tx_dring() local
|
/linux-6.6.21/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 2814 struct xdp_frame_bulk bq; in mvpp2_txq_bufs_free() local
|
/linux-6.6.21/drivers/net/ethernet/marvell/ |
D | mvneta.c | 1873 struct xdp_frame_bulk bq; in mvneta_txq_bufs_free() local
|