Searched refs:this (Results 1 - 25 of 371) sorted by relevance

1234567891011>>

/drivers/staging/line6/
H A Dmidibuf.c29 the "Song Position Pointer", but this is used by Line6
41 static int midibuf_is_empty(struct midi_buffer *this) argument
43 return (this->pos_read == this->pos_write) && !this->full;
46 static int midibuf_is_full(struct midi_buffer *this) argument
48 return this->full;
51 void line6_midibuf_reset(struct midi_buffer *this) argument
53 this->pos_read = this
57 line6_midibuf_init(struct midi_buffer *this, int size, int split) argument
70 line6_midibuf_status(struct midi_buffer *this) argument
77 line6_midibuf_bytes_free(struct midi_buffer *this) argument
86 line6_midibuf_bytes_used(struct midi_buffer *this) argument
95 line6_midibuf_write(struct midi_buffer *this, unsigned char *data, int length) argument
138 line6_midibuf_read(struct midi_buffer *this, unsigned char *data, int length) argument
243 line6_midibuf_ignore(struct midi_buffer *this, int length) argument
255 line6_midibuf_skip_message(struct midi_buffer *this, unsigned short mask) argument
266 line6_midibuf_destroy(struct midi_buffer *this) argument
[all...]
/drivers/net/wireless/
H A Dwl3501_cs.c187 static inline void wl3501_switch_page(struct wl3501_card *this, u8 page) argument
189 wl3501_outb(page, this->base_addr + WL3501_NIC_BSS);
198 static int wl3501_get_flash_mac_addr(struct wl3501_card *this) argument
200 int base_addr = this->base_addr;
209 this->mac_addr[0] = inb(base_addr + WL3501_NIC_IODPA);
211 this->mac_addr[1] = inb(base_addr + WL3501_NIC_IODPA);
213 this->mac_addr[2] = inb(base_addr + WL3501_NIC_IODPA);
215 this->mac_addr[3] = inb(base_addr + WL3501_NIC_IODPA);
217 this->mac_addr[4] = inb(base_addr + WL3501_NIC_IODPA);
219 this
245 wl3501_set_to_wla(struct wl3501_card *this, u16 dest, void *src, int size) argument
267 wl3501_get_from_wla(struct wl3501_card *this, u16 src, void *dest, int size) argument
293 wl3501_get_tx_buffer(struct wl3501_card *this, u16 len) argument
329 wl3501_free_tx_buffer(struct wl3501_card *this, u16 ptr) argument
347 wl3501_esbq_req_test(struct wl3501_card *this) argument
355 wl3501_esbq_req(struct wl3501_card *this, u16 *ptr) argument
366 wl3501_esbq_exec(struct wl3501_card *this, void *sig, int sig_size) argument
381 wl3501_get_mib_value(struct wl3501_card *this, u8 index, void *bf, int size) argument
412 wl3501_pwr_mgmt(struct wl3501_card *this, int suspend) argument
454 wl3501_send_pkt(struct wl3501_card *this, u8 *data, u16 len) argument
539 wl3501_mgmt_resync(struct wl3501_card *this) argument
548 wl3501_fw_bss_type(struct wl3501_card *this) argument
554 wl3501_fw_cap_info(struct wl3501_card *this) argument
560 wl3501_mgmt_scan(struct wl3501_card *this, u16 chan_time) argument
575 wl3501_mgmt_join(struct wl3501_card *this, u16 stas) argument
593 wl3501_mgmt_start(struct wl3501_card *this) argument
646 wl3501_mgmt_scan_confirm(struct wl3501_card *this, u16 addr) argument
716 wl3501_block_interrupt(struct wl3501_card *this) argument
733 wl3501_unblock_interrupt(struct wl3501_card *this) argument
752 wl3501_receive(struct wl3501_card *this, u8 *bf, u16 size) argument
792 wl3501_esbq_req_free(struct wl3501_card *this) argument
811 wl3501_esbq_confirm(struct wl3501_card *this) argument
821 struct wl3501_card *this = netdev_priv(dev); local
828 wl3501_esbq_confirm_done(struct wl3501_card *this) argument
838 wl3501_mgmt_auth(struct wl3501_card *this) argument
851 wl3501_mgmt_association(struct wl3501_card *this) argument
867 struct wl3501_card *this = netdev_priv(dev); local
913 wl3501_alarm_interrupt(struct net_device *dev, struct wl3501_card *this) argument
923 wl3501_md_confirm_interrupt(struct net_device *dev, struct wl3501_card *this, u16 addr) argument
936 wl3501_md_ind_interrupt(struct net_device *dev, struct wl3501_card *this, u16 addr) argument
981 wl3501_get_confirm_interrupt(struct wl3501_card *this, u16 addr, void *sig, int size) argument
990 wl3501_start_confirm_interrupt(struct net_device *dev, struct wl3501_card *this, u16 addr) argument
1005 struct wl3501_card *this = netdev_priv(dev); local
1015 wl3501_auth_confirm_interrupt(struct wl3501_card *this, u16 addr) argument
1034 struct wl3501_card *this = netdev_priv(dev); local
1094 wl3501_ack_interrupt(struct wl3501_card *this) argument
1114 struct wl3501_card *this; local
1127 wl3501_reset_board(struct wl3501_card *this) argument
1165 wl3501_init_firmware(struct wl3501_card *this) argument
1216 struct wl3501_card *this = netdev_priv(dev); local
1248 struct wl3501_card *this = netdev_priv(dev); local
1277 struct wl3501_card *this = netdev_priv(dev); local
1304 struct wl3501_card *this = netdev_priv(dev); local
1330 struct wl3501_card *this = netdev_priv(dev); local
1369 struct wl3501_card *this = netdev_priv(dev); local
1440 struct wl3501_card *this = netdev_priv(dev); local
1454 struct wl3501_card *this = netdev_priv(dev); local
1470 struct wl3501_card *this = netdev_priv(dev); local
1481 struct wl3501_card *this = netdev_priv(dev); local
1490 struct wl3501_card *this = netdev_priv(dev); local
1521 struct wl3501_card *this = netdev_priv(dev); local
1540 struct wl3501_card *this = netdev_priv(dev); local
1559 struct wl3501_card *this = netdev_priv(dev); local
1609 struct wl3501_card *this = netdev_priv(dev); local
1626 struct wl3501_card *this = netdev_priv(dev); local
1640 struct wl3501_card *this = netdev_priv(dev); local
1651 struct wl3501_card *this = netdev_priv(dev); local
1676 struct wl3501_card *this = netdev_priv(dev); local
1692 struct wl3501_card *this = netdev_priv(dev); local
1708 struct wl3501_card *this = netdev_priv(dev); local
1730 struct wl3501_card *this = netdev_priv(dev); local
1757 struct wl3501_card *this = netdev_priv(dev); local
1794 struct wl3501_card *this = netdev_priv(dev); local
1854 struct wl3501_card *this; local
1889 struct wl3501_card *this; local
[all...]
/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-nand.c18 * with this program; if not, write to the Free Software Foundation, Inc.,
82 struct gpmi_nand_data *this = cookie; local
84 gpmi_clear_bch(this);
85 complete(&this->bch_done);
107 static inline int get_ecc_strength(struct gpmi_nand_data *this) argument
109 struct bch_geometry *geo = &this->bch_geometry;
110 struct mtd_info *mtd = &this->mtd;
120 static inline bool gpmi_check_ecc(struct gpmi_nand_data *this) argument
122 struct bch_geometry *geo = &this->bch_geometry;
125 if (GPMI_IS_MX23(this) || GPMI_IS_MX2
139 set_geometry_by_ecc_info(struct gpmi_nand_data *this) argument
257 legacy_set_geometry(struct gpmi_nand_data *this) argument
367 common_nfc_set_geometry(struct gpmi_nand_data *this) argument
375 get_dma_chan(struct gpmi_nand_data *this) argument
382 prepare_data_dma(struct gpmi_nand_data *this, enum dma_data_direction dr) argument
414 struct gpmi_nand_data *this = param; local
445 start_dma_without_bch_irq(struct gpmi_nand_data *this, struct dma_async_tx_descriptor *desc) argument
476 start_dma_with_bch_irq(struct gpmi_nand_data *this, struct dma_async_tx_descriptor *desc) argument
499 acquire_register_block(struct gpmi_nand_data *this, const char *res_name) argument
522 acquire_bch_irq(struct gpmi_nand_data *this, irq_handler_t irq_h) argument
542 release_dma_channels(struct gpmi_nand_data *this) argument
552 acquire_dma_channels(struct gpmi_nand_data *this) argument
576 gpmi_get_clks(struct gpmi_nand_data *this) argument
625 acquire_resources(struct gpmi_nand_data *this) argument
656 release_resources(struct gpmi_nand_data *this) argument
661 init_hardware(struct gpmi_nand_data *this) argument
689 read_page_prepare(struct gpmi_nand_data *this, void *destination, unsigned length, void *alt_virt, dma_addr_t alt_phys, unsigned alt_size, void **use_virt, dma_addr_t *use_phys) argument
721 read_page_end(struct gpmi_nand_data *this, void *destination, unsigned length, void *alt_virt, dma_addr_t alt_phys, unsigned alt_size, void *used_virt, dma_addr_t used_phys) argument
730 read_page_swap_end(struct gpmi_nand_data *this, void *destination, unsigned length, void *alt_virt, dma_addr_t alt_phys, unsigned alt_size, void *used_virt, dma_addr_t used_phys) argument
739 send_page_prepare(struct gpmi_nand_data *this, const void *source, unsigned length, void *alt_virt, dma_addr_t alt_phys, unsigned alt_size, const void **use_virt, dma_addr_t *use_phys) argument
774 send_page_end(struct gpmi_nand_data *this, const void *source, unsigned length, void *alt_virt, dma_addr_t alt_phys, unsigned alt_size, const void *used_virt, dma_addr_t used_phys) argument
784 gpmi_free_dma_buffer(struct gpmi_nand_data *this) argument
802 gpmi_alloc_dma_buffer(struct gpmi_nand_data *this) argument
856 struct gpmi_nand_data *this = chip->priv; local
890 struct gpmi_nand_data *this = chip->priv; local
898 struct gpmi_nand_data *this = chip->priv; local
911 struct gpmi_nand_data *this = chip->priv; local
923 struct gpmi_nand_data *this = chip->priv; local
935 struct gpmi_nand_data *this = chip->priv; local
947 block_mark_swapping(struct gpmi_nand_data *this, void *payload, void *auxiliary) argument
993 struct gpmi_nand_data *this = chip->priv; local
1073 struct gpmi_nand_data *this = chip->priv; local
1161 struct gpmi_nand_data *this = chip->priv; local
1305 struct gpmi_nand_data *this = chip->priv; local
1353 struct gpmi_nand_data *this = chip->priv; local
1383 nand_boot_set_geometry(struct gpmi_nand_data *this) argument
1410 mx23_check_transcription_stamp(struct gpmi_nand_data *this) argument
1465 mx23_write_transcription_stamp(struct gpmi_nand_data *this) argument
1545 mx23_boot_init(struct gpmi_nand_data *this) argument
1615 nand_boot_init(struct gpmi_nand_data *this) argument
1625 gpmi_set_geometry(struct gpmi_nand_data *this) argument
1643 gpmi_nand_exit(struct gpmi_nand_data *this) argument
1649 gpmi_init_last(struct gpmi_nand_data *this) argument
1694 gpmi_nand_init(struct gpmi_nand_data *this) argument
1792 struct gpmi_nand_data *this; local
1838 struct gpmi_nand_data *this = platform_get_drvdata(pdev); local
[all...]
H A Dgpmi-lib.c18 * with this program; if not, write to the Free Software Foundation, Inc.,
79 * You will see a DMA timeout in this case. The bug has been fixed
82 * To avoid this bug, just add a new parameter `just_enable` for
127 static int __gpmi_enable_clk(struct gpmi_nand_data *this, bool v) argument
134 clk = this->resources.clock[i];
150 clk_disable_unprepare(this->resources.clock[i - 1]);
157 int gpmi_init(struct gpmi_nand_data *this) argument
159 struct resources *r = &this->resources;
162 ret = gpmi_enable_clk(this);
173 ret = gpmi_reset_block(r->bch_regs, GPMI_IS_MX23(this));
204 gpmi_dump_info(struct gpmi_nand_data *this) argument
249 bch_set_geometry(struct gpmi_nand_data *this) argument
327 gpmi_nfc_compute_hardware_timing(struct gpmi_nand_data *this, struct gpmi_nfc_hardware_timing *hw) argument
858 gpmi_compute_edo_timing(struct gpmi_nand_data *this, struct gpmi_nfc_hardware_timing *hw) argument
918 enable_edo_mode(struct gpmi_nand_data *this, int mode) argument
969 gpmi_extra_init(struct gpmi_nand_data *this) argument
991 gpmi_begin(struct gpmi_nand_data *this) argument
1074 gpmi_end(struct gpmi_nand_data *this) argument
1080 gpmi_clear_bch(struct gpmi_nand_data *this) argument
1087 gpmi_is_ready(struct gpmi_nand_data *this, unsigned chip) argument
1112 set_dma_type(struct gpmi_nand_data *this, enum dma_ops_type type) argument
1119 gpmi_send_command(struct gpmi_nand_data *this) argument
1158 gpmi_send_data(struct gpmi_nand_data *this) argument
1196 gpmi_read_data(struct gpmi_nand_data *this) argument
1230 gpmi_send_page(struct gpmi_nand_data *this, dma_addr_t payload, dma_addr_t auxiliary) argument
1275 gpmi_read_page(struct gpmi_nand_data *this, dma_addr_t payload, dma_addr_t auxiliary) argument
[all...]
/drivers/s390/net/
H A Dfsm.c20 fsm_instance *this; local
24 this = kzalloc(sizeof(fsm_instance), order);
25 if (this == NULL) {
30 strlcpy(this->name, name, sizeof(this->name));
31 init_waitqueue_head(&this->wait_q);
37 kfree_fsm(this);
44 this->f = f;
50 kfree_fsm(this);
62 kfree_fsm(this);
72 kfree_fsm(fsm_instance *this) argument
132 fsm_expire_timer(fsm_timer *this) argument
142 fsm_settimer(fsm_instance *fi, fsm_timer *this) argument
155 fsm_deltimer(fsm_timer *this) argument
165 fsm_addtimer(fsm_timer *this, int millisec, int event, void *arg) argument
185 fsm_modtimer(fsm_timer *this, int millisec, int event, void *arg) argument
[all...]
/drivers/isdn/hardware/eicon/
H A Ddi.c22 along with this program; if not, write to the Free Software
81 ENTITY *this = NULL; local
108 this = entity_ptr(a, e_no);
110 if (!this)
119 DBG_TRC((">A%d Id=0x%x Req=0x%x", ((ISDN_ADAPTER *)a->io)->ANum, this->Id, this->Req))
122 dbug(dprintf("out:Req=%x,Id=%x,Ch=%x", this->Req, this->Id, this->ReqCh));
127 if (!(a->tx_stream[this
364 ENTITY *this; local
566 ENTITY *this; local
[all...]
/drivers/mtd/onenand/
H A Donenand_base.c190 * @param this onenand chip data structure
196 static int onenand_block_address(struct onenand_chip *this, int block) argument
199 if (block & this->density_mask)
200 return ONENAND_DDP_CHIP1 | (block ^ this->density_mask);
207 * @param this onenand chip data structure
213 static int onenand_bufferram_address(struct onenand_chip *this, int block) argument
216 if (block & this->density_mask)
270 * @param this - OneNAND device structure
273 static unsigned flexonenand_block(struct onenand_chip *this, loff_t addr) argument
277 if (ONENAND_IS_DDP(this)
292 onenand_block(struct onenand_chip *this, loff_t addr) argument
306 flexonenand_addr(struct onenand_chip *this, int block) argument
324 onenand_addr(struct onenand_chip *this, int block) argument
372 struct onenand_chip *this = mtd->priv; local
496 onenand_read_ecc(struct onenand_chip *this) argument
527 struct onenand_chip * this = mtd->priv; local
607 struct onenand_chip *this = data; local
625 struct onenand_chip *this = mtd->priv; local
641 struct onenand_chip *this = mtd->priv; local
672 struct onenand_chip *this = mtd->priv; local
707 struct onenand_chip *this = mtd->priv; local
733 struct onenand_chip *this = mtd->priv; local
769 struct onenand_chip *this = mtd->priv; local
809 struct onenand_chip *this = mtd->priv; local
847 struct onenand_chip *this = mtd->priv; local
871 struct onenand_chip *this = mtd->priv; local
914 struct onenand_chip *this = mtd->priv; local
947 struct onenand_chip *this = mtd->priv; local
968 struct onenand_chip *this = mtd->priv; local
1005 struct onenand_chip *this = mtd->priv; local
1026 struct onenand_chip *this = mtd->priv; local
1073 struct onenand_chip *this = mtd->priv; local
1113 struct onenand_chip *this = mtd->priv; local
1218 struct onenand_chip *this = mtd->priv; local
1351 struct onenand_chip *this = mtd->priv; local
1457 struct onenand_chip *this = mtd->priv; local
1487 struct onenand_chip *this = mtd->priv; local
1521 struct onenand_chip *this = mtd->priv; local
1574 struct onenand_chip *this = mtd->priv; local
1648 struct onenand_chip *this = mtd->priv; local
1677 struct onenand_chip *this = mtd->priv; local
1718 struct onenand_chip *this = mtd->priv; local
1743 struct onenand_chip *this = mtd->priv; local
1825 struct onenand_chip *this = mtd->priv; local
1866 struct onenand_chip *this = mtd->priv; local
2055 struct onenand_chip *this = mtd->priv; local
2234 struct onenand_chip *this = mtd->priv; local
2245 struct onenand_chip *this = mtd->priv; local
2279 struct onenand_chip *this = mtd->priv; local
2397 struct onenand_chip *this = mtd->priv; local
2468 struct onenand_chip *this = mtd->priv; local
2574 struct onenand_chip *this = mtd->priv; local
2635 struct onenand_chip *this = mtd->priv; local
2746 onenand_check_lock_status(struct onenand_chip *this) argument
2782 struct onenand_chip *this = mtd->priv; local
2831 struct onenand_chip *this = mtd->priv; local
2909 struct onenand_chip *this = mtd->priv; local
3040 struct onenand_chip *this = mtd->priv; local
3077 struct onenand_chip *this = mtd->priv; local
3121 struct onenand_chip *this = mtd->priv; local
3172 struct onenand_chip *this = mtd->priv; local
3328 struct onenand_chip *this = mtd->priv; local
3382 struct onenand_chip *this = mtd->priv; local
3519 struct onenand_chip *this = mtd->priv; local
3560 struct onenand_chip *this = mtd->priv; local
3641 struct onenand_chip *this = mtd->priv; local
3689 struct onenand_chip *this = mtd->priv; local
3781 struct onenand_chip *this = mtd->priv; local
3826 struct onenand_chip *this = mtd->priv; local
3928 struct onenand_chip *this = mtd->priv; local
3950 struct onenand_chip *this = mtd->priv; local
4119 struct onenand_chip *this = mtd->priv; local
[all...]
H A Donenand_bbt.c59 struct onenand_chip *this = mtd->priv; local
60 struct bbm_info *bbm = this->bbm;
80 numblocks = this->chipsize >> (bbm->bbt_erase_shift - 1);
96 from + j * this->writesize + bd->offs, &ops);
103 scanlen, this->writesize, bd)) {
113 if (FLEXONENAND(this)) {
134 struct onenand_chip *this = mtd->priv; local
136 return create_bbt(mtd, this->page_buf, bd, -1);
147 struct onenand_chip *this = mtd->priv; local
148 struct bbm_info *bbm = this
184 struct onenand_chip *this = mtd->priv; local
235 struct onenand_chip *this = mtd->priv; local
[all...]
/drivers/gpu/drm/nouveau/core/core/
H A Dmm.c5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice shall be included in
52 struct nouveau_mm_node *this = *pthis; local
54 if (this) {
55 struct nouveau_mm_node *prev = node(this, prev);
56 struct nouveau_mm_node *next = node(this, next);
59 prev->length += this->length;
60 list_del(&this->nl_entry);
61 kfree(this); this
115 struct nouveau_mm_node *prev, *this, *next; local
188 struct nouveau_mm_node *prev, *this, *next; local
[all...]
/drivers/staging/lustre/include/linux/lnet/linux/
H A Dapi-support.h14 * in the LICENSE file that accompanied this code).
17 * version 2 along with this program; If not, see
39 #error Do not #include this file directly. #include <lnet /api-support.h> instead
/drivers/mtd/nand/
H A Dcmx270_nand.c56 struct nand_chip *this = mtd->priv; local
58 return (readl(this->IO_ADDR_R) >> 16);
64 struct nand_chip *this = mtd->priv; local
67 writel((*buf++ << 16), this->IO_ADDR_W);
73 struct nand_chip *this = mtd->priv; local
76 *buf++ = readl(this->IO_ADDR_R) >> 16;
97 struct nand_chip* this = mtd->priv; local
98 unsigned int nandaddr = (unsigned int)this->IO_ADDR_W;
118 this->IO_ADDR_W = (void __iomem*)nandaddr;
120 writel((dat << 16), this
140 struct nand_chip *this; local
[all...]
H A Dcs553x_nand.c100 struct nand_chip *this = mtd->priv; local
103 memcpy_fromio(buf, this->IO_ADDR_R, 0x800);
107 memcpy_fromio(buf, this->IO_ADDR_R, len);
112 struct nand_chip *this = mtd->priv; local
115 memcpy_toio(this->IO_ADDR_R, buf, 0x800);
119 memcpy_toio(this->IO_ADDR_R, buf, len);
124 struct nand_chip *this = mtd->priv; local
125 return readb(this->IO_ADDR_R);
130 struct nand_chip *this = mtd->priv; local
133 while (i && readb(this
143 struct nand_chip *this = mtd->priv; local
155 struct nand_chip *this = mtd->priv; local
164 struct nand_chip *this = mtd->priv; local
173 struct nand_chip *this = mtd->priv; local
189 struct nand_chip *this; local
328 struct nand_chip *this; local
[all...]
H A Dnand_bbt.c178 struct nand_chip *this = mtd->priv; local
188 from = ((loff_t)page) << this->page_shift;
191 len = min(totlen, (size_t)(1 << this->bbt_erase_shift));
227 this->bbt_erase_shift);
228 bbt_mark_entry(this, offs + act,
235 * move this message to pr_debug.
239 this->bbt_erase_shift);
242 bbt_mark_entry(this, offs + act,
245 bbt_mark_entry(this, offs + act,
269 struct nand_chip *this local
394 struct nand_chip *this = mtd->priv; local
460 struct nand_chip *this = mtd->priv; local
529 struct nand_chip *this = mtd->priv; local
624 struct nand_chip *this = mtd->priv; local
825 struct nand_chip *this = mtd->priv; local
844 struct nand_chip *this = mtd->priv; local
968 struct nand_chip *this = mtd->priv; local
1028 struct nand_chip *this = mtd->priv; local
1080 struct nand_chip *this = mtd->priv; local
1148 struct nand_chip *this = mtd->priv; local
1254 nand_create_badblock_pattern(struct nand_chip *this) argument
1282 struct nand_chip *this = mtd->priv; local
1318 struct nand_chip *this = mtd->priv; local
1333 struct nand_chip *this = mtd->priv; local
1360 struct nand_chip *this = mtd->priv; local
[all...]
H A Dau1550nd.c42 struct nand_chip *this = mtd->priv; local
43 u_char ret = readb(this->IO_ADDR_R);
57 struct nand_chip *this = mtd->priv; local
58 writeb(byte, this->IO_ADDR_W);
70 struct nand_chip *this = mtd->priv; local
71 u_char ret = (u_char) cpu_to_le16(readw(this->IO_ADDR_R));
85 struct nand_chip *this = mtd->priv; local
86 writew(le16_to_cpu((u16) byte), this->IO_ADDR_W);
98 struct nand_chip *this = mtd->priv; local
99 u16 ret = readw(this
115 struct nand_chip *this = mtd->priv; local
134 struct nand_chip *this = mtd->priv; local
153 struct nand_chip *this = mtd->priv; local
175 struct nand_chip *this = mtd->priv; local
201 struct nand_chip *this = mtd->priv; local
271 struct nand_chip *this = mtd->priv; local
407 struct nand_chip *this; local
[all...]
H A Dams-delta.c67 struct nand_chip *this = mtd->priv; local
68 void __iomem *io_base = this->priv;
71 writew(byte, this->IO_ADDR_W);
80 struct nand_chip *this = mtd->priv; local
81 void __iomem *io_base = this->priv;
86 res = readw(this->IO_ADDR_R);
177 struct nand_chip *this; local
197 this = (struct nand_chip *) (&ams_delta_mtd[1]);
201 memset(this, 0, sizeof(struct nand_chip));
204 ams_delta_mtd->priv = this;
[all...]
H A Ddiskonchip.c137 * Fabrice Bellard figured this out in the old docecc code. I added
299 struct nand_chip *this = mtd->priv; local
300 struct doc_priv *doc = this->priv;
311 struct nand_chip *this = mtd->priv; local
312 struct doc_priv *doc = this->priv;
326 struct nand_chip *this = mtd->priv; local
327 struct doc_priv *doc = this->priv;
343 struct nand_chip *this = mtd->priv; local
344 struct doc_priv *doc = this->priv;
358 struct nand_chip *this local
379 struct nand_chip *this = mtd->priv; local
425 struct nand_chip *this = mtd->priv; local
445 doc200x_wait(struct mtd_info *mtd, struct nand_chip *this) argument
461 struct nand_chip *this = mtd->priv; local
472 struct nand_chip *this = mtd->priv; local
486 struct nand_chip *this = mtd->priv; local
499 struct nand_chip *this = mtd->priv; local
516 struct nand_chip *this = mtd->priv; local
531 struct nand_chip *this = mtd->priv; local
549 struct nand_chip *this = mtd->priv; local
580 struct nand_chip *this = mtd->priv; local
607 struct nand_chip *this = mtd->priv; local
638 struct nand_chip *this = mtd->priv; local
661 struct nand_chip *this = mtd->priv; local
767 struct nand_chip *this = mtd->priv; local
807 struct nand_chip *this = mtd->priv; local
826 struct nand_chip *this = mtd->priv; local
846 struct nand_chip *this = mtd->priv; local
907 struct nand_chip *this = mtd->priv; local
1007 struct nand_chip *this = mtd->priv; local
1050 struct nand_chip *this = mtd->priv; local
1152 struct nand_chip *this = mtd->priv; local
1272 struct nand_chip *this = mtd->priv; local
1310 struct nand_chip *this = mtd->priv; local
1366 struct nand_chip *this = mtd->priv; local
1382 struct nand_chip *this = mtd->priv; local
1412 struct nand_chip *this = mtd->priv; local
[all...]
/drivers/net/ethernet/arc/
H A DKconfig9 If you have a network (Ethernet) card belonging to this class, say Y
13 Note that the answer to this question doesn't directly affect the
/drivers/net/ethernet/intel/
H A DKconfig9 If you have a network (Ethernet) card belonging to this class, say Y
13 Note that the answer to this question doesn't directly affect the
43 To compile this driver as a module, choose M here. The module
64 To compile this driver as a module, choose M here. The module
85 To compile this driver as a module, choose M here. The module
109 To compile this driver as a module, choose M here. The module
150 To compile this driver as a module, choose M here. The module
172 To compile this driver as a module, choose M here. The module
192 To compile this driver as a module, choose M here. The module
240 To compile this drive
[all...]
/drivers/net/ethernet/qualcomm/
H A DKconfig9 If you have a network (Ethernet) card belonging to this class, say Y
13 Note that the answer to this question doesn't directly affect the
26 To compile this driver as a module, choose M here. The module
/drivers/net/ethernet/via/
H A DKconfig9 If you have a network (Ethernet) card belonging to this class, say Y
13 Note that the answer to this question doesn't directly affect the
31 To compile this driver as a module, choose M here. The module
39 programmed I/O ports (PIO). Enabling this gives an improvement in
53 To compile this driver as a module, choose M here. The module
/drivers/usb/image/
H A DKconfig9 Say Y here if you want to connect this type of still camera to
15 To compile this driver as a module, choose M here: the
/drivers/block/drbd/
H A Ddrbd_interval.c11 struct drbd_interval *this = rb_entry(node, struct drbd_interval, rb); local
12 return this->end;
18 * The end of an interval is the highest (start + (size >> 9)) value of this
47 drbd_insert_interval(struct rb_root *root, struct drbd_interval *this) argument
50 sector_t this_end = this->sector + (this->size >> 9);
52 BUG_ON(!IS_ALIGNED(this->size, 512));
61 if (this->sector < here->sector)
63 else if (this->sector > here->sector)
65 else if (this < her
117 drbd_remove_interval(struct rb_root *root, struct drbd_interval *this) argument
[all...]
/drivers/gpu/drm/
H A DKconfig50 monitor are unable to provide appropriate EDID data. Since this
67 Choose this if you need the GEM CMA helper functions
77 Choose this if you need the KMS CMA helper functions
87 Choose this option if you have a 3dfx Banshee or Voodoo3 (or later),
95 Choose this option if you have an ATI Rage 128 graphics card. If M
97 this card is strongly suggested (unless you have a PCI version).
115 Choose this option if you have an ATI Radeon graphics card. There
116 are both PCI and AGP versions. You don't need to choose this to
130 Choose this option if you have an Intel I810 graphics card. If M is
132 for this drive
[all...]
/drivers/char/xillybus/
H A Dxillybus_of.c83 struct xilly_mapping *this; local
86 this = kzalloc(sizeof(*this), GFP_KERNEL);
87 if (!this)
93 kfree(this);
97 this->device = ep->dev;
98 this->dma_addr = addr;
99 this->size = size;
100 this->direction = direction;
104 rc = devm_add_action(ep->dev, xilly_of_unmap, this);
[all...]
H A Dxillybus_pcie.c100 struct xilly_mapping *this; local
103 this = kzalloc(sizeof(*this), GFP_KERNEL);
104 if (!this)
112 kfree(this);
116 this->device = ep->pdev;
117 this->dma_addr = addr;
118 this->size = size;
119 this->direction = pci_direction;
123 rc = devm_add_action(ep->dev, xilly_pci_unmap, this);
[all...]

Completed in 449 milliseconds

1234567891011>>