Searched refs:class_interface (Results 1 – 13 of 13) sorted by relevance
125 struct class_interface;126 int register_mdp_client(struct class_interface *class_intf);
27 extern int scsi_register_interface(struct class_interface *);
469 struct class_interface { struct473 int (*add_dev) (struct device *, struct class_interface *); argument474 void (*remove_dev) (struct device *, struct class_interface *); argument477 extern int __must_check class_interface_register(struct class_interface *);478 extern void class_interface_unregister(struct class_interface *);
630 struct class_interface *class_intf) in msmfb_add_mdp_device()640 struct class_interface *class_intf) in msmfb_remove_mdp_device()649 static struct class_interface msm_fb_interface = {
370 int register_mdp_client(struct class_interface *cint) in register_mdp_client()
589 struct class_interface *intf) in ses_intf_add()784 struct class_interface *intf) in ses_intf_remove()794 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 = {1456 sg_add_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_add_device()1556 sg_remove_device(struct device *cl_dev, struct class_interface *cl_intf) in sg_remove_device()
1187 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()
980 struct class_interface *class_intf; in device_add()1186 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 = {
1203 struct class_interface *class_intf)1213 struct class_interface *class_intf)1222 static struct class_interface pccard_rsrc_interface __refdata = {
1338 struct class_interface *class_intf) in pcmcia_bus_add_socket()1373 struct class_interface *class_intf) in pcmcia_bus_remove_socket()1397 static struct class_interface pcmcia_bus_interface __refdata = {