| /Linux-v5.4/drivers/net/wireless/ | 
| D | wl3501_cs.c | 188 static inline void wl3501_switch_page(struct wl3501_card *this, u8 page)  in wl3501_switch_page()199 static int wl3501_get_flash_mac_addr(struct wl3501_card *this)  in wl3501_get_flash_mac_addr()
 246 static void wl3501_set_to_wla(struct wl3501_card *this, u16 dest, void *src,  in wl3501_set_to_wla()
 268 static void wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest,  in wl3501_get_from_wla()
 294 static u16 wl3501_get_tx_buffer(struct wl3501_card *this, u16 len)  in wl3501_get_tx_buffer()
 330 static void wl3501_free_tx_buffer(struct wl3501_card *this, u16 ptr)  in wl3501_free_tx_buffer()
 348 static int wl3501_esbq_req_test(struct wl3501_card *this)  in wl3501_esbq_req_test()
 356 static void wl3501_esbq_req(struct wl3501_card *this, u16 *ptr)  in wl3501_esbq_req()
 367 static int wl3501_esbq_exec(struct wl3501_card *this, void *sig, int sig_size)  in wl3501_esbq_exec()
 382 static int wl3501_request_mib(struct wl3501_card *this, u8 index, void *bf)  in wl3501_request_mib()
 [all …]
 
 | 
| /Linux-v5.4/drivers/mtd/nand/raw/gpmi-nand/ | 
| D | gpmi-nand.c | 119 static int __gpmi_enable_clk(struct gpmi_nand_data *this, bool v)  in __gpmi_enable_clk()146 static int gpmi_init(struct gpmi_nand_data *this)  in gpmi_init()
 188 static void gpmi_dump_info(struct gpmi_nand_data *this)  in gpmi_dump_info()
 232 static inline bool gpmi_check_ecc(struct gpmi_nand_data *this)  in gpmi_check_ecc()
 251 static int set_geometry_by_ecc_info(struct gpmi_nand_data *this,  in set_geometry_by_ecc_info()
 380 static inline int get_ecc_strength(struct gpmi_nand_data *this)  in get_ecc_strength()
 393 static int legacy_set_geometry(struct gpmi_nand_data *this)  in legacy_set_geometry()
 505 static int common_nfc_set_geometry(struct gpmi_nand_data *this)  in common_nfc_set_geometry()
 528 static int bch_set_geometry(struct gpmi_nand_data *this)  in bch_set_geometry()
 635 static void gpmi_nfc_compute_timings(struct gpmi_nand_data *this,  in gpmi_nfc_compute_timings()
 [all …]
 
 | 
| /Linux-v5.4/sound/usb/line6/ | 
| D | midibuf.c | 37 static int midibuf_is_empty(struct midi_buffer *this)  in midibuf_is_empty()42 static int midibuf_is_full(struct midi_buffer *this)  in midibuf_is_full()
 47 void line6_midibuf_reset(struct midi_buffer *this)  in line6_midibuf_reset()
 53 int line6_midibuf_init(struct midi_buffer *this, int size, int split)  in line6_midibuf_init()
 66 int line6_midibuf_bytes_free(struct midi_buffer *this)  in line6_midibuf_bytes_free()
 75 int line6_midibuf_bytes_used(struct midi_buffer *this)  in line6_midibuf_bytes_used()
 84 int line6_midibuf_write(struct midi_buffer *this, unsigned char *data,  in line6_midibuf_write()
 127 int line6_midibuf_read(struct midi_buffer *this, unsigned char *data,  in line6_midibuf_read()
 232 int line6_midibuf_ignore(struct midi_buffer *this, int length)  in line6_midibuf_ignore()
 244 void line6_midibuf_destroy(struct midi_buffer *this)  in line6_midibuf_destroy()
 
 | 
| /Linux-v5.4/drivers/mtd/nand/raw/ | 
| D | au1550nd.c | 32 static u_char au_read_byte(struct nand_chip *this)  in au_read_byte()46 static void au_write_byte(struct nand_chip *this, u_char byte)  in au_write_byte()
 58 static u_char au_read_byte16(struct nand_chip *this)  in au_read_byte16()
 72 static void au_write_byte16(struct nand_chip *this, u_char byte)  in au_write_byte16()
 86 static void au_write_buf(struct nand_chip *this, const u_char *buf, int len)  in au_write_buf()
 104 static void au_read_buf(struct nand_chip *this, u_char *buf, int len)  in au_read_buf()
 122 static void au_write_buf16(struct nand_chip *this, const u_char *buf, int len)  in au_write_buf16()
 143 static void au_read_buf16(struct nand_chip *this, u_char *buf, int len)  in au_read_buf16()
 170 	struct nand_chip *this = mtd_to_nand(mtd);  in au1550_hwcontrol()  local
 211 int au1550_device_ready(struct nand_chip *this)  in au1550_device_ready()
 [all …]
 
 | 
| D | diskonchip.c | 294 static void doc2000_write_byte(struct nand_chip *this, u_char datum)  in doc2000_write_byte()305 static u_char doc2000_read_byte(struct nand_chip *this)  in doc2000_read_byte()
 319 static void doc2000_writebuf(struct nand_chip *this, const u_char *buf,  in doc2000_writebuf()
 336 static void doc2000_readbuf(struct nand_chip *this, u_char *buf, int len)  in doc2000_readbuf()
 349 static void doc2000_readbuf_dword(struct nand_chip *this, u_char *buf, int len)  in doc2000_readbuf_dword()
 371 	struct nand_chip *this = mtd_to_nand(mtd);  in doc200x_ident_chip()  local
 417 	struct nand_chip *this = mtd_to_nand(mtd);  in doc2000_count_chips()  local
 437 static int doc200x_wait(struct nand_chip *this)  in doc200x_wait()
 451 static void doc2001_write_byte(struct nand_chip *this, u_char datum)  in doc2001_write_byte()
 461 static u_char doc2001_read_byte(struct nand_chip *this)  in doc2001_read_byte()
 [all …]
 
 | 
| D | nand_bbt.c | 166 static int read_bbt(struct nand_chip *this, uint8_t *buf, int page, int num,  in read_bbt()259 static int read_abs_bbt(struct nand_chip *this, uint8_t *buf,  in read_abs_bbt()
 287 static int scan_read_data(struct nand_chip *this, uint8_t *buf, loff_t offs,  in scan_read_data()
 312 static int scan_read_oob(struct nand_chip *this, uint8_t *buf, loff_t offs,  in scan_read_oob()
 343 static int scan_read(struct nand_chip *this, uint8_t *buf, loff_t offs,  in scan_read()
 353 static int scan_write_bbt(struct nand_chip *this, loff_t offs, size_t len,  in scan_write_bbt()
 369 static u32 bbt_get_ver_offs(struct nand_chip *this, struct nand_bbt_descr *td)  in bbt_get_ver_offs()
 389 static void read_abs_bbts(struct nand_chip *this, uint8_t *buf,  in read_abs_bbts()
 414 static int scan_block_fast(struct nand_chip *this, struct nand_bbt_descr *bd,  in scan_block_fast()
 461 static int create_bbt(struct nand_chip *this, uint8_t *buf,  in create_bbt()
 [all …]
 
 | 
| D | cmx270_nand.c | 48 static u_char cmx270_read_byte(struct nand_chip *this)  in cmx270_read_byte()53 static void cmx270_write_buf(struct nand_chip *this, const u_char *buf,  in cmx270_write_buf()
 62 static void cmx270_read_buf(struct nand_chip *this, u_char *buf, int len)  in cmx270_read_buf()
 85 static void cmx270_hwcontrol(struct nand_chip *this, int dat,  in cmx270_hwcontrol()
 118 static int cmx270_device_ready(struct nand_chip *this)  in cmx270_device_ready()
 130 	struct nand_chip *this;  in cmx270_init()  local
 
 | 
| D | cs553x_nand.c | 92 static void cs553x_read_buf(struct nand_chip *this, u_char *buf, int len)  in cs553x_read_buf()102 static void cs553x_write_buf(struct nand_chip *this, const u_char *buf, int len)  in cs553x_write_buf()
 112 static unsigned char cs553x_read_byte(struct nand_chip *this)  in cs553x_read_byte()
 117 static void cs553x_write_byte(struct nand_chip *this, u_char byte)  in cs553x_write_byte()
 128 static void cs553x_hwcontrol(struct nand_chip *this, int cmd,  in cs553x_hwcontrol()
 140 static int cs553x_device_ready(struct nand_chip *this)  in cs553x_device_ready()
 148 static void cs_enable_hwecc(struct nand_chip *this, int mode)  in cs_enable_hwecc()
 155 static int cs_calculate_ecc(struct nand_chip *this, const u_char *dat,  in cs_calculate_ecc()
 174 	struct nand_chip *this;  in cs553x_init_one()  local
 316 		struct nand_chip *this;  in cs553x_cleanup()  local
 
 | 
| D | socrates_nand.c | 36 static void socrates_nand_write_buf(struct nand_chip *this, const uint8_t *buf,  in socrates_nand_write_buf()55 static void socrates_nand_read_buf(struct nand_chip *this, uint8_t *buf,  in socrates_nand_read_buf()
 75 static uint8_t socrates_nand_read_byte(struct nand_chip *this)  in socrates_nand_read_byte()
 
 | 
| /Linux-v5.4/drivers/mtd/nand/onenand/ | 
| D | onenand_base.c | 224 static int onenand_block_address(struct onenand_chip *this, int block)  in onenand_block_address()241 static int onenand_bufferram_address(struct onenand_chip *this, int block)  in onenand_bufferram_address()
 301 static unsigned flexonenand_block(struct onenand_chip *this, loff_t addr)  in flexonenand_block()
 320 inline unsigned onenand_block(struct onenand_chip *this, loff_t addr)  in onenand_block()
 334 static loff_t flexonenand_addr(struct onenand_chip *this, int block)  in flexonenand_addr()
 352 loff_t onenand_addr(struct onenand_chip *this, int block)  in onenand_addr()
 400 	struct onenand_chip *this = mtd->priv;  in onenand_command()  local
 524 static inline int onenand_read_ecc(struct onenand_chip *this)  in onenand_read_ecc()
 555 	struct onenand_chip * this = mtd->priv;  in onenand_wait()  local
 635 	struct onenand_chip *this = data;  in onenand_interrupt()  local
 [all …]
 
 | 
| D | onenand_bbt.c | 58 	struct onenand_chip *this = mtd->priv;  in create_bbt()  local133 	struct onenand_chip *this = mtd->priv;  in onenand_memory_bbt()  local
 146 	struct onenand_chip *this = mtd->priv;  in onenand_isbad_bbt()  local
 183 	struct onenand_chip *this = mtd->priv;  in onenand_scan_bbt()  local
 231 	struct onenand_chip *this = mtd->priv;  in onenand_default_bbt()  local
 
 | 
| D | samsung.c | 218 	struct onenand_chip *this = onenand->mtd->priv;  in s3c_onenand_readw()  local268 	struct onenand_chip *this = onenand->mtd->priv;  in s3c_onenand_writew()  local
 379 	struct onenand_chip *this = mtd->priv;  in s3c_onenand_command()  local
 476 	struct onenand_chip *this = mtd->priv;  in s3c_get_bufferram()  local
 618 	struct onenand_chip *this = mtd->priv;  in s5pc110_read_bufferram()  local
 728 	struct onenand_chip *this = mtd->priv;  in s3c_onenand_check_lock_status()  local
 749 	struct onenand_chip *this = mtd->priv;  in s3c_onenand_do_lock_cmd()  local
 774 	struct onenand_chip *this = mtd->priv;  in s3c_unlock_all()  local
 803 	struct onenand_chip *this = mtd->priv;  in s3c_onenand_setup()  local
 837 	struct onenand_chip *this;  in s3c_onenand_probe()  local
 [all …]
 
 | 
| /Linux-v5.4/net/caif/ | 
| D | cffrml.c | 37 	struct cffrml *this = kzalloc(sizeof(struct cffrml), GFP_ATOMIC);  in cffrml_create()  local59 	struct cffrml *this = container_obj(layer);  in cffrml_free()  local
 64 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up)  in cffrml_set_uplayer()
 69 void cffrml_set_dnlayer(struct cflayer *this, struct cflayer *dn)  in cffrml_set_dnlayer()
 88 	struct cffrml *this;  in cffrml_receive()  local
 143 	struct cffrml *this = container_obj(layr);  in cffrml_transmit()  local
 178 	struct cffrml *this = container_obj(layr);  in cffrml_put()  local
 185 	struct cffrml *this = container_obj(layr);  in cffrml_hold()  local
 193 	struct cffrml *this = container_obj(layr);  in cffrml_refcnt_read()  local
 
 | 
| /Linux-v5.4/include/linux/mtd/ | 
| D | onenand.h | 153 #define ONENAND_CURRENT_BUFFERRAM(this)		(this->bufferram_index)  argument154 #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
 162 #define ONENAND_GET_SYS_CFG1(this)					\  argument
 164 #define ONENAND_SET_SYS_CFG1(v, this)					\  argument
 167 #define ONENAND_IS_DDP(this)						\  argument
 [all …]
 
 | 
| /Linux-v5.4/drivers/s390/net/ | 
| D | fsm.c | 21 	fsm_instance *this;  in init_fsm()  local73 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-v5.4/fs/jffs2/ | 
| D | debug.c | 501 		struct list_head *this;  in __jffs2_dbg_dump_block_lists_nolock()  local523 		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 …]
 
 | 
| D | compr.c | 34 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
 
 | 
| D | nodelist.c | 102 				     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
 
 | 
| /Linux-v5.4/net/atm/ | 
| D | addr.c | 51 	struct atm_dev_addr *this, *p;  in atm_reset_addr()  local72 	struct atm_dev_addr *this;  in atm_add_addr()  local
 107 	struct atm_dev_addr *this;  in atm_del_addr()  local
 137 	struct atm_dev_addr *this;  in atm_get_addr()  local
 
 | 
| /Linux-v5.4/drivers/power/reset/ | 
| D | at91-reset.c | 60 static int at91sam9260_restart(struct notifier_block *this, unsigned long mode,  in at91sam9260_restart()87 static int at91sam9g45_restart(struct notifier_block *this, unsigned long mode,  in at91sam9g45_restart()
 131 static int sama5d3_restart(struct notifier_block *this, unsigned long mode,  in sama5d3_restart()
 140 static int samx7_restart(struct notifier_block *this, unsigned long mode,  in samx7_restart()
 
 | 
| /Linux-v5.4/drivers/block/drbd/ | 
| D | drbd_interval.c | 12 	struct drbd_interval *this = rb_entry(node, struct drbd_interval, rb);  in interval_end()  local25 drbd_insert_interval(struct rb_root *root, struct drbd_interval *this)  in drbd_insert_interval()
 95 drbd_remove_interval(struct rb_root *root, struct drbd_interval *this)  in drbd_remove_interval()
 
 | 
| /Linux-v5.4/kernel/irq/ | 
| D | devres.c | 20 	struct irq_devres *this = res;  in devm_irq_release()  local27 	struct irq_devres *this = res, *match = data;  in devm_irq_match()  local
 156 	struct irq_desc_devres *this = res;  in devm_irq_desc_release()  local
 242 	struct irq_generic_chip_devres *this = res;  in devm_irq_remove_generic_chip()  local
 
 | 
| /Linux-v5.4/arch/mips/lasat/ | 
| D | setup.c | 78 static int lasat_panic_display(struct notifier_block *this,  in lasat_panic_display()90 static int lasat_panic_prom_monitor(struct notifier_block *this,  in lasat_panic_prom_monitor()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/core/ | 
| D | mm.c | 50 	struct nvkm_mm_node *this = *pthis;  in nvkm_mm_free()  local114 	struct nvkm_mm_node *prev, *this, *next;  in nvkm_mm_head()  local
 189 	struct nvkm_mm_node *prev, *this, *next;  in nvkm_mm_tail()  local
 
 | 
| /Linux-v5.4/drivers/net/ | 
| D | eql.c | 145 	struct list_head *this, *tmp, *head;  in eql_timer()  local232 	struct list_head *head, *tmp, *this;  in eql_kill_slave_queue()  local
 299 	struct list_head *this, *tmp, *head;  in __eql_schedule_slaves()  local
 364 	struct list_head *this, *head;  in __eql_find_slave_dev()  local
 
 |