Home
last modified time | relevance | path

Searched refs:tifm_adapter (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Dtifm.h114 struct tifm_adapter { struct
126 void (*eject)(struct tifm_adapter *fm, argument
128 int (*has_ms_pif)(struct tifm_adapter *fm, argument
134 struct tifm_adapter *tifm_alloc_adapter(unsigned int num_sockets, argument
136 int tifm_add_adapter(struct tifm_adapter *fm);
137 void tifm_remove_adapter(struct tifm_adapter *fm);
138 void tifm_free_adapter(struct tifm_adapter *fm);
141 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id,
/linux-3.4.99/drivers/misc/
Dtifm_core.c167 struct tifm_adapter *fm = container_of(dev, struct tifm_adapter, dev); in tifm_free()
177 struct tifm_adapter *tifm_alloc_adapter(unsigned int num_sockets, in tifm_alloc_adapter()
180 struct tifm_adapter *fm; in tifm_alloc_adapter()
182 fm = kzalloc(sizeof(struct tifm_adapter) in tifm_alloc_adapter()
195 int tifm_add_adapter(struct tifm_adapter *fm) in tifm_add_adapter()
220 void tifm_remove_adapter(struct tifm_adapter *fm) in tifm_remove_adapter()
237 void tifm_free_adapter(struct tifm_adapter *fm) in tifm_free_adapter()
250 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id, in tifm_alloc_device()
283 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); in tifm_eject()
290 struct tifm_adapter *fm = dev_get_drvdata(sock->dev.parent); in tifm_has_ms_pif()
Dtifm_7xx1.c25 static void tifm_7xx1_dummy_eject(struct tifm_adapter *fm, in tifm_7xx1_dummy_eject()
30 static void tifm_7xx1_eject(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_eject()
42 struct tifm_adapter *fm = dev_id; in tifm_7xx1_isr()
141 struct tifm_adapter *fm = container_of(work, struct tifm_adapter, in tifm_7xx1_switch_media()
218 struct tifm_adapter *fm = pci_get_drvdata(dev); in tifm_7xx1_suspend()
237 struct tifm_adapter *fm = pci_get_drvdata(dev); in tifm_7xx1_resume()
306 static int tifm_7xx1_dummy_has_ms_pif(struct tifm_adapter *fm, in tifm_7xx1_dummy_has_ms_pif()
312 static int tifm_7xx1_has_ms_pif(struct tifm_adapter *fm, struct tifm_dev *sock) in tifm_7xx1_has_ms_pif()
324 struct tifm_adapter *fm; in tifm_7xx1_probe()
394 struct tifm_adapter *fm = pci_get_drvdata(dev); in tifm_7xx1_remove()