/Linux-v6.1/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 …]
|
/Linux-v6.1/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 …]
|
/Linux-v6.1/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()
|
/Linux-v6.1/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()
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | mediatek,pcie-phy.yaml | 24 - const: sif 62 reg-names = "sif";
|
/Linux-v6.1/Documentation/devicetree/bindings/dma/ |
D | atmel-xdma.txt | 12 - bit 13: SIF, source interface identifier, used to get the memory 34 - bit 13: SIF, source interface identifier, used to get the memory
|
/Linux-v6.1/drivers/staging/media/deprecated/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()
|
/Linux-v6.1/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()
|
/Linux-v6.1/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()
|
/Linux-v6.1/drivers/media/usb/pwc/ |
D | pwc-timon.h | 21 6 different resolutions subqcif, qsif, qcif, sif, cif, vga
|
D | pwc-nala.h | 35 /* SIF */
|
D | pwc-misc.c | 23 { 320, 240 }, /* sif */
|
/Linux-v6.1/Documentation/driver-api/media/drivers/ |
D | saa7134-devel.rst | 51 SIF input
|
/Linux-v6.1/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
|
D | pm-s3c2412.c | 61 static int s3c2412_pm_add(struct device *dev, struct subsys_interface *sif) in s3c2412_pm_add() argument
|
D | pll-s3c2410.c | 55 static int s3c2410_plls_add(struct device *dev, struct subsys_interface *sif) in s3c2410_plls_add() argument
|
D | pm-s3c2410.c | 104 static int s3c2410_pm_add(struct device *dev, struct subsys_interface *sif) in s3c2410_pm_add() argument
|
D | pll-s3c2440-12000000.c | 50 static int s3c2440_plls12_add(struct device *dev, struct subsys_interface *sif) in s3c2440_plls12_add() argument
|
/Linux-v6.1/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 */
|
/Linux-v6.1/drivers/gpu/drm/tve200/ |
D | tve200_display.c | 82 if (!(mode->hdisplay == 352 && mode->vdisplay == 240) && /* SIF(525) */ in tve200_display_check() 171 if ((mode->hdisplay == 352 && mode->vdisplay == 240) || /* SIF(525) */ in tve200_display_enable()
|
/Linux-v6.1/arch/sh/kernel/cpu/sh4/ |
D | sq.c | 339 static int sq_dev_add(struct device *dev, struct subsys_interface *sif) in sq_dev_add() argument 357 static void sq_dev_remove(struct device *dev, struct subsys_interface *sif) in sq_dev_remove() argument
|
/Linux-v6.1/drivers/dma/ |
D | at_xdmac.c | 923 * For SAMA7G5x case, the SIF and DIF fields are no longer used. in at_xdmac_interleaved_queue_desc() 924 * Thus, no need to have the SIF/DIF interfaces here. in at_xdmac_interleaved_queue_desc() 925 * For SAMA5D4x and SAMA5D2x the SIF and DIF are already configured as in at_xdmac_interleaved_queue_desc() 1107 * For SAMA7G5x case, the SIF and DIF fields are no longer used. in at_xdmac_prep_dma_memcpy() 1108 * Thus, no need to have the SIF/DIF interfaces here. in at_xdmac_prep_dma_memcpy() 1109 * For SAMA5D4x and SAMA5D2x the SIF and DIF are already configured as in at_xdmac_prep_dma_memcpy() 1217 * For SAMA7G5x case, the SIF and DIF fields are no longer used. in at_xdmac_memset_create_desc() 1218 * Thus, no need to have the SIF/DIF interfaces here. in at_xdmac_memset_create_desc() 1219 * For SAMA5D4x and SAMA5D2x the SIF and DIF are already configured as in at_xdmac_memset_create_desc()
|
/Linux-v6.1/include/uapi/linux/ |
D | gfs2_ondisk.h | 230 #define IF2DT(sif) (((sif) & S_IFMT) >> 12) argument
|
/Linux-v6.1/drivers/pinctrl/berlin/ |
D | berlin-bg4ct.c | 194 BERLIN_PINCTRL_FUNCTION(0x2, "sif"), /* DIO */ 199 BERLIN_PINCTRL_FUNCTION(0x2, "sif"), /* CLK */ 204 BERLIN_PINCTRL_FUNCTION(0x2, "sif"), /* DEN */
|
/Linux-v6.1/include/linux/ |
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);
|