| /kernel/linux/linux-5.10/drivers/base/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/base/ |
| D | bus.c | 528 struct subsys_interface *sif; in bus_probe_device() local 537 list_for_each_entry(sif, &sp->interfaces, node) in bus_probe_device() 538 if (sif->add_dev) in bus_probe_device() 539 sif->add_dev(dev, sif); in bus_probe_device() 557 struct subsys_interface *sif; in bus_remove_device() local 563 list_for_each_entry(sif, &sp->interfaces, node) in bus_remove_device() 564 if (sif->remove_dev) in bus_remove_device() 565 sif->remove_dev(dev, sif); in bus_remove_device() 1138 int subsys_interface_register(struct subsys_interface *sif) in subsys_interface_register() argument 1144 if (!sif || !sif->subsys) in subsys_interface_register() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
| D | smt.c | 681 DB_SMT("SMT : replying to SIF Config request from %pM", in smt_received_pack() 688 DB_SMT("SMT : replying to SIF Operation request from %pM", in smt_received_pack() 1013 * generate and send SIF config response 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() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
| D | smt.c | 681 DB_SMT("SMT : replying to SIF Config request from %pM", in smt_received_pack() 688 DB_SMT("SMT : replying to SIF Operation request from %pM", in smt_received_pack() 1013 * generate and send SIF config response 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() [all …]
|
| /kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
| 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()
|
| /kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
| 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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | mediatek,pcie-phy.yaml | 24 - const: sif 62 reg-names = "sif";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | atmel-xdma.txt | 11 - bit 13: SIF, source interface identifier, used to get the memory 33 - bit 13: SIF, source interface identifier, used to get the memory
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/ |
| D | atmel-xdma.txt | 13 - bit 13: SIF, source interface identifier, used to get the memory 35 - bit 13: SIF, source interface identifier, used to get the memory
|
| /kernel/linux/linux-5.10/drivers/media/usb/tm6000/ |
| D | tm6000-core.c | 610 u8 areg_0a = 0x91; /* SIF 48KHz */ in tm6000_set_audio_bitrate() 615 areg_0a = 0x91; /* SIF 48KHz */ in tm6000_set_audio_bitrate() 620 areg_0a = 0x90; /* SIF 32KHz */ in tm6000_set_audio_bitrate() 628 /* enable I2S, if we use sif or external I2S device */ in tm6000_set_audio_bitrate() 750 …printk(KERN_INFO "ERROR: TM5600 and TM6000 don't has SIF audio inputs. Please check the %s configu… in tm6000_tvaudio_set_mute() 810 …printk(KERN_INFO "ERROR: TM5600 and TM6000 don't has SIF audio inputs. Please check the %s configu… in tm6000_set_volume()
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | gfs2_ondisk.h | 143 #define IF2DT(sif) (((sif) & S_IFMT) >> 12) argument
|
| /kernel/linux/linux-6.6/drivers/phy/mediatek/ |
| D | phy-mtk-pcie.c | 209 pcie_phy->sif_base = devm_platform_ioremap_resource_byname(pdev, "sif"); in mtk_pcie_phy_probe() 212 "Failed to map phy-sif base\n"); in mtk_pcie_phy_probe()
|
| /kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
| D | pwc-timon.h | 21 6 different resolutions subqcif, qsif, qcif, sif, cif, vga
|
| D | pwc-nala.h | 35 /* SIF */
|
| /kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
| D | pwc-timon.h | 21 6 different resolutions subqcif, qsif, qcif, sif, cif, vga
|
| /kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/ |
| D | saa7134-devel.rst | 51 SIF input
|
| /kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ |
| D | saa7134-devel.rst | 51 SIF input
|
| /kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
| D | pm-s3c2416.c | 49 static int s3c2416_pm_add(struct device *dev, struct subsys_interface *sif) in s3c2416_pm_add() argument
|
| /kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
| D | cx18-av-core.c | 214 * Default to luma on ch1/ADC1, chroma on ch2/ADC2, SIF on ch3/ADC2 in cx18_av_initialize() 576 NONE, CVBS, Y, C, SIF, Pb, Pr in set_input() enumerator 650 ch[1] = SIF; in set_input() 654 ch[1] = SIF; in set_input() 658 ch[1] = SIF; in set_input() 662 ch[2] = SIF; in set_input() 666 ch[2] = SIF; in set_input() 721 case SIF: in set_input()
|
| /kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
| D | cx18-av-core.c | 214 * Default to luma on ch1/ADC1, chroma on ch2/ADC2, SIF on ch3/ADC2 in cx18_av_initialize() 576 NONE, CVBS, Y, C, SIF, Pb, Pr in set_input() enumerator 650 ch[1] = SIF; in set_input() 654 ch[1] = SIF; in set_input() 658 ch[1] = SIF; in set_input() 662 ch[2] = SIF; in set_input() 666 ch[2] = SIF; in set_input() 721 case SIF: in set_input()
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | gfs2_ondisk.h | 159 #define IF2DT(sif) (((sif) & S_IFMT) >> 12) argument
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | gfs2_ondisk.h | 159 #define IF2DT(sif) (((sif) & S_IFMT) >> 12) argument
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/ |
| D | drxj.h | 122 DRXJ_CFG_ATV_OUTPUT, /* also for FM (SIF control) but not likely */ 357 * Attenuation setting for SIF AGC. 367 * /struct struct drxj_cfg_atv_output * SIF attenuation setting. 472 bool enable_sif_output; /*< flag SIF output enable */ 474 /*< current SIF att setting */
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/ |
| D | drxj.h | 122 DRXJ_CFG_ATV_OUTPUT, /* also for FM (SIF control) but not likely */ 358 * Attenuation setting for SIF AGC. 368 * /struct drxj_cfg_atv_output * SIF attenuation setting. 473 bool enable_sif_output; /*< flag SIF output enable */ 475 /*< current SIF att setting */
|