Searched defs:md (Results 1 - 25 of 29) sorted by relevance

12

/drivers/md/
H A Ddm-sysfs.c25 struct mapped_device *md; local
32 md = dm_get_from_kobject(kobj);
33 if (!md)
36 ret = dm_attr->show(md, page);
37 dm_put(md);
42 static ssize_t dm_attr_name_show(struct mapped_device *md, char *buf) argument
44 if (dm_copy_name_and_uuid(md, buf, NULL))
51 static ssize_t dm_attr_uuid_show(struct mapped_device *md, char *buf) argument
53 if (dm_copy_name_and_uuid(md, NULL, buf))
60 static ssize_t dm_attr_suspended_show(struct mapped_device *md, cha argument
95 dm_sysfs_init(struct mapped_device *md) argument
105 dm_sysfs_exit(struct mapped_device *md) argument
[all...]
H A Ddm-uevent.c44 struct mapped_device *md; member in struct:dm_uevent
57 static struct dm_uevent *dm_uevent_alloc(struct mapped_device *md) argument
66 event->md = md;
71 static struct dm_uevent *dm_build_path_uevent(struct mapped_device *md, argument
80 event = dm_uevent_alloc(md);
101 dm_next_uevent_seq(md))) {
146 if (dm_copy_name_and_uuid(event->md, event->name,
186 struct mapped_device *md = dm_table_get_md(ti->table); local
194 event = dm_build_path_uevent(md, t
[all...]
H A Ddm-ioctl.c35 struct mapped_device *md; member in struct:hash_cell
110 dm_get(hc->md);
124 dm_get(hc->md);
133 struct mapped_device *md; local
136 md = dm_get_md(huge_decode_dev(dev));
137 if (!md)
140 hc = dm_get_mdptr(md);
142 dm_put(md);
153 struct mapped_device *md)
181 hc->md
152 alloc_cell(const char *name, const char *uuid, struct mapped_device *md) argument
199 dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) argument
272 struct mapped_device *md; local
357 struct mapped_device *md; local
623 dm_get_inactive_table(struct mapped_device *md) argument
645 dm_get_live_or_inactive_table(struct mapped_device *md, struct dm_ioctl *param) argument
656 __dev_status(struct mapped_device *md, struct dm_ioctl *param) argument
705 struct mapped_device *md; local
783 struct mapped_device *md = NULL; local
797 struct mapped_device *md; local
850 struct mapped_device *md; local
879 struct mapped_device *md; local
927 struct mapped_device *md; local
957 struct mapped_device *md; local
1034 struct mapped_device *md; local
1119 struct mapped_device *md; local
1218 struct mapped_device *md; local
1296 struct mapped_device *md; local
1364 struct mapped_device *md; local
1390 struct mapped_device *md; local
1417 struct mapped_device *md; local
1758 dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid) argument
[all...]
H A Ddm-raid.c11 #include "md.h"
62 struct mddev md; member in struct:raid_set
124 mddev_init(&rs->md);
128 rs->md.raid_disks = raid_devs;
129 rs->md.level = raid_type->level;
130 rs->md.new_level = rs->md.level;
131 rs->md.dev_sectors = sectors_per_dev;
132 rs->md.layout = raid_type->algorithm;
133 rs->md
[all...]
H A Ddm-table.c43 struct mapped_device *md; member in struct:dm_table
202 unsigned num_targets, struct mapped_device *md)
225 t->md = md;
323 struct mapped_device *md)
336 r = bd_link_disk_holder(bdev, dm_disk(md));
349 static void close_dev(struct dm_dev_internal *d, struct mapped_device *md) argument
354 bd_unlink_disk_holder(d->dm_dev.bdev, dm_disk(md));
383 dm_device_name(ti->table->md), bdevname(bdev, b),
396 dm_device_name(ti->table->md), bdevnam
201 dm_table_create(struct dm_table **result, fmode_t mode, unsigned num_targets, struct mapped_device *md) argument
322 open_dev(struct dm_dev_internal *d, dev_t dev, struct mapped_device *md) argument
433 upgrade_mode(struct dm_dev_internal *dd, fmode_t new_mode, struct mapped_device *md) argument
1089 dm_table_prealloc_integrity(struct dm_table *t, struct mapped_device *md) argument
[all...]
H A Ddm-thin.c599 static struct pool *__pool_table_lookup(struct mapped_device *md) argument
606 if (tmp->pool_md == md) {
H A Ddm.c57 struct mapped_device *md; member in struct:dm_io
81 struct mapped_device *md; member in struct:dm_rq_target_io
115 * Bits for the md->flags field.
338 int dm_deleting_md(struct mapped_device *md) argument
340 return test_bit(DMF_DELETING, &md->flags);
345 struct mapped_device *md; local
349 md = bdev->bd_disk->private_data;
350 if (!md)
353 if (test_bit(DMF_FREEING, &md->flags) ||
354 dm_deleting_md(md)) {
370 struct mapped_device *md = disk->private_data; local
382 dm_open_count(struct mapped_device *md) argument
390 dm_lock_for_deletion(struct mapped_device *md) argument
408 struct mapped_device *md = bdev->bd_disk->private_data; local
416 struct mapped_device *md = bdev->bd_disk->private_data; local
444 alloc_io(struct mapped_device *md) argument
449 free_io(struct mapped_device *md, struct dm_io *io) argument
454 free_tio(struct mapped_device *md, struct dm_target_io *tio) argument
459 alloc_rq_tio(struct mapped_device *md, gfp_t gfp_mask) argument
470 alloc_bio_info(struct mapped_device *md) argument
480 md_in_flight(struct mapped_device *md) argument
488 struct mapped_device *md = io->md; local
503 struct mapped_device *md = io->md; local
530 queue_io(struct mapped_device *md, struct bio *bio) argument
545 dm_get_live_table(struct mapped_device *md) argument
562 dm_get_geometry(struct mapped_device *md, struct hd_geometry *geo) argument
572 dm_set_geometry(struct mapped_device *md, struct hd_geometry *geo) argument
595 __noflush_suspending(struct mapped_device *md) argument
609 struct mapped_device *md = io->md; local
661 struct mapped_device *md = tio->io->md; local
749 rq_completed(struct mapped_device *md, int rw, int run_queue) argument
782 struct mapped_device *md = tio->md; local
820 struct mapped_device *md = tio->md; local
992 struct mapped_device *md; local
1030 struct mapped_device *md; member in struct:clone_info
1300 __split_and_process_bio(struct mapped_device *md, struct bio *bio) argument
1346 struct mapped_device *md = q->queuedata; local
1406 struct mapped_device *md = q->queuedata; local
1432 dm_request_based(struct mapped_device *md) argument
1439 struct mapped_device *md = q->queuedata; local
1464 struct mapped_device *md = info->tio->md; local
1474 struct mapped_device *md = tio->md; local
1509 clone_rq(struct request *rq, struct mapped_device *md, gfp_t gfp_mask) argument
1540 struct mapped_device *md = q->queuedata; local
1563 map_request(struct dm_target *ti, struct request *clone, struct mapped_device *md) argument
1615 struct mapped_device *md = q->queuedata; local
1678 struct mapped_device *md = q->queuedata; local
1694 struct mapped_device *md = congested_data; local
1794 dm_init_md_queue(struct mapped_device *md) argument
1821 struct mapped_device *md = kzalloc(sizeof(*md), GFP_KERNEL); local
1918 free_dev(struct mapped_device *md) argument
1945 __bind_mempools(struct mapped_device *md, struct dm_table *t) argument
1975 struct mapped_device *md = (struct mapped_device *) context; local
1990 __set_size(struct mapped_device *md, sector_t size) argument
2053 __bind(struct mapped_device *md, struct dm_table *t, struct queue_limits *limits) argument
2106 __unbind(struct mapped_device *md) argument
2127 struct mapped_device *md; local
2143 dm_lock_md_type(struct mapped_device *md) argument
2148 dm_unlock_md_type(struct mapped_device *md) argument
2153 dm_set_md_type(struct mapped_device *md, unsigned type) argument
2158 dm_get_md_type(struct mapped_device *md) argument
2163 dm_get_immutable_target_type(struct mapped_device *md) argument
2171 dm_init_request_based_queue(struct mapped_device *md) argument
2197 dm_setup_md_queue(struct mapped_device *md) argument
2210 struct mapped_device *md; local
2235 struct mapped_device *md = dm_find_md(dev); local
2244 dm_get_mdptr(struct mapped_device *md) argument
2249 dm_set_mdptr(struct mapped_device *md, void *ptr) argument
2254 dm_get(struct mapped_device *md) argument
2260 dm_device_name(struct mapped_device *md) argument
2266 __dm_destroy(struct mapped_device *md, bool wait) argument
2302 dm_destroy(struct mapped_device *md) argument
2307 dm_destroy_immediate(struct mapped_device *md) argument
2312 dm_put(struct mapped_device *md) argument
2318 dm_wait_for_completion(struct mapped_device *md, int interruptible) argument
2351 struct mapped_device *md = container_of(work, struct mapped_device, local
2378 dm_queue_flush(struct mapped_device *md) argument
2388 dm_swap_table(struct mapped_device *md, struct dm_table *table) argument
2417 lock_fs(struct mapped_device *md) argument
2435 unlock_fs(struct mapped_device *md) argument
2461 dm_suspend(struct mapped_device *md, unsigned suspend_flags) argument
2565 dm_resume(struct mapped_device *md) argument
2607 dm_kobject_uevent(struct mapped_device *md, enum kobject_action action, unsigned cookie) argument
2623 dm_next_uevent_seq(struct mapped_device *md) argument
2628 dm_get_event_nr(struct mapped_device *md) argument
2633 dm_wait_event(struct mapped_device *md, int event_nr) argument
2639 dm_uevent_add(struct mapped_device *md, struct list_head *elist) argument
2652 dm_disk(struct mapped_device *md) argument
2657 dm_kobject(struct mapped_device *md) argument
2668 struct mapped_device *md; local
2682 dm_suspended_md(struct mapped_device *md) argument
[all...]
/drivers/scsi/
H A Dlibsrp.c189 static int srp_direct_data(struct scsi_cmnd *sc, struct srp_direct_buf *md, argument
202 md->len, scsi_sg_count(sc));
210 len = min(scsi_bufflen(sc), md->len);
212 len = md->len;
214 err = rdma_io(sc, sg, nsg, md, 1, dir, len);
228 struct srp_direct_buf *md = NULL; local
247 md = &id->desc_list[0];
252 md = dma_alloc_coherent(iue->target->dev, id->table_desc.len,
254 if (!md) {
259 sg_init_one(&dummy, md, i
327 struct srp_direct_buf *md; local
369 struct srp_direct_buf *md; local
[all...]
H A Dmesh.c305 volatile struct dbdma_regs __iomem *md = ms->dma; local
310 ms, mr, md);
320 in_le32(&md->status), in_le32(&md->cmdptr));
360 volatile struct dbdma_regs __iomem *md = ms->dma; local
366 out_le32(&md->control, (RUN|PAUSE|FLUSH|WAKE) << 16); /* stop dma */
682 volatile struct dbdma_regs __iomem *md = ms->dma; local
786 out_le32(&md->cmdptr, virt_to_phys(ms->dma_cmds));
787 out_le32(&md->control, (RUN << 16) | RUN);
1320 volatile struct dbdma_regs __iomem *md local
1707 volatile struct dbdma_regs __iomem *md = ms->dma; local
[all...]
/drivers/video/matrox/
H A Dmatroxfb_g450.c141 static int g450_query_ctrl(void* md, struct v4l2_queryctrl *p) { argument
162 static int g450_set_ctrl(void* md, struct v4l2_control *p) { argument
164 struct matrox_fb_info *minfo = md;
216 static int g450_get_ctrl(void* md, struct v4l2_control *p) { argument
218 struct matrox_fb_info *minfo = md;
520 static int matroxfb_g450_compute(void* md, struct my_timming* mt) { argument
521 struct matrox_fb_info *minfo = md;
558 static int matroxfb_g450_program(void* md) { argument
559 struct matrox_fb_info *minfo = md;
567 static int matroxfb_g450_verify_mode(void* md, u_int32_ argument
577 g450_dvi_compute(void* md, struct my_timming* mt) argument
[all...]
H A Dmatroxfb_maven.c134 static int* get_ctrl_ptr(struct maven_data* md, int idx) { argument
135 return (int*)((char*)(md->primary_head) + maven_controls[idx].control);
325 static unsigned char maven_compute_deflicker (const struct maven_data* md) { argument
328 df = (md->version == MGATVO_B?0x40:0x00);
329 switch (md->primary_head->altout.tvo_params.deflicker) {
343 static void maven_compute_bwlevel (const struct maven_data* md, argument
345 const int b = md->primary_head->altout.tvo_params.brightness + BLMIN;
346 const int c = md->primary_head->altout.tvo_params.contrast;
352 static const struct maven_gamma* maven_compute_gamma (const struct maven_data* md) { argument
353 return maven_gamma + md
357 maven_init_TVdata(const struct maven_data* md, struct mavenregs* data) argument
740 maven_compute_timming(struct maven_data* md, struct my_timming* mt, struct mavenregs* m) argument
974 maven_program_timming(struct maven_data* md, const struct mavenregs* m) argument
1012 maven_resync(struct maven_data* md) argument
1018 maven_get_queryctrl(struct maven_data* md, struct v4l2_queryctrl *p) argument
1040 maven_set_control(struct maven_data* md, struct v4l2_control *p) argument
1121 maven_get_control(struct maven_data* md, struct v4l2_control *p) argument
1133 maven_out_compute(void* md, struct my_timming* mt) argument
1141 maven_out_program(void* md) argument
1149 maven_out_start(void* md) argument
1153 maven_out_verify_mode(void* md, u_int32_t arg) argument
1163 maven_out_get_queryctrl(void* md, struct v4l2_queryctrl* p) argument
1167 maven_out_get_ctrl(void* md, struct v4l2_control* p) argument
1171 maven_out_set_ctrl(void* md, struct v4l2_control* p) argument
1187 struct maven_data* md = i2c_get_clientdata(clnt); local
1221 struct maven_data* md = i2c_get_clientdata(clnt); local
[all...]
/drivers/video/
H A Dmodedb.c1073 const struct fb_videomode *m, *m1 = NULL, *md = NULL, *best = NULL; local
1090 md = m;
1097 best = md;
1116 if (md) {
1117 best = md;
/drivers/mtd/nand/
H A Dnand_bbt.c371 * @md: descriptor for the bad block table mirror
377 struct nand_bbt_descr *td, struct nand_bbt_descr *md)
391 if (md && (md->options & NAND_BBT_VERSION)) {
392 scan_read_raw(mtd, buf, (loff_t)md->pages[0] << this->page_shift,
394 md->version[0] = buf[bbt_get_ver_offs(mtd, md)];
396 md->pages[0], md->version[0]);
625 * @md
376 read_abs_bbts(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, struct nand_bbt_descr *md) argument
629 search_read_bbts(struct mtd_info *mtd, uint8_t * buf, struct nand_bbt_descr *td, struct nand_bbt_descr *md) argument
652 write_bbt(struct mtd_info *mtd, uint8_t *buf, struct nand_bbt_descr *td, struct nand_bbt_descr *md, int chipsel) argument
888 struct nand_bbt_descr *md = this->bbt_md; local
1127 struct nand_bbt_descr *md = this->bbt_md; local
1197 struct nand_bbt_descr *md = this->bbt_md; local
[all...]
/drivers/s390/char/
H A Dtape_3590.h97 unsigned int md:8; member in struct:tape_3590_sense::__anon3921::__anon3922
110 unsigned char md[3]; member in struct:tape_3590_sense::__anon3921::__anon3923
/drivers/staging/cxt1e1/
H A Dmusycc.c308 /* Set TX thp to the next unprocessed md */
313 struct mdesc *md; local
319 md = ch->txd_irq_srv;
321 if (!md->data)
327 if ((le32_to_cpu (md->status)) & MUSYCC_TX_OWNED)
340 md = ch->txd_irq_srv;
341 ch->up->regram->thp[ch->gchan] = cpu_to_le32 (OS_vtophys (md));
354 pr_info("++ musycc_update_tx_thp[%d]: setting thp = %p, sts %x\n", ch->channum, md, md->status);
373 struct mdesc *md; local
892 struct mdesc *md; local
1085 struct mdesc *md; local
1755 struct mdesc *md; local
[all...]
H A Dpmcc4_drv.c1244 struct mdesc *md; local
1371 for (i = 0, md = ch->mdr; i < rxnum; i++, md++)
1375 md->snext = &ch->mdr[0];/* wrapness */
1378 md->snext = &ch->mdr[i + 1];
1380 md->next = cpu_to_le32 (OS_vtophys (md->snext));
1389 md->mem_token = m;
1390 md->data = cpu_to_le32 (OS_vtophys (OS_mem_token_data (m)));
1391 md
[all...]
/drivers/video/omap/
H A Dlcd_mipid.c68 static void mipid_transfer(struct mipid_device *md, int cmd, const u8 *wbuf, argument
76 BUG_ON(md->spi == NULL);
117 r = spi_sync(md->spi, &m);
119 dev_dbg(&md->spi->dev, "spi_sync %d\n", r);
125 static inline void mipid_cmd(struct mipid_device *md, int cmd) argument
127 mipid_transfer(md, cmd, NULL, 0, NULL, 0);
130 static inline void mipid_write(struct mipid_device *md, argument
133 mipid_transfer(md, reg, buf, len, NULL, 0);
136 static inline void mipid_read(struct mipid_device *md, argument
139 mipid_transfer(md, re
142 set_data_lines(struct mipid_device *md, int data_lines) argument
160 send_init_string(struct mipid_device *md) argument
168 hw_guard_start(struct mipid_device *md, int guard_msec) argument
174 hw_guard_wait(struct mipid_device *md) argument
184 set_sleep_mode(struct mipid_device *md, int on) argument
206 set_display_state(struct mipid_device *md, int enabled) argument
215 struct mipid_device *md = to_mipid_device(panel); local
233 struct mipid_device *md = to_mipid_device(panel); local
243 struct mipid_device *md = to_mipid_device(panel); local
257 read_first_pixel(struct mipid_device *md) argument
287 struct mipid_device *md = to_mipid_device(panel); local
324 ls041y3_esd_recover(struct mipid_device *md) argument
331 ls041y3_esd_check_mode1(struct mipid_device *md) argument
347 ls041y3_esd_check_mode2(struct mipid_device *md) argument
383 ls041y3_esd_check(struct mipid_device *md) argument
390 mipid_esd_start_check(struct mipid_device *md) argument
397 mipid_esd_stop_check(struct mipid_device *md) argument
405 struct mipid_device *md = container_of(work, struct mipid_device, local
416 struct mipid_device *md = to_mipid_device(panel); local
437 struct mipid_device *md = to_mipid_device(panel); local
459 panel_enabled(struct mipid_device *md) argument
476 struct mipid_device *md = to_mipid_device(panel); local
499 struct mipid_device *md = to_mipid_device(panel); local
531 mipid_detect(struct mipid_device *md) argument
570 struct mipid_device *md; local
595 struct mipid_device *md = dev_get_drvdata(&spi->dev); local
[all...]
/drivers/w1/
H A Dw1.c73 struct w1_master *md = dev_to_w1_master(dev); local
75 dev_dbg(dev, "%s: Releasing %s.\n", __func__, md->name);
76 memset(md, 0, sizeof(struct w1_master) + sizeof(struct w1_bus_master));
77 kfree(md);
222 struct w1_master *md = dev_to_w1_master(dev); local
225 mutex_lock(&md->mutex);
226 count = sprintf(buf, "%s\n", md->name);
227 mutex_unlock(&md->mutex);
237 struct w1_master *md = dev_to_w1_master(dev); local
242 mutex_lock(&md
254 struct w1_master *md = dev_to_w1_master(dev); local
269 struct w1_master *md = dev_to_w1_master(dev); local
286 struct w1_master *md = dev_to_w1_master(dev); local
298 struct w1_master *md = dev_to_w1_master(dev); local
316 struct w1_master *md = dev_to_w1_master(dev); local
327 struct w1_master *md = dev_to_w1_master(dev); local
338 struct w1_master *md = dev_to_w1_master(dev); local
350 struct w1_master *md = dev_to_w1_master(dev); local
442 struct w1_master *md = dev_to_w1_master(dev); local
480 struct w1_master *md = dev_to_w1_master(dev); local
557 struct w1_master *md = NULL; local
[all...]
/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c344 struct srp_direct_buf *md)
351 struct srp_direct_buf *descr = md + i;
343 map_sg_list(struct scsi_cmnd *cmd, int nseg, struct srp_direct_buf *md) argument
H A Dibmvstgt.c223 struct srp_direct_buf *md, int nmd,
240 mlen = min(rest, md[i].len);
247 md[i].va + mdone,
255 md[i].va + mdone);
222 ibmvstgt_rdma(struct scsi_cmnd *sc, struct scatterlist *sg, int nsg, struct srp_direct_buf *md, int nmd, enum dma_data_direction dir, unsigned int rest) argument
H A Dibmvfc.c1304 * @md: memory descriptor list to initialize
1307 struct srp_direct_buf *md)
1313 md[i].va = sg_dma_address(sg);
1314 md[i].len = sg_dma_len(sg);
1315 md[i].key = 0;
1306 ibmvfc_map_sg_list(struct scsi_cmnd *scmd, int nseg, struct srp_direct_buf *md) argument
/drivers/video/omap2/displays/
H A Dpanel-acx565akm.c89 static void acx565akm_transfer(struct acx565akm_device *md, int cmd, argument
96 BUG_ON(md->spi == NULL);
134 r = spi_sync(md->spi, &m);
136 dev_dbg(&md->spi->dev, "spi_sync %d\n", r);
139 static inline void acx565akm_cmd(struct acx565akm_device *md, int cmd) argument
141 acx565akm_transfer(md, cmd, NULL, 0, NULL, 0);
144 static inline void acx565akm_write(struct acx565akm_device *md, argument
147 acx565akm_transfer(md, reg, buf, len, NULL, 0);
150 static inline void acx565akm_read(struct acx565akm_device *md, argument
153 acx565akm_transfer(md, re
156 hw_guard_start(struct acx565akm_device *md, int guard_msec) argument
162 hw_guard_wait(struct acx565akm_device *md) argument
174 set_sleep_mode(struct acx565akm_device *md, int on) argument
191 set_display_state(struct acx565akm_device *md, int enabled) argument
198 panel_enabled(struct acx565akm_device *md) argument
212 panel_detect(struct acx565akm_device *md) argument
253 enable_backlight_ctrl(struct acx565akm_device *md, int enable) argument
270 set_cabc_mode(struct acx565akm_device *md, unsigned mode) argument
284 get_cabc_mode(struct acx565akm_device *md) argument
289 get_hw_cabc_mode(struct acx565akm_device *md) argument
297 acx565akm_set_brightness(struct acx565akm_device *md, int level) argument
310 acx565akm_get_actual_brightness(struct acx565akm_device *md) argument
322 struct acx565akm_device *md = dev_get_drvdata(&dev->dev); local
351 struct acx565akm_device *md = dev_get_drvdata(&dev->dev); local
387 struct acx565akm_device *md = dev_get_drvdata(dev); local
408 struct acx565akm_device *md = dev_get_drvdata(dev); local
441 struct acx565akm_device *md = dev_get_drvdata(dev); local
495 struct acx565akm_device *md = &acx_dev; local
574 struct acx565akm_device *md = &acx_dev; local
586 struct acx565akm_device *md = &acx_dev; local
647 struct acx565akm_device *md = &acx_dev; local
779 struct acx565akm_device *md = &acx_dev; local
795 struct acx565akm_device *md = dev_get_drvdata(&spi->dev); local
[all...]
/drivers/mmc/card/
H A Dblock.c131 struct mmc_blk_data *md; local
134 md = disk->private_data;
135 if (md && md->usage == 0)
136 md = NULL;
137 if (md)
138 md->usage++;
141 return md;
150 static void mmc_blk_put(struct mmc_blk_data *md) argument
153 md
170 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); local
188 struct mmc_blk_data *md, *part_md; local
234 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); local
248 struct mmc_blk_data *md = mmc_blk_get(dev_to_disk(dev)); local
264 struct mmc_blk_data *md = mmc_blk_get(bdev->bd_disk); local
285 struct mmc_blk_data *md = disk->private_data; local
360 struct mmc_blk_data *md; local
515 mmc_blk_part_switch(struct mmc_card *card, struct mmc_blk_data *md) argument
793 mmc_blk_reset(struct mmc_blk_data *md, struct mmc_host *host, int type) argument
821 mmc_blk_reset_success(struct mmc_blk_data *md, int type) argument
828 struct mmc_blk_data *md = mq->data; local
874 struct mmc_blk_data *md = mq->data; local
957 struct mmc_blk_data *md = mq->data; local
1103 struct mmc_blk_data *md = mq->data; local
1249 mmc_blk_cmd_err(struct mmc_blk_data *md, struct mmc_card *card, struct mmc_blk_request *brq, struct request *req, int ret) argument
1280 struct mmc_blk_data *md = mq->data; local
1414 struct mmc_blk_data *md = mq->data; local
1476 struct mmc_blk_data *md; local
1583 struct mmc_blk_data *md; local
1604 mmc_blk_alloc_part(struct mmc_card *card, struct mmc_blk_data *md, unsigned int part_type, sector_t size, bool default_ro, const char *subname, int area_type) argument
1636 mmc_blk_alloc_parts(struct mmc_card *card, struct mmc_blk_data *md) argument
1659 mmc_blk_remove_req(struct mmc_blk_data *md) argument
1682 mmc_blk_remove_parts(struct mmc_card *card, struct mmc_blk_data *md) argument
1696 mmc_add_disk(struct mmc_blk_data *md) argument
1785 struct mmc_blk_data *md, *part_md; local
1830 struct mmc_blk_data *md = mmc_get_drvdata(card); local
1847 struct mmc_blk_data *md = mmc_get_drvdata(card); local
1861 struct mmc_blk_data *md = mmc_get_drvdata(card); local
[all...]
/drivers/net/wireless/
H A Dmac80211_hwsim.c523 struct mac80211_hwsim_addr_match_data *md = data; local
524 if (memcmp(mac, md->addr, ETH_ALEN) == 0)
525 md->ret = true;
532 struct mac80211_hwsim_addr_match_data md; local
537 md.ret = false;
538 md.addr = addr;
541 &md);
543 return md.ret;
/drivers/dma/
H A Dimx-sdma.c192 * @md: burst dma data register
210 u32 md; member in struct:sdma_context_data

Completed in 1717 milliseconds

12