Searched refs:sif (Results 1 – 7 of 7) sorted by relevance
| /drivers/base/ |
| A D | bus.c | 541 if (sif->add_dev) in bus_probe_device() 542 sif->add_dev(dev, sif); in bus_probe_device() 567 if (sif->remove_dev) in bus_remove_device() 568 sif->remove_dev(dev, sif); in bus_remove_device() 1147 if (!sif || !sif->subsys) in subsys_interface_register() 1161 if (sif->add_dev) { in subsys_interface_register() 1164 sif->add_dev(dev, sif); in subsys_interface_register() 1179 if (!sif || !sif->subsys) in subsys_interface_unregister() 1187 list_del_init(&sif->node); in subsys_interface_unregister() 1188 if (sif->remove_dev) { in subsys_interface_unregister() [all …]
|
| /drivers/net/fddi/skfp/ |
| A D | smt.c | 1021 struct smt_sif_config *sif ; in smt_send_sif_config() local 1028 sif = smtod(mb, struct smt_sif_config *) ; in smt_send_sif_config() 1039 sif->smt.smt_tid = tid ; /* transaction ID */ in smt_send_sif_config() 1054 struct smt_sif_operation *sif ; in smt_send_sif_operation() local 1066 struct_size(sif, lem, ports)))) in smt_send_sif_operation() 1068 sif = smtod(mb, typeof(sif)); in smt_send_sif_operation() 1074 smt_fill_user(smc,&sif->user) ; /* set user field */ in smt_send_sif_operation() 1080 smt_fill_lem(smc,sif->lem,PS) ; in smt_send_sif_operation() 1084 smt_fill_lem(smc,&sif->lem[i],i) ; in smt_send_sif_operation() 1088 sif->smt.smt_dest = *dest ; /* destination address */ in smt_send_sif_operation() [all …]
|
| /drivers/media/usb/gspca/ |
| A D | w996Xcf.c | 355 unsigned long hw_bufsize = sd->sif ? (352 * 288 * 2) : (640 * 480 * 2), in w9968cf_init() 400 if (sd->sif) { in w9968cf_set_crop_window()
|
| A D | ov519.c | 85 u8 sif; member 2820 sd->sif = 1; in ov6xx0_configure() 3319 if (sd->sif) { in sd_init() 3326 if (sd->sif) { in sd_init() 3332 if (sd->sif) { in sd_init() 3353 if (sd->sif) { in sd_init() 3361 if (sd->sif) in sd_init()
|
| /drivers/net/ |
| A D | rionet.c | 403 static void rionet_remove_dev(struct device *dev, struct subsys_interface *sif) in rionet_remove_dev() argument 546 static int rionet_add_dev(struct device *dev, struct subsys_interface *sif) in rionet_add_dev() argument
|
| /drivers/rapidio/ |
| A D | rio_cm.c | 1943 static int riocm_add_dev(struct device *dev, struct subsys_interface *sif) in riocm_add_dev() argument 1987 static void riocm_remove_dev(struct device *dev, struct subsys_interface *sif) in riocm_remove_dev() argument
|
| /drivers/cpufreq/ |
| A D | cpufreq.c | 1651 static int cpufreq_add_dev(struct device *dev, struct subsys_interface *sif) in cpufreq_add_dev() argument 1744 static void cpufreq_remove_dev(struct device *dev, struct subsys_interface *sif) in cpufreq_remove_dev() argument
|
Completed in 840 milliseconds