Home
last modified time | relevance | path

Searched refs:ibf (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A Dkbuf.c241 struct io_buf_free *ibf; in io_kbuf_mark_free() local
243 hlist_for_each_entry(ibf, &ctx->io_buf_list, list) { in io_kbuf_mark_free()
244 if (bl->buf_ring == ibf->mem) { in io_kbuf_mark_free()
245 ibf->inuse = 0; in io_kbuf_mark_free()
592 struct io_buf_free *ibf, *best = NULL; in io_lookup_buf_free_entry() local
595 hlist_for_each_entry(ibf, &ctx->io_buf_list, list) { in io_lookup_buf_free_entry()
598 if (ibf->inuse || ibf->size < ring_size) in io_lookup_buf_free_entry()
600 dist = ibf->size - ring_size; in io_lookup_buf_free_entry()
602 best = ibf; in io_lookup_buf_free_entry()
616 struct io_buf_free *ibf; io_alloc_pbuf_ring() local
765 struct io_buf_free *ibf; io_kbuf_mmap_list_free() local
[all...]
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dhp_sdc.c49 * Busy polling for IBF clear wastes CPU cycles and bus cycles. hp_sdc.ibf
53 * hp_sdc state. Whenever a register is written hp_sdc.ibf is set to 1.
122 hp_sdc.ibf = 0; in hp_sdc_status_in8()
138 hp_sdc.ibf = 1; in hp_sdc_status_out8()
150 hp_sdc.ibf = 1; in hp_sdc_data_out8()
167 if (!hp_sdc.ibf) { in hp_sdc_spin_ibf()
175 hp_sdc.ibf = 0; in hp_sdc_spin_ibf()
360 if (hp_sdc.ibf) { in hp_sdc_put()
362 if (hp_sdc.ibf) in hp_sdc_put()
586 if (!hp_sdc.ibf in hp_sdc_put()
[all...]
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dhp_sdc.c49 * Busy polling for IBF clear wastes CPU cycles and bus cycles. hp_sdc.ibf
53 * hp_sdc state. Whenever a register is written hp_sdc.ibf is set to 1.
122 hp_sdc.ibf = 0; in hp_sdc_status_in8()
138 hp_sdc.ibf = 1; in hp_sdc_status_out8()
150 hp_sdc.ibf = 1; in hp_sdc_data_out8()
167 if (!hp_sdc.ibf) { in hp_sdc_spin_ibf()
175 hp_sdc.ibf = 0; in hp_sdc_spin_ibf()
360 if (hp_sdc.ibf) { in hp_sdc_put()
362 if (hp_sdc.ibf) in hp_sdc_put()
586 if (!hp_sdc.ibf in hp_sdc_put()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dhp_sdc.h273 int ibf; /* Last known status of IBF flag */ member
/kernel/linux/linux-6.6/include/linux/
H A Dhp_sdc.h273 int ibf; /* Last known status of IBF flag */ member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c31 dev->ibf = !!val; in mt7996_implicit_txbf_set()
41 *val = dev->ibf; in mt7996_implicit_txbf_get()
H A Dmcu.h469 bool ibf; member
H A Dmt7996.h231 bool ibf; member
H A Dmcu.c1427 if (!ebf && !dev->ibf) in mt7996_mcu_sta_bfer_tlv()
1448 bf->bf_cap = ebf ? ebf : dev->ibf << 1; in mt7996_mcu_sta_bfer_tlv()
3326 req_hw_en->ibf = dev->ibf; in mt7996_mcu_set_txbf()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c29 dev->ibf = !!val; in mt7915_implicit_txbf_set()
39 *val = dev->ibf; in mt7915_implicit_txbf_get()
H A Dmt7915.h296 bool ibf; member
H A Dmcu.c1204 if (!ebf && !dev->ibf) in mt7915_mcu_sta_bfer_tlv()
1223 bf->bf_cap = ebf ? ebf : dev->ibf << 1; in mt7915_mcu_sta_bfer_tlv()
3395 bool ibf; in mt7915_mcu_set_txbf() member
3416 req.type.ibf = dev->ibf; in mt7915_mcu_set_txbf()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.h864 u8 ibf; member
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c3355 bool ibf; in mt7915_mcu_set_txbf_type() member
3360 .ibf = false, in mt7915_mcu_set_txbf_type()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h709 u8 ibf; member

Completed in 36 milliseconds