Searched refs:this (Results 1 – 10 of 10) sorted by relevance
153 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument154 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument155 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument156 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument157 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument158 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument160 #define FLEXONENAND(this) \ argument161 (this->device_id & DEVICE_IS_FLEXONENAND)162 #define ONENAND_GET_SYS_CFG1(this) \ argument163 (this->read_word(this->base + ONENAND_REG_SYS_CFG1))[all …]
15 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up);16 void cffrml_set_dnlayer(struct cflayer *this, struct cflayer *dn);
19 struct kvm_io_device *this,24 struct kvm_io_device *this,28 void (*destructor)(struct kvm_io_device *this);
74 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.
316 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);319 struct devfreq *this; member
38 struct nf_conntrack_expect *this);40 struct nf_conntrack_expect *this);
39 void nf_nat_follow_master(struct nf_conn *ct, struct nf_conntrack_expect *this);
31 struct nf_conntrack_expect *this);
13 You will not be able to compile this file correctly without gcc, because16 the case on the original platform, MS-DOS). If this is not done,18 The method used to do this here ("__attribute__((packed)") is
485 struct i3c_dev_desc *this; member