Searched refs:this (Results 1 – 11 of 11) sorted by relevance
| /include/linux/mtd/ |
| A D | onenand.h | 131 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument 132 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument 133 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument 134 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument 135 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument 136 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument 138 #define FLEXONENAND(this) (this->device_id & DEVICE_IS_FLEXONENAND) argument 139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC) argument 140 #define ONENAND_IS_DDP(this) \ argument 143 #define ONENAND_IS_4KB_PAGE(this) \ argument [all …]
|
| A D | rawnand.h | 935 int(*waitfunc)(struct mtd_info *mtd, struct nand_chip *this);
|
| /include/ |
| A D | efi_api.h | 1744 struct efi_pxe_base_code_protocol *this, 1748 struct efi_pxe_base_code_protocol *this, 1755 struct efi_pxe_base_code_protocol *this, 1763 struct efi_pxe_base_code_protocol *this, 1770 struct efi_pxe_base_code_protocol *this, 1776 struct efi_pxe_base_code_protocol *this, 1781 struct efi_pxe_base_code_protocol *this, 1785 struct efi_pxe_base_code_protocol *this, 2108 struct efi_driver_binding_protocol *this, 2112 struct efi_driver_binding_protocol *this, [all …]
|
| A D | efi_driver.h | 43 efi_status_t (*init)(struct efi_driver_binding_extended_protocol *this); 44 efi_status_t (*bind)(struct efi_driver_binding_extended_protocol *this,
|
| A D | efi_tcg2.h | 193 efi_status_t (EFIAPI * get_capability)(struct efi_tcg2_protocol *this, 195 efi_status_t (EFIAPI * get_eventlog)(struct efi_tcg2_protocol *this, 199 efi_status_t (EFIAPI * hash_log_extend_event)(struct efi_tcg2_protocol *this, 204 efi_status_t (EFIAPI * submit_command)(struct efi_tcg2_protocol *this, 209 efi_status_t (EFIAPI * get_active_pcr_banks)(struct efi_tcg2_protocol *this, 211 efi_status_t (EFIAPI * set_active_pcr_banks)(struct efi_tcg2_protocol *this, 213 efi_status_t (EFIAPI * get_result_of_set_active_pcr_banks)(struct efi_tcg2_protocol *this,
|
| A D | efi_riscv.h | 20 efi_status_t (EFIAPI * get_boot_hartid) (struct riscv_efi_boot_protocol *this,
|
| A D | onenand_uboot.h | 42 extern unsigned onenand_block(struct onenand_chip *this, loff_t addr); 44 extern loff_t onenand_addr(struct onenand_chip *this, int block);
|
| A D | efi_dt_fixup.h | 28 efi_status_t (EFIAPI *fixup) (struct efi_dt_fixup_protocol *this,
|
| A D | ppc_asm.tmpl | 153 * this, we leave this much untouched space on the stack on exception 193 * Note: code which follows this uses cr0.eq (set if from kernel),
|
| A D | efi_loader.h | 1242 efi_status_t efi_open_volume_int(struct efi_simple_file_system_protocol *this, 1244 efi_status_t efi_file_open_int(struct efi_file_handle *this, 1249 efi_status_t efi_file_read_int(struct efi_file_handle *this,
|
| /include/linux/i3c/ |
| A D | master.h | 532 struct i3c_dev_desc *this; member
|
Completed in 38 milliseconds