Home
last modified time | relevance | path

Searched refs:tifm_dev (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dtifm.h87 struct tifm_dev { struct
93 void (*card_event)(struct tifm_dev *sock); argument
94 void (*data_event)(struct tifm_dev *sock); argument
101 int (*probe)(struct tifm_dev *dev); argument
102 void (*remove)(struct tifm_dev *dev);
103 int (*suspend)(struct tifm_dev *dev,
123 struct tifm_dev *sock);
125 struct tifm_dev *sock);
127 struct tifm_dev *sockets[];
142 void tifm_eject(struct tifm_dev *sock);
[all …]
/linux-6.3-rc2/drivers/misc/
A Dtifm_core.c43 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_bus_match()
60 const struct tifm_dev *sock = container_of_const(dev, struct tifm_dev, dev); in tifm_uevent()
70 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_probe()
92 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_remove()
110 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_suspend()
121 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_resume()
140 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in type_show()
149 ATTRIBUTE_GROUPS(tifm_dev);
242 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_free_device()
250 struct tifm_dev *sock = NULL; in tifm_alloc_device()
[all …]
A Dtifm_7xx1.c22 struct tifm_dev *sock) in tifm_7xx1_dummy_eject()
26 static void tifm_7xx1_eject(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_eject()
39 struct tifm_dev *sock; in tifm_7xx1_isr()
139 struct tifm_dev *sock; in tifm_7xx1_switch_media()
293 struct tifm_dev *sock) in tifm_7xx1_dummy_has_ms_pif()
298 static int tifm_7xx1_has_ms_pif(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_has_ms_pif()
/linux-6.3-rc2/drivers/memstick/host/
A Dtifm_ms.c68 struct tifm_dev *dev;
85 struct tifm_dev *sock = host->dev; in tifm_ms_read_data()
125 struct tifm_dev *sock = host->dev; in tifm_ms_write_data()
182 struct tifm_dev *sock = host->dev; in tifm_ms_transfer_data()
254 struct tifm_dev *sock = host->dev; in tifm_ms_issue_cmd()
336 struct tifm_dev *sock = host->dev; in tifm_ms_complete_cmd()
459 struct tifm_dev *sock = host->dev; in tifm_ms_req_tasklet()
499 struct tifm_dev *sock = host->dev; in tifm_ms_set_param()
551 static int tifm_ms_probe(struct tifm_dev *sock) in tifm_ms_probe()
591 static void tifm_ms_remove(struct tifm_dev *sock) in tifm_ms_remove()
[all …]
/linux-6.3-rc2/drivers/mmc/host/
A Dtifm_sd.c89 struct tifm_dev *dev;
115 struct tifm_dev *sock = host->dev; in tifm_sd_read_fifo()
141 struct tifm_dev *sock = host->dev; in tifm_sd_write_fifo()
263 struct tifm_dev *sock = host->dev; in tifm_sd_set_dma_data()
368 struct tifm_dev *sock = host->dev; in tifm_sd_exec()
399 struct tifm_dev *sock = host->dev; in tifm_sd_check_status()
587 struct tifm_dev *sock = host->dev; in tifm_sd_set_data_timeout()
615 struct tifm_dev *sock = host->dev; in tifm_sd_request()
729 struct tifm_dev *sock = host->dev; in tifm_sd_end_cmd()
791 struct tifm_dev *sock = host->dev; in tifm_sd_ios()
[all …]

Completed in 10 milliseconds