Home
last modified time | relevance | path

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

/include/linux/mtd/
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
161 (this->device_id & DEVICE_IS_FLEXONENAND)
162 #define ONENAND_GET_SYS_CFG1(this) \ argument
163 (this->read_word(this->base + ONENAND_REG_SYS_CFG1))
[all …]
/include/net/caif/
Dcffrml.h15 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up);
16 void cffrml_set_dnlayer(struct cflayer *this, struct cflayer *dn);
/include/kvm/
Diodev.h19 struct kvm_io_device *this,
24 struct kvm_io_device *this,
28 void (*destructor)(struct kvm_io_device *this);
/include/linux/
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.
Ddevfreq.h316 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
319 struct devfreq *this; member
/include/linux/netfilter/
Dnf_conntrack_h323.h38 struct nf_conntrack_expect *this);
40 struct nf_conntrack_expect *this);
/include/net/netfilter/
Dnf_nat_helper.h39 void nf_nat_follow_master(struct nf_conn *ct, struct nf_conntrack_expect *this);
Dnf_conntrack_expect.h31 struct nf_conntrack_expect *this);
/include/sound/
Dwavefront.h13 You will not be able to compile this file correctly without gcc, because
16 the case on the original platform, MS-DOS). If this is not done,
18 The method used to do this here ("__attribute__((packed)") is
/include/linux/i3c/
Dmaster.h485 struct i3c_dev_desc *this; member