Searched refs:class_interface (Results 1 – 10 of 10) sorted by relevance
27 extern int scsi_register_interface(struct class_interface *);
499 struct class_interface { struct503 int (*add_dev) (struct device *, struct class_interface *); argument504 void (*remove_dev) (struct device *, struct class_interface *); argument507 extern int __must_check class_interface_register(struct class_interface *);508 extern void class_interface_unregister(struct class_interface *);
615 struct class_interface *intf) in ses_intf_add()810 struct class_interface *intf) in ses_intf_remove()820 static struct class_interface ses_interface = {
110 static int sg_add_device(struct device *, struct class_interface *);111 static void sg_remove_device(struct device *, struct class_interface *);117 static struct class_interface sg_interface = {1462 sg_add_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_add_device()1562 sg_remove_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_remove_device()
1225 int scsi_register_interface(struct class_interface *intf) in scsi_register_interface()
440 int class_interface_register(struct class_interface *class_intf) in class_interface_register()466 void class_interface_unregister(struct class_interface *class_intf) in class_interface_unregister()
1029 struct class_interface *class_intf; in device_add()1235 struct class_interface *class_intf; in device_del()
77 struct class_interface *class_intf) in alarmtimer_rtc_add_device()105 static struct class_interface alarmtimer_rtc_interface = {
1201 struct class_interface *class_intf)1211 struct class_interface *class_intf)1220 static struct class_interface pccard_rsrc_interface __refdata = {
1349 struct class_interface *class_intf) in pcmcia_bus_add_socket()1383 struct class_interface *class_intf) in pcmcia_bus_remove_socket()1407 static struct class_interface pcmcia_bus_interface __refdata = {