Home
last modified time | relevance | path

Searched defs:this (Results 1 – 25 of 71) sorted by relevance

123

/linux-4.19.296/include/linux/mtd/
Donenand.h155 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument
156 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument
157 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
158 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
159 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument
160 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument
162 #define FLEXONENAND(this) \ argument
164 #define ONENAND_GET_SYS_CFG1(this) \ argument
166 #define ONENAND_SET_SYS_CFG1(v, this) \ argument
169 #define ONENAND_IS_DDP(this) \ argument
[all …]
/linux-4.19.296/drivers/s390/net/
Dfsm.c21 fsm_instance *this; in init_fsm() local
73 kfree_fsm(fsm_instance *this) in kfree_fsm()
135 fsm_timer *this = from_timer(this, t, tl); in fsm_expire_timer() local
144 fsm_settimer(fsm_instance *fi, fsm_timer *this) in fsm_settimer()
155 fsm_deltimer(fsm_timer *this) in fsm_deltimer()
165 fsm_addtimer(fsm_timer *this, int millisec, int event, void *arg) in fsm_addtimer()
183 fsm_modtimer(fsm_timer *this, int millisec, int event, void *arg) in fsm_modtimer()
/linux-4.19.296/fs/jffs2/
Ddebug.c501 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
523 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
546 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
569 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
585 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
600 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
616 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
632 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
648 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
664 struct list_head *this; in __jffs2_dbg_dump_block_lists_nolock() local
[all …]
Dcompr.c34 static int jffs2_is_best_compression(struct jffs2_compressor *this, in jffs2_is_best_compression()
77 struct jffs2_compressor *this; in jffs2_selected_compress() local
154 struct jffs2_compressor *this, *best=NULL; in jffs2_compress() local
257 struct jffs2_compressor *this; in jffs2_decompress() local
303 struct jffs2_compressor *this; in jffs2_register_compressor() local
Dnodelist.c102 struct jffs2_node_frag *this) in jffs2_obsolete_node_frag()
171 struct jffs2_node_frag *this, uint32_t lastend) in no_overlapping_node()
217 struct jffs2_node_frag *this; in jffs2_add_frag_to_fragtree() local
490 struct jffs2_inode_cache *this, *next; in jffs2_free_ino_caches() local
507 struct jffs2_raw_node_ref *this, *next; in jffs2_free_raw_node_refs() local
Dwbuf.c50 struct jffs2_inodirty *this = c->wbuf_inodes; in jffs2_wbuf_pending_for_ino() local
71 struct jffs2_inodirty *this; in jffs2_clear_wbuf_ino_list() local
110 struct list_head *this, *next; in jffs2_refile_wbuf_blocks() local
Derase.c229 struct jffs2_raw_node_ref *this; in jffs2_remove_node_refs_from_ino_list() local
/linux-4.19.296/virt/kvm/
Dcoalesced_mmio.c65 struct kvm_io_device *this, gpa_t addr, in coalesced_mmio_write()
95 static void coalesced_mmio_destructor(struct kvm_io_device *this) in coalesced_mmio_destructor()
/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddi.c81 ENTITY *this = NULL; in pr_out() local
364 ENTITY *this; in isdn_rc() local
566 ENTITY *this; in isdn_ind() local
Dcapifunc.c727 APPL *this; in diva_register_appl() local
851 APPL *this = &application[appl - 1]; in diva_release_appl() local
885 APPL *this = &application[GET_WORD(&msg->header.appl_id) - 1]; in diva_send_message() local
/linux-4.19.296/drivers/gpio/
Ddevres.c35 struct gpio_desc **this = res, **gpio = data; in devm_gpiod_match() local
49 struct gpio_descs **this = res, **gpios = data; in devm_gpiod_match_array() local
359 unsigned *this = res, *gpio = data; in devm_gpio_match() local
/linux-4.19.296/drivers/extcon/
Ddevres.c48 struct extcon_dev_notifier_devres *this = res; in devm_extcon_dev_notifier_unreg() local
55 struct extcon_dev_notifier_devres *this = res; in devm_extcon_dev_notifier_all_unreg() local
/linux-4.19.296/fs/overlayfs/
Dexport.c376 struct dentry *this, *parent = NULL; in ovl_lookup_real_one() local
441 struct dentry *this = NULL; in ovl_lookup_real_inode() local
565 struct dentry *next, *this; in ovl_lookup_real() local
Dnamei.c202 struct dentry *this; in ovl_lookup_single() local
818 struct dentry *this; in ovl_lookup() local
1128 struct dentry *this; in ovl_lower_positive() local
/linux-4.19.296/drivers/edac/
Docteon_edac-pc.c38 static int co_cache_error_event(struct notifier_block *this, in co_cache_error_event()
/linux-4.19.296/fs/hfs/
Dstring.c54 int hfs_hash_dentry(const struct dentry *dentry, struct qstr *this) in hfs_hash_dentry()
/linux-4.19.296/lib/zlib_inflate/
Dinftrees.c39 code this; /* table entry for duplication */ in zlib_inflate_table() local
Dinffast.c88 code this; /* retrieved table entry */ in inflate_fast() local
/linux-4.19.296/drivers/char/xillybus/
Dxillybus_pcie.c99 struct xilly_mapping *this; in xilly_map_single_pci() local
Dxillybus_of.c79 struct xilly_mapping *this; in xilly_map_single_of() local
/linux-4.19.296/drivers/ras/
Dcec.c247 unsigned int this = FULL_COUNT(ca->array[i]); in del_lru_elem_unlocked() local
419 u64 this = PFN(ca->array[i]); in array_dump() local
/linux-4.19.296/drivers/misc/mic/cosm_client/
Dcosm_scif_client.c40 static int cosm_reboot_event(struct notifier_block *this, unsigned long event, in cosm_reboot_event()
/linux-4.19.296/drivers/parisc/
Dpower.c182 static int parisc_panic_event(struct notifier_block *this, in parisc_panic_event()
/linux-4.19.296/drivers/clk/samsung/
Dclk-s3c2412.c200 static int s3c2412_restart(struct notifier_block *this, in s3c2412_restart()
/linux-4.19.296/fs/lockd/
Dsvc.c293 static int lockd_inetaddr_event(struct notifier_block *this, in lockd_inetaddr_event()
323 static int lockd_inet6addr_event(struct notifier_block *this, in lockd_inet6addr_event()

123