/linux-3.4.99/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_get_mib_value(struct wl3501_card *this, u8 index, in wl3501_get_mib_value() [all …]
|
/linux-3.4.99/drivers/staging/line6/ |
D | midibuf.c | 36 static int midibuf_is_empty(struct MidiBuffer *this) in midibuf_is_empty() 41 static int midibuf_is_full(struct MidiBuffer *this) in midibuf_is_full() 46 void line6_midibuf_reset(struct MidiBuffer *this) in line6_midibuf_reset() 52 int line6_midibuf_init(struct MidiBuffer *this, int size, int split) in line6_midibuf_init() 65 void line6_midibuf_status(struct MidiBuffer *this) in line6_midibuf_status() 72 int line6_midibuf_bytes_free(struct MidiBuffer *this) in line6_midibuf_bytes_free() 81 int line6_midibuf_bytes_used(struct MidiBuffer *this) in line6_midibuf_bytes_used() 90 int line6_midibuf_write(struct MidiBuffer *this, unsigned char *data, in line6_midibuf_write() 133 int line6_midibuf_read(struct MidiBuffer *this, unsigned char *data, int length) in line6_midibuf_read() 237 int line6_midibuf_ignore(struct MidiBuffer *this, int length) in line6_midibuf_ignore() [all …]
|
/linux-3.4.99/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-nand.c | 47 struct gpmi_nand_data *this = cookie; in bch_irq() local 72 static inline int get_ecc_strength(struct gpmi_nand_data *this) in get_ecc_strength() 85 int common_nfc_set_geometry(struct gpmi_nand_data *this) in common_nfc_set_geometry() 190 struct dma_chan *get_dma_chan(struct gpmi_nand_data *this) in get_dma_chan() 198 void prepare_data_dma(struct gpmi_nand_data *this, enum dma_data_direction dr) in prepare_data_dma() 227 struct gpmi_nand_data *this = param; in dma_irq_callback() local 258 int start_dma_without_bch_irq(struct gpmi_nand_data *this, in start_dma_without_bch_irq() 288 int start_dma_with_bch_irq(struct gpmi_nand_data *this, in start_dma_with_bch_irq() 311 acquire_register_block(struct gpmi_nand_data *this, const char *res_name) in acquire_register_block() 340 static void release_register_block(struct gpmi_nand_data *this) in release_register_block() [all …]
|
D | gpmi-lib.c | 126 int gpmi_init(struct gpmi_nand_data *this) in gpmi_init() 167 void gpmi_dump_info(struct gpmi_nand_data *this) in gpmi_dump_info() 196 int bch_set_geometry(struct gpmi_nand_data *this) in bch_set_geometry() 268 static int gpmi_nfc_compute_hardware_timing(struct gpmi_nand_data *this, in gpmi_nfc_compute_hardware_timing() 714 void gpmi_begin(struct gpmi_nand_data *this) in gpmi_begin() 792 void gpmi_end(struct gpmi_nand_data *this) in gpmi_end() 799 void gpmi_clear_bch(struct gpmi_nand_data *this) in gpmi_clear_bch() 806 int gpmi_is_ready(struct gpmi_nand_data *this, unsigned chip) in gpmi_is_ready() 823 static inline void set_dma_type(struct gpmi_nand_data *this, in set_dma_type() 830 int gpmi_send_command(struct gpmi_nand_data *this) in gpmi_send_command() [all …]
|
/linux-3.4.99/net/caif/ |
D | cffrml.c | 37 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-3.4.99/drivers/mtd/onenand/ |
D | onenand_base.c | 197 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address() 214 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address() 274 static unsigned flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block() 293 inline unsigned onenand_block(struct onenand_chip *this, loff_t addr) in onenand_block() 307 static loff_t flexonenand_addr(struct onenand_chip *this, int block) in flexonenand_addr() 325 loff_t onenand_addr(struct onenand_chip *this, int block) in onenand_addr() 373 struct onenand_chip *this = mtd->priv; in onenand_command() local 497 static inline int onenand_read_ecc(struct onenand_chip *this) in onenand_read_ecc() 528 struct onenand_chip * this = mtd->priv; in onenand_wait() local 608 struct onenand_chip *this = data; in onenand_interrupt() local [all …]
|
D | onenand_sim.c | 71 #define ONENAND_CORE_SPARE(flash, this, offset) \ argument 74 #define ONENAND_MAIN_AREA(this, offset) \ argument 77 #define ONENAND_SPARE_AREA(this, offset) \ argument 80 #define ONENAND_GET_WP_STATUS(this) \ argument 83 #define ONENAND_SET_WP_STATUS(v, this) \ argument 130 static void onenand_lock_handle(struct onenand_chip *this, int cmd) in onenand_lock_handle() 173 static void onenand_bootram_handle(struct onenand_chip *this, int cmd) in onenand_bootram_handle() 195 static void onenand_update_interrupt(struct onenand_chip *this, int cmd) in onenand_update_interrupt() 260 static void onenand_data_handle(struct onenand_chip *this, int cmd, in onenand_data_handle() 370 static void onenand_command_handle(struct onenand_chip *this, int cmd) in onenand_command_handle() [all …]
|
D | onenand_bbt.c | 59 struct onenand_chip *this = mtd->priv; in create_bbt() local 134 struct onenand_chip *this = mtd->priv; in onenand_memory_bbt() local 148 struct onenand_chip *this = mtd->priv; in onenand_isbad_bbt() local 185 struct onenand_chip *this = mtd->priv; in onenand_scan_bbt() local 236 struct onenand_chip *this = mtd->priv; in onenand_default_bbt() local
|
/linux-3.4.99/drivers/mtd/nand/ |
D | au1550nd.c | 43 struct nand_chip *this = mtd->priv; in au_read_byte() local 58 struct nand_chip *this = mtd->priv; in au_write_byte() local 71 struct nand_chip *this = mtd->priv; in au_read_byte16() local 86 struct nand_chip *this = mtd->priv; in au_write_byte16() local 99 struct nand_chip *this = mtd->priv; in au_read_word() local 116 struct nand_chip *this = mtd->priv; in au_write_buf() local 135 struct nand_chip *this = mtd->priv; in au_read_buf() local 154 struct nand_chip *this = mtd->priv; in au_verify_buf() local 176 struct nand_chip *this = mtd->priv; in au_write_buf16() local 198 struct nand_chip *this = mtd->priv; in au_read_buf16() local [all …]
|
D | diskonchip.c | 301 struct nand_chip *this = mtd->priv; in doc2000_write_byte() local 313 struct nand_chip *this = mtd->priv; in doc2000_read_byte() local 328 struct nand_chip *this = mtd->priv; in doc2000_writebuf() local 345 struct nand_chip *this = mtd->priv; in doc2000_readbuf() local 360 struct nand_chip *this = mtd->priv; in doc2000_readbuf_dword() local 381 struct nand_chip *this = mtd->priv; in doc2000_verifybuf() local 394 struct nand_chip *this = mtd->priv; in doc200x_ident_chip() local 440 struct nand_chip *this = mtd->priv; in doc2000_count_chips() local 460 static int doc200x_wait(struct mtd_info *mtd, struct nand_chip *this) in doc200x_wait() 476 struct nand_chip *this = mtd->priv; in doc2001_write_byte() local [all …]
|
D | cmx270_nand.c | 56 struct nand_chip *this = mtd->priv; in cmx270_read_byte() local 64 struct nand_chip *this = mtd->priv; in cmx270_write_buf() local 73 struct nand_chip *this = mtd->priv; in cmx270_read_buf() local 82 struct nand_chip *this = mtd->priv; in cmx270_verify_buf() local 109 struct nand_chip* this = mtd->priv; in cmx270_hwcontrol() local 152 struct nand_chip *this; in cmx270_init() local
|
D | cs553x_nand.c | 100 struct nand_chip *this = mtd->priv; in cs553x_read_buf() local 112 struct nand_chip *this = mtd->priv; in cs553x_write_buf() local 124 struct nand_chip *this = mtd->priv; in cs553x_read_byte() local 130 struct nand_chip *this = mtd->priv; in cs553x_write_byte() local 143 struct nand_chip *this = mtd->priv; in cs553x_hwcontrol() local 155 struct nand_chip *this = mtd->priv; in cs553x_device_ready() local 164 struct nand_chip *this = mtd->priv; in cs_enable_hwecc() local 173 struct nand_chip *this = mtd->priv; in cs_calculate_ecc() local 189 struct nand_chip *this; in cs553x_init_one() local 334 struct nand_chip *this; in cs553x_cleanup() local
|
D | nand_bbt.c | 181 struct nand_chip *this = mtd->priv; in read_bbt() local 267 struct nand_chip *this = mtd->priv; in read_abs_bbt() local 379 struct nand_chip *this = mtd->priv; in read_abs_bbts() local 465 struct nand_chip *this = mtd->priv; in create_bbt() local 557 struct nand_chip *this = mtd->priv; in search_bbt() local 656 struct nand_chip *this = mtd->priv; in write_bbt() local 866 struct nand_chip *this = mtd->priv; in nand_memory_bbt() local 886 struct nand_chip *this = mtd->priv; in check_create() local 1010 struct nand_chip *this = mtd->priv; in mark_bbt_region() local 1071 struct nand_chip *this = mtd->priv; in verify_bbt_descr() local [all …]
|
D | gpio.c | 91 struct nand_chip *this = mtd->priv; in gpio_nand_writebuf() local 98 struct nand_chip *this = mtd->priv; in gpio_nand_readbuf() local 105 struct nand_chip *this = mtd->priv; in gpio_nand_verifybuf() local 123 struct nand_chip *this = mtd->priv; in gpio_nand_writebuf16() local 138 struct nand_chip *this = mtd->priv; in gpio_nand_readbuf16() local 154 struct nand_chip *this = mtd->priv; in gpio_nand_verifybuf16() local 320 struct nand_chip *this; in gpio_nand_probe() local
|
D | h1910.c | 83 struct nand_chip *this; in h1910_init() local 152 struct nand_chip *this = (struct nand_chip *)&h1910_nand_mtd[1]; in h1910_cleanup() local
|
D | ams-delta.c | 64 struct nand_chip *this = mtd->priv; in ams_delta_write_byte() local 77 struct nand_chip *this = mtd->priv; in ams_delta_read_byte() local 186 struct nand_chip *this; in ams_delta_init() local
|
/linux-3.4.99/drivers/s390/net/ |
D | fsm.c | 20 fsm_instance *this; in init_fsm() local 72 kfree_fsm(fsm_instance *this) in kfree_fsm() 132 fsm_expire_timer(fsm_timer *this) in fsm_expire_timer() 142 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() 185 fsm_modtimer(fsm_timer *this, int millisec, int event, void *arg) in fsm_modtimer()
|
/linux-3.4.99/include/linux/mtd/ |
D | onenand.h | 157 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument 158 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument 159 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument 160 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument 161 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument 162 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument 164 #define FLEXONENAND(this) \ argument 166 #define ONENAND_GET_SYS_CFG1(this) \ argument 168 #define ONENAND_SET_SYS_CFG1(v, this) \ argument 171 #define ONENAND_IS_DDP(this) \ argument [all …]
|
/linux-3.4.99/fs/jffs2/ |
D | debug.c | 501 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 …]
|
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
|
/linux-3.4.99/drivers/mtd/devices/ |
D | doc2001.c | 232 static void DoC_ScanChips(struct DiskOnChip *this) in DoC_ScanChips() 319 struct DiskOnChip *this = mtd->priv; in DoCMil_init() local 383 struct DiskOnChip *this = mtd->priv; in doc_read() local 490 struct DiskOnChip *this = mtd->priv; in doc_write() local 612 struct DiskOnChip *this = mtd->priv; in doc_read_oob() local 670 struct DiskOnChip *this = mtd->priv; in doc_write_oob() local 743 struct DiskOnChip *this = mtd->priv; in doc_erase() local 806 struct DiskOnChip *this; in cleanup_doc2001() local
|
D | doc2000.c | 418 static void DoC_ScanChips(struct DiskOnChip *this, int maxchips) in DoC_ScanChips() 510 struct DiskOnChip *this = mtd->priv; in DoC2k_init() local 598 struct DiskOnChip *this = mtd->priv; in doc_read() local 736 struct DiskOnChip *this = mtd->priv; in doc_write() local 904 struct DiskOnChip *this = mtd->priv; in doc_read_oob() local 968 struct DiskOnChip *this = mtd->priv; in doc_write_oob_nolock() local 1071 struct DiskOnChip *this = mtd->priv; in doc_write_oob() local 1086 struct DiskOnChip *this = mtd->priv; in doc_erase() local 1159 struct DiskOnChip *this; in cleanup_doc2000() local
|
D | doc2001plus.c | 181 struct DiskOnChip *this = mtd->priv; in DoC_GetDataOffset() local 340 static void DoC_ScanChips(struct DiskOnChip *this) in DoC_ScanChips() 442 struct DiskOnChip *this = mtd->priv; in DoCMilPlus_init() local 581 struct DiskOnChip *this = mtd->priv; in doc_read() local 696 struct DiskOnChip *this = mtd->priv; in doc_write() local 813 struct DiskOnChip *this = mtd->priv; in doc_read_oob() local 897 struct DiskOnChip *this = mtd->priv; in doc_write_oob() local 1003 struct DiskOnChip *this = mtd->priv; in doc_erase() local 1070 struct DiskOnChip *this; in cleanup_doc2001plus() local
|
/linux-3.4.99/net/atm/ |
D | addr.c | 50 struct atm_dev_addr *this, *p; in atm_reset_addr() local 71 struct atm_dev_addr *this; in atm_add_addr() local 106 struct atm_dev_addr *this; in atm_del_addr() local 136 struct atm_dev_addr *this; in atm_get_addr() local
|
/linux-3.4.99/drivers/staging/tidspbridge/pmgr/ |
D | dbll.c | 854 static int dbll_read_buffer(struct dynamic_loader_stream *this, void *buffer, in dbll_read_buffer() 873 static int dbll_set_file_posn(struct dynamic_loader_stream *this, in dbll_set_file_posn() 894 static struct dynload_symbol *dbll_find_symbol(struct dynamic_loader_sym *this, in dbll_find_symbol() 936 static struct dynload_symbol *find_in_symbol_table(struct dynamic_loader_sym in find_in_symbol_table() 955 static struct dynload_symbol *dbll_add_to_symbol_table(struct dynamic_loader_sym in dbll_add_to_symbol_table() 1009 static void dbll_purge_symbol_table(struct dynamic_loader_sym *this, in dbll_purge_symbol_table() 1022 static void *allocate(struct dynamic_loader_sym *this, unsigned memsize) in allocate() 1038 static void deallocate(struct dynamic_loader_sym *this, void *mem_ptr) in deallocate() 1051 static void dbll_err_report(struct dynamic_loader_sym *this, const char *errstr, in dbll_err_report() 1068 static int dbll_rmm_alloc(struct dynamic_loader_allocate *this, in dbll_rmm_alloc() [all …]
|