Home
last modified time | relevance | path

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

12345678910>>...14

/Linux-v4.19/drivers/net/wireless/
Dwl3501_cs.c187 static inline void wl3501_switch_page(struct wl3501_card *this, u8 page) in wl3501_switch_page()
198 static int wl3501_get_flash_mac_addr(struct wl3501_card *this) in wl3501_get_flash_mac_addr()
245 static void wl3501_set_to_wla(struct wl3501_card *this, u16 dest, void *src, in wl3501_set_to_wla()
267 static void wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest, in wl3501_get_from_wla()
293 static u16 wl3501_get_tx_buffer(struct wl3501_card *this, u16 len) in wl3501_get_tx_buffer()
329 static void wl3501_free_tx_buffer(struct wl3501_card *this, u16 ptr) in wl3501_free_tx_buffer()
347 static int wl3501_esbq_req_test(struct wl3501_card *this) in wl3501_esbq_req_test()
355 static void wl3501_esbq_req(struct wl3501_card *this, u16 *ptr) in wl3501_esbq_req()
366 static int wl3501_esbq_exec(struct wl3501_card *this, void *sig, int sig_size) in wl3501_esbq_exec()
381 static int wl3501_request_mib(struct wl3501_card *this, u8 index, void *bf) in wl3501_request_mib()
[all …]
/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c41 struct gpmi_nand_data *this = nand_get_controller_data(chip); in gpmi_ooblayout_ecc() local
57 struct gpmi_nand_data *this = nand_get_controller_data(chip); in gpmi_ooblayout_free() local
131 struct gpmi_nand_data *this = cookie; in bch_irq() local
156 static inline int get_ecc_strength(struct gpmi_nand_data *this) in get_ecc_strength()
169 static inline bool gpmi_check_ecc(struct gpmi_nand_data *this) in gpmi_check_ecc()
188 static int set_geometry_by_ecc_info(struct gpmi_nand_data *this, in set_geometry_by_ecc_info()
298 static int legacy_set_geometry(struct gpmi_nand_data *this) in legacy_set_geometry()
410 int common_nfc_set_geometry(struct gpmi_nand_data *this) in common_nfc_set_geometry()
430 struct dma_chan *get_dma_chan(struct gpmi_nand_data *this) in get_dma_chan()
437 bool prepare_data_dma(struct gpmi_nand_data *this, const void *buf, int len, in prepare_data_dma()
[all …]
Dgpmi-lib.c107 static int __gpmi_enable_clk(struct gpmi_nand_data *this, bool v) in __gpmi_enable_clk()
134 int gpmi_enable_clk(struct gpmi_nand_data *this) in gpmi_enable_clk()
139 int gpmi_disable_clk(struct gpmi_nand_data *this) in gpmi_disable_clk()
144 int gpmi_init(struct gpmi_nand_data *this) in gpmi_init()
191 void gpmi_dump_info(struct gpmi_nand_data *this) in gpmi_dump_info()
236 int bch_set_geometry(struct gpmi_nand_data *this) in bch_set_geometry()
377 static void gpmi_nfc_compute_timings(struct gpmi_nand_data *this, in gpmi_nfc_compute_timings()
446 void gpmi_nfc_apply_timings(struct gpmi_nand_data *this) in gpmi_nfc_apply_timings()
478 struct gpmi_nand_data *this = nand_get_controller_data(chip); in gpmi_setup_data_interface() local
503 void gpmi_clear_bch(struct gpmi_nand_data *this) in gpmi_clear_bch()
[all …]
/Linux-v4.19/sound/usb/line6/
Dmidibuf.c41 static int midibuf_is_empty(struct midi_buffer *this) in midibuf_is_empty()
46 static int midibuf_is_full(struct midi_buffer *this) in midibuf_is_full()
51 void line6_midibuf_reset(struct midi_buffer *this) in line6_midibuf_reset()
57 int line6_midibuf_init(struct midi_buffer *this, int size, int split) in line6_midibuf_init()
70 int line6_midibuf_bytes_free(struct midi_buffer *this) in line6_midibuf_bytes_free()
79 int line6_midibuf_bytes_used(struct midi_buffer *this) in line6_midibuf_bytes_used()
88 int line6_midibuf_write(struct midi_buffer *this, unsigned char *data, in line6_midibuf_write()
131 int line6_midibuf_read(struct midi_buffer *this, unsigned char *data, in line6_midibuf_read()
236 int line6_midibuf_ignore(struct midi_buffer *this, int length) in line6_midibuf_ignore()
248 void line6_midibuf_destroy(struct midi_buffer *this) in line6_midibuf_destroy()
/Linux-v4.19/drivers/mtd/nand/onenand/
Donenand_base.c227 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address()
244 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address()
304 static unsigned flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block()
323 inline unsigned onenand_block(struct onenand_chip *this, loff_t addr) in onenand_block()
337 static loff_t flexonenand_addr(struct onenand_chip *this, int block) in flexonenand_addr()
355 loff_t onenand_addr(struct onenand_chip *this, int block) in onenand_addr()
403 struct onenand_chip *this = mtd->priv; in onenand_command() local
527 static inline int onenand_read_ecc(struct onenand_chip *this) in onenand_read_ecc()
558 struct onenand_chip * this = mtd->priv; in onenand_wait() local
638 struct onenand_chip *this = data; in onenand_interrupt() local
[all …]
Donenand_bbt.c58 struct onenand_chip *this = mtd->priv; in create_bbt() local
133 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
234 struct onenand_chip *this = mtd->priv; in onenand_default_bbt() local
Dsamsung.c221 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_readw() local
271 struct onenand_chip *this = onenand->mtd->priv; in s3c_onenand_writew() local
382 struct onenand_chip *this = mtd->priv; in s3c_onenand_command() local
479 struct onenand_chip *this = mtd->priv; in s3c_get_bufferram() local
621 struct onenand_chip *this = mtd->priv; in s5pc110_read_bufferram() local
731 struct onenand_chip *this = mtd->priv; in s3c_onenand_check_lock_status() local
752 struct onenand_chip *this = mtd->priv; in s3c_onenand_do_lock_cmd() local
777 struct onenand_chip *this = mtd->priv; in s3c_unlock_all() local
806 struct onenand_chip *this = mtd->priv; in s3c_onenand_setup() local
840 struct onenand_chip *this; in s3c_onenand_probe() local
[all …]
/Linux-v4.19/net/caif/
Dcffrml.c37 struct cffrml *this = kzalloc(sizeof(struct cffrml), GFP_ATOMIC); in cffrml_create() local
59 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-v4.19/drivers/mtd/nand/raw/
Ddiskonchip.c295 struct nand_chip *this = mtd_to_nand(mtd); in doc2000_write_byte() local
307 struct nand_chip *this = mtd_to_nand(mtd); in doc2000_read_byte() local
322 struct nand_chip *this = mtd_to_nand(mtd); in doc2000_writebuf() local
339 struct nand_chip *this = mtd_to_nand(mtd); in doc2000_readbuf() local
354 struct nand_chip *this = mtd_to_nand(mtd); in doc2000_readbuf_dword() local
375 struct nand_chip *this = mtd_to_nand(mtd); in doc200x_ident_chip() local
421 struct nand_chip *this = mtd_to_nand(mtd); in doc2000_count_chips() local
441 static int doc200x_wait(struct mtd_info *mtd, struct nand_chip *this) in doc200x_wait()
457 struct nand_chip *this = mtd_to_nand(mtd); in doc2001_write_byte() local
468 struct nand_chip *this = mtd_to_nand(mtd); in doc2001_read_byte() local
[all …]
Dau1550nd.c38 struct nand_chip *this = mtd_to_nand(mtd); in au_read_byte() local
53 struct nand_chip *this = mtd_to_nand(mtd); in au_write_byte() local
66 struct nand_chip *this = mtd_to_nand(mtd); in au_read_byte16() local
81 struct nand_chip *this = mtd_to_nand(mtd); in au_write_byte16() local
94 struct nand_chip *this = mtd_to_nand(mtd); in au_read_word() local
111 struct nand_chip *this = mtd_to_nand(mtd); in au_write_buf() local
130 struct nand_chip *this = mtd_to_nand(mtd); in au_read_buf() local
149 struct nand_chip *this = mtd_to_nand(mtd); in au_write_buf16() local
171 struct nand_chip *this = mtd_to_nand(mtd); in au_read_buf16() local
196 struct nand_chip *this = mtd_to_nand(mtd); in au1550_hwcontrol() local
[all …]
Dcs553x_nand.c98 struct nand_chip *this = mtd_to_nand(mtd); in cs553x_read_buf() local
110 struct nand_chip *this = mtd_to_nand(mtd); in cs553x_write_buf() local
122 struct nand_chip *this = mtd_to_nand(mtd); in cs553x_read_byte() local
128 struct nand_chip *this = mtd_to_nand(mtd); in cs553x_write_byte() local
141 struct nand_chip *this = mtd_to_nand(mtd); in cs553x_hwcontrol() local
153 struct nand_chip *this = mtd_to_nand(mtd); in cs553x_device_ready() local
162 struct nand_chip *this = mtd_to_nand(mtd); in cs_enable_hwecc() local
171 struct nand_chip *this = mtd_to_nand(mtd); in cs_calculate_ecc() local
187 struct nand_chip *this; in cs553x_init_one() local
329 struct nand_chip *this; in cs553x_cleanup() local
Dnand_bbt.c175 struct nand_chip *this = mtd_to_nand(mtd); in read_bbt() local
266 struct nand_chip *this = mtd_to_nand(mtd); in read_abs_bbt() local
391 struct nand_chip *this = mtd_to_nand(mtd); in read_abs_bbts() local
457 struct nand_chip *this = mtd_to_nand(mtd); in create_bbt() local
526 struct nand_chip *this = mtd_to_nand(mtd); in search_bbt() local
620 static int get_bbt_block(struct nand_chip *this, struct nand_bbt_descr *td, in get_bbt_block()
682 static void mark_bbt_block_bad(struct nand_chip *this, in mark_bbt_block_bad()
715 struct nand_chip *this = mtd_to_nand(mtd); in write_bbt() local
898 struct nand_chip *this = mtd_to_nand(mtd); in nand_memory_bbt() local
917 struct nand_chip *this = mtd_to_nand(mtd); in check_create() local
[all …]
Dcmx270_nand.c54 struct nand_chip *this = mtd_to_nand(mtd); in cmx270_read_byte() local
62 struct nand_chip *this = mtd_to_nand(mtd); in cmx270_write_buf() local
71 struct nand_chip *this = mtd_to_nand(mtd); in cmx270_read_buf() local
95 struct nand_chip *this = mtd_to_nand(mtd); in cmx270_hwcontrol() local
138 struct nand_chip *this; in cmx270_init() local
Dams-delta.c68 struct nand_chip *this = mtd_to_nand(mtd); in ams_delta_write_byte() local
81 struct nand_chip *this = mtd_to_nand(mtd); in ams_delta_read_byte() local
178 struct nand_chip *this; in ams_delta_init() local
/Linux-v4.19/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-v4.19/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-v4.19/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
/Linux-v4.19/net/atm/
Daddr.c51 struct atm_dev_addr *this, *p; in atm_reset_addr() local
72 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-v4.19/drivers/power/reset/
Dat91-reset.c57 static int at91sam9260_restart(struct notifier_block *this, unsigned long mode, in at91sam9260_restart()
84 static int at91sam9g45_restart(struct notifier_block *this, unsigned long mode, in at91sam9g45_restart()
128 static int sama5d3_restart(struct notifier_block *this, unsigned long mode, in sama5d3_restart()
137 static int samx7_restart(struct notifier_block *this, unsigned long mode, in samx7_restart()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_interval.c12 struct drbd_interval *this = rb_entry(node, struct drbd_interval, rb); in interval_end() local
48 drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) in drbd_insert_interval()
118 drbd_remove_interval(struct rb_root *root, struct drbd_interval *this) in drbd_remove_interval()
/Linux-v4.19/arch/mips/lasat/
Dsetup.c90 static int lasat_panic_display(struct notifier_block *this, in lasat_panic_display()
102 static int lasat_panic_prom_monitor(struct notifier_block *this, in lasat_panic_prom_monitor()
/Linux-v4.19/kernel/irq/
Ddevres.c20 struct irq_devres *this = res; in devm_irq_release() local
27 struct irq_devres *this = res, *match = data; in devm_irq_match() local
158 struct irq_desc_devres *this = res; in devm_irq_desc_release() local
245 struct irq_generic_chip_devres *this = res; in devm_irq_remove_generic_chip() local
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/core/
Dmm.c50 struct nvkm_mm_node *this = *pthis; in nvkm_mm_free() local
114 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

12345678910>>...14