Searched refs:sif (Results 1 – 10 of 10) sorted by relevance
/drivers/base/ |
D | bus.c | 481 struct subsys_interface *sif; in bus_probe_device() local 490 list_for_each_entry(sif, &bus->p->interfaces, node) in bus_probe_device() 491 if (sif->add_dev) in bus_probe_device() 492 sif->add_dev(dev, sif); in bus_probe_device() 509 struct subsys_interface *sif; in bus_remove_device() local 515 list_for_each_entry(sif, &bus->p->interfaces, node) in bus_remove_device() 516 if (sif->remove_dev) in bus_remove_device() 517 sif->remove_dev(dev, sif); in bus_remove_device() 1021 int subsys_interface_register(struct subsys_interface *sif) in subsys_interface_register() argument 1027 if (!sif || !sif->subsys) in subsys_interface_register() [all …]
|
/drivers/net/fddi/skfp/ |
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() 1029 smt_fill_timestamp(smc,&sif->ts) ; /* set time stamp */ in smt_send_sif_config() 1030 smt_fill_sde(smc,&sif->sde) ; /* set station descriptor */ in smt_send_sif_config() 1031 smt_fill_version(smc,&sif->version) ; /* set version information */ in smt_send_sif_config() 1032 smt_fill_state(smc,&sif->state) ; /* set state information */ in smt_send_sif_config() 1033 smt_fill_policy(smc,&sif->policy) ; /* set station policy */ in smt_send_sif_config() 1034 smt_fill_latency(smc,&sif->latency); /* set station latency */ in smt_send_sif_config() 1035 smt_fill_neighbor(smc,&sif->neighbor); /* set station neighbor */ in smt_send_sif_config() 1036 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_config() [all …]
|
/drivers/cpufreq/ |
D | s3c2410-cpufreq.c | 113 struct subsys_interface *sif) in s3c2410_cpufreq_add() argument 131 struct subsys_interface *sif) in s3c2410a_cpufreq_add() argument 142 return s3c2410_cpufreq_add(dev, sif); in s3c2410a_cpufreq_add()
|
D | s3c2412-cpufreq.c | 181 struct subsys_interface *sif) in s3c2412_cpufreq_add() argument
|
D | s3c2440-cpufreq.c | 280 struct subsys_interface *sif) in s3c2440_cpufreq_add() argument
|
D | cpufreq.c | 1572 static int cpufreq_add_dev(struct device *dev, struct subsys_interface *sif) in cpufreq_add_dev() argument 1665 static void cpufreq_remove_dev(struct device *dev, struct subsys_interface *sif) in cpufreq_remove_dev() argument
|
/drivers/media/usb/gspca/ |
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()
|
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/ |
D | rionet.c | 403 static void rionet_remove_dev(struct device *dev, struct subsys_interface *sif) in rionet_remove_dev() argument 544 static int rionet_add_dev(struct device *dev, struct subsys_interface *sif) in rionet_add_dev() argument
|
/drivers/rapidio/ |
D | rio_cm.c | 1944 static int riocm_add_dev(struct device *dev, struct subsys_interface *sif) in riocm_add_dev() argument 1988 static void riocm_remove_dev(struct device *dev, struct subsys_interface *sif) in riocm_remove_dev() argument
|