| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | bus.c | 485 struct subsys_interface *sif; in bus_probe_device() local 494 list_for_each_entry(sif, &bus->p->interfaces, node) in bus_probe_device() 495 if (sif->add_dev) in bus_probe_device() 496 sif->add_dev(dev, sif); in bus_probe_device() 513 struct subsys_interface *sif; in bus_remove_device() local 519 list_for_each_entry(sif, &bus->p->interfaces, node) in bus_remove_device() 520 if (sif->remove_dev) in bus_remove_device() 521 sif->remove_dev(dev, sif); in bus_remove_device() 1042 int subsys_interface_register(struct subsys_interface *sif) in subsys_interface_register() argument 1048 if (!sif || !sif->subsys) in subsys_interface_register() [all …]
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | usbip_common.c | 245 struct udev_device *sif; in read_usb_interface() local 255 sif = udev_device_new_from_subsystem_sysname(udev_context, "usb", busid); in read_usb_interface() 256 if (!sif) { in read_usb_interface() 261 READ_ATTR(uinf, uint8_t, sif, bInterfaceClass, "%02x\n"); in read_usb_interface() 262 READ_ATTR(uinf, uint8_t, sif, bInterfaceSubClass, "%02x\n"); in read_usb_interface() 263 READ_ATTR(uinf, uint8_t, sif, bInterfaceProtocol, "%02x\n"); in read_usb_interface()
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H 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() 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A 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()
|
| H A D | s3c2412-cpufreq.c | 181 struct subsys_interface *sif) in s3c2412_cpufreq_add() argument
|
| H A D | s3c2440-cpufreq.c | 280 struct subsys_interface *sif) in s3c2440_cpufreq_add() argument
|
| H A D | cpufreq.c | 1554 static int cpufreq_add_dev(struct device *dev, struct subsys_interface *sif) in cpufreq_add_dev() argument 1649 static void cpufreq_remove_dev(struct device *dev, struct subsys_interface *sif) in cpufreq_remove_dev() argument
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/ |
| H A D | pm-s3c2416.c | 49 static int s3c2416_pm_add(struct device *dev, struct subsys_interface *sif) in s3c2416_pm_add() argument
|
| H A D | pm-s3c2412.c | 61 static int s3c2412_pm_add(struct device *dev, struct subsys_interface *sif) in s3c2412_pm_add() argument
|
| H A D | pll-s3c2410.c | 55 static int s3c2410_plls_add(struct device *dev, struct subsys_interface *sif) in s3c2410_plls_add() argument
|
| H A D | pll-s3c2440-12000000.c | 50 static int s3c2440_plls12_add(struct device *dev, struct subsys_interface *sif) in s3c2440_plls12_add() argument
|
| H A D | pm-s3c2410.c | 104 static int s3c2410_pm_add(struct device *dev, struct subsys_interface *sif) in s3c2410_pm_add() argument
|
| H A D | pll-s3c2440-16934400.c | 79 struct subsys_interface *sif) in s3c2440_plls169344_add() argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | gfs2_ondisk.h | 224 #define IF2DT(sif) (((sif) & S_IFMT) >> 12) argument
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | gfs2_ondisk.h | 230 #define IF2DT(sif) (((sif) & S_IFMT) >> 12) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | gfs2_ondisk.h | 224 #define IF2DT(sif) (((sif) & S_IFMT) >> 12) argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | device.h | 67 int (*add_dev)(struct device *dev, struct subsys_interface *sif); 68 void (*remove_dev)(struct device *dev, struct subsys_interface *sif); 71 int subsys_interface_register(struct subsys_interface *sif); 72 void subsys_interface_unregister(struct subsys_interface *sif);
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4/ |
| H A D | sq.c | 338 static int sq_dev_add(struct device *dev, struct subsys_interface *sif) in sq_dev_add() argument 356 static void sq_dev_remove(struct device *dev, struct subsys_interface *sif) in sq_dev_remove() argument
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | w996Xcf.c | 356 unsigned long hw_bufsize = sd->sif ? (352 * 288 * 2) : (640 * 480 * 2), in w9968cf_init() 401 if (sd->sif) { in w9968cf_set_crop_window()
|
| H 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()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/microcode/ |
| H A D | core.c | 739 static int mc_device_add(struct device *dev, struct subsys_interface *sif) in mc_device_add() argument 758 static void mc_device_remove(struct device *dev, struct subsys_interface *sif) in mc_device_remove() argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | philips.rst | 54 Can be one of 'sqcif', 'qsif', 'qcif', 'sif', 'cif' or
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/ |
| H A 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
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 107 …�������������������];��������pw������zt������������������hw�����zJ-T�������sif[]������������s?9=;;… 1843 …��������������������rGs������nr������ux�����������������wh������c1:s������sif]_�������������H8=;;…
|