Home
last modified time | relevance | path

Searched refs:this (Results 1 – 11 of 11) sorted by relevance

/include/linux/mtd/
A Donenand.h153 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument
154 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument
155 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
156 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
157 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument
158 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument
160 #define FLEXONENAND(this) \ argument
163 (this->read_word(this->base + ONENAND_REG_SYS_CFG1))
165 (this->write_word(v, this->base + ONENAND_REG_SYS_CFG1))
167 #define ONENAND_IS_DDP(this) \ argument
[all …]
/include/kvm/
A Diodev.h19 struct kvm_io_device *this,
24 struct kvm_io_device *this,
28 void (*destructor)(struct kvm_io_device *this);
/include/net/caif/
A Dcffrml.h15 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up);
16 void cffrml_set_dnlayer(struct cflayer *this, struct cflayer *dn);
/include/linux/
A Dhp_sdc.h74 int __hp_sdc_enqueue_transaction(hp_sdc_transaction *this);
75 int hp_sdc_enqueue_transaction(hp_sdc_transaction *this);
76 int hp_sdc_dequeue_transaction(hp_sdc_transaction *this);
293 #error No support for device registration on this arch yet.
A Ddevfreq.h333 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
339 struct devfreq *this; member
A Dllist.h313 struct llist_node *this);
/include/net/libeth/
A Dxsk.h645 u32 this, ret, done = 0; in libeth_xskfqe_alloc() local
648 this = fq->count - fq->ntu; in libeth_xskfqe_alloc()
649 if (likely(this > n)) in libeth_xskfqe_alloc()
650 this = n; in libeth_xskfqe_alloc()
654 ret = xsk_buff_alloc_batch(fq->pool, xskb, this); in libeth_xskfqe_alloc()
662 if (likely(fq->ntu < fq->count) || unlikely(ret < this)) in libeth_xskfqe_alloc()
667 if (this < n) { in libeth_xskfqe_alloc()
668 this = n - this; in libeth_xskfqe_alloc()
A Dxdp.h527 u32 this, batched, off = 0; in libeth_xdp_tx_xmit_bulk() local
536 this = sq.count - ntu; in libeth_xdp_tx_xmit_bulk()
537 if (likely(this > n)) in libeth_xdp_tx_xmit_bulk()
538 this = n; in libeth_xdp_tx_xmit_bulk()
544 batched = ALIGN_DOWN(this, LIBETH_XDP_TX_BATCH); in libeth_xdp_tx_xmit_bulk()
555 if (batched < this) { in libeth_xdp_tx_xmit_bulk()
557 for ( ; i < off + this; i++) in libeth_xdp_tx_xmit_bulk()
562 ntu += this; in libeth_xdp_tx_xmit_bulk()
569 this = n - i; in libeth_xdp_tx_xmit_bulk()
/include/net/netfilter/
A Dnf_nat_helper.h39 void nf_nat_follow_master(struct nf_conn *ct, struct nf_conntrack_expect *this);
A Dnf_conntrack_expect.h40 struct nf_conntrack_expect *this);
/include/linux/i3c/
A Dmaster.h525 struct i3c_dev_desc *this; member

Completed in 25 milliseconds