Home
last modified time | relevance | path

Searched defs:mca_dev (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/drivers/mca/
Dmca-device.c43 unsigned char mca_device_read_stored_pos(struct mca_device *mca_dev, int reg) in mca_device_read_stored_pos()
63 unsigned char mca_device_read_pos(struct mca_device *mca_dev, int reg) in mca_device_read_pos()
88 void mca_device_write_pos(struct mca_device *mca_dev, int reg, in mca_device_write_pos()
110 int mca_device_transform_irq(struct mca_device *mca_dev, int irq) in mca_device_transform_irq()
133 int mca_device_transform_ioport(struct mca_device *mca_dev, int port) in mca_device_transform_ioport()
156 void *mca_device_transform_memory(struct mca_device *mca_dev, void *mem) in mca_device_transform_memory()
172 int mca_device_claimed(struct mca_device *mca_dev) in mca_device_claimed()
183 void mca_device_set_claim(struct mca_device *mca_dev, int val) in mca_device_set_claim()
200 enum MCA_AdapterStatus mca_device_status(struct mca_device *mca_dev) in mca_device_status()
211 void mca_device_set_name(struct mca_device *mca_dev, const char *name) in mca_device_set_name()
Dmca-legacy.c38 struct mca_device *mca_dev; member
47 struct mca_device *mca_dev = to_mca_device(dev); in mca_find_adapter_callback() local
158 struct mca_device *mca_dev; member
164 struct mca_device *mca_dev = to_mca_device(dev); in mca_find_device_by_slot_callback() local
195 struct mca_device *mca_dev = mca_find_device_by_slot(slot); in mca_read_stored_pos() local
218 struct mca_device *mca_dev = mca_find_device_by_slot(slot); in mca_read_pos() local
254 struct mca_device *mca_dev = mca_find_device_by_slot(slot); in mca_write_pos() local
275 struct mca_device *mca_dev = mca_find_device_by_slot(slot); in mca_set_adapter_name() local
297 struct mca_device *mca_dev = mca_find_device_by_slot(slot); in mca_mark_as_used() local
321 struct mca_device *mca_dev = mca_find_device_by_slot(slot); in mca_mark_as_unused() local
Dmca-proc.c35 static int get_mca_info_helper(struct mca_device *mca_dev, char *page, int len) in get_mca_info_helper()
52 struct mca_device *mca_dev; in get_mca_info() local
95 static int mca_default_procfn(char* buf, struct mca_device *mca_dev) in mca_default_procfn()
156 struct mca_device *mca_dev = (struct mca_device *)data; in mca_read_proc() local
184 struct mca_device *mca_dev; in mca_do_proc_init() local
241 struct mca_device *mca_dev = mca_find_device_by_slot(slot); in mca_set_adapter_procfn() local
Dmca-bus.c48 struct mca_device *mca_dev = to_mca_device (dev); in mca_bus_match() local
81 struct mca_device *mca_dev = to_mca_device(dev); in mca_show_pos_id() local
94 struct mca_device *mca_dev = to_mca_device(dev); in mca_show_pos() local
106 int __init mca_register_device(int bus, struct mca_device *mca_dev) in mca_register_device()
/linux-3.4.99/arch/x86/kernel/
Dmca_32.c70 static void mca_configure_adapter_status(struct mca_device *mca_dev) in mca_configure_adapter_status()
169 static unsigned char mca_pc_read_pos(struct mca_device *mca_dev, int reg) in mca_pc_read_pos()
205 static void mca_pc_write_pos(struct mca_device *mca_dev, int reg, in mca_pc_write_pos()
234 static int mca_dummy_transform_irq(struct mca_device *mca_dev, int irq) in mca_dummy_transform_irq()
239 static int mca_dummy_transform_ioport(struct mca_device *mca_dev, int port) in mca_dummy_transform_ioport()
244 static void *mca_dummy_transform_memory(struct mca_device *mca_dev, void *mem) in mca_dummy_transform_memory()
253 struct mca_device *mca_dev; in mca_init() local
420 mca_handle_nmi_device(struct mca_device *mca_dev, int check_flag) in mca_handle_nmi_device()
452 struct mca_device *mca_dev = to_mca_device(dev); in mca_handle_nmi_callback() local
/linux-3.4.99/drivers/net/ethernet/8390/
Dsmc-mca.c207 struct mca_device *mca_dev = to_mca_device(gen_dev); in ultramca_probe() local
532 struct mca_device *mca_dev = to_mca_device(gen_dev); in ultramca_remove() local
/linux-3.4.99/drivers/scsi/
Dsim710.c191 struct mca_device *mca_dev = to_mca_device(dev); in sim710_mca_probe() local
DNCR_D700.c252 struct mca_device *mca_dev = to_mca_device(dev); in NCR_D700_probe() local
DNCR_Q720.c143 struct mca_device *mca_dev = to_mca_device(dev); in NCR_Q720_probe() local
Dibmmca.c1509 struct mca_device *mca_dev = to_mca_device(dev); in ibmmca_probe() local
/linux-3.4.99/include/linux/
Dmca.h119 static inline char *mca_device_get_name(struct mca_device *mca_dev) in mca_device_get_name()