Home
last modified time | relevance | path

Searched full:sif (Results 1 – 25 of 54) sorted by relevance

123

/linux-6.12.1/drivers/base/
Dbus.c528 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 …]
/linux-6.12.1/drivers/net/fddi/skfp/
Dsmt.c681 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-6.12.1/tools/usb/usbip/libsrc/
Dusbip_common.c245 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-6.12.1/Documentation/devicetree/bindings/phy/
Dmediatek,pcie-phy.yaml24 - const: sif
62 reg-names = "sif";
/linux-6.12.1/Documentation/devicetree/bindings/dma/
Datmel-xdma.txt13 - bit 13: SIF, source interface identifier, used to get the memory
35 - bit 13: SIF, source interface identifier, used to get the memory
/linux-6.12.1/drivers/phy/mediatek/
Dphy-mtk-pcie.c209 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-6.12.1/drivers/media/pci/cx18/
Dcx18-av-core.c214 * 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()
Dcx18-cards.c272 /* FIXME - the FM radio is just a guess and driver doesn't use SIF */
332 /* FIXME - the FM radio is just a guess and driver doesn't use SIF */
/linux-6.12.1/drivers/media/usb/pwc/
Dpwc-timon.h21 6 different resolutions subqcif, qsif, qcif, sif, cif, vga
Dpwc-nala.h35 /* SIF */
Dpwc-misc.c23 { 320, 240 }, /* sif */
/linux-6.12.1/Documentation/driver-api/media/drivers/
Dsaa7134-devel.rst51 SIF input
/linux-6.12.1/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.h122 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-6.12.1/drivers/gpu/drm/tve200/
Dtve200_display.c82 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-6.12.1/arch/sh/kernel/cpu/sh4/
Dsq.c339 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-6.12.1/include/uapi/linux/
Dgfs2_ondisk.h230 #define IF2DT(sif) (((sif) & S_IFMT) >> 12) argument
/linux-6.12.1/drivers/dma/
Dat_xdmac.c1000 * For SAMA7G5x case, the SIF and DIF fields are no longer used. in at_xdmac_interleaved_queue_desc()
1001 * Thus, no need to have the SIF/DIF interfaces here. in at_xdmac_interleaved_queue_desc()
1002 * For SAMA5D4x and SAMA5D2x the SIF and DIF are already configured as in at_xdmac_interleaved_queue_desc()
1187 * For SAMA7G5x case, the SIF and DIF fields are no longer used. in at_xdmac_prep_dma_memcpy()
1188 * Thus, no need to have the SIF/DIF interfaces here. in at_xdmac_prep_dma_memcpy()
1189 * For SAMA5D4x and SAMA5D2x the SIF and DIF are already configured as in at_xdmac_prep_dma_memcpy()
1297 * For SAMA7G5x case, the SIF and DIF fields are no longer used. in at_xdmac_memset_create_desc()
1298 * Thus, no need to have the SIF/DIF interfaces here. in at_xdmac_memset_create_desc()
1299 * For SAMA5D4x and SAMA5D2x the SIF and DIF are already configured as in at_xdmac_memset_create_desc()
/linux-6.12.1/drivers/pinctrl/berlin/
Dberlin-bg4ct.c195 BERLIN_PINCTRL_FUNCTION(0x2, "sif"), /* DIO */
200 BERLIN_PINCTRL_FUNCTION(0x2, "sif"), /* CLK */
205 BERLIN_PINCTRL_FUNCTION(0x2, "sif"), /* DEN */
/linux-6.12.1/drivers/media/dvb-frontends/
Dau8522_decoder.c88 0="SIF" 1="ATVRF/ATVRF13"
338 /* Set input mode to CVBS on channel 4 with SIF audio input enabled */ in au8522_setup_cvbs_tuner_mode()
383 /* 0=disable, 1=SIF */
/linux-6.12.1/include/linux/
Ddevice.h67 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);
/linux-6.12.1/drivers/net/
Drionet.c403 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
/linux-6.12.1/include/media/drv-intf/
Dmsp3400.h64 1) the tuner (SIF) input
/linux-6.12.1/drivers/media/usb/gspca/
Dsonixb.c91 #define F_SIF 0x01 /* sif or vga */
95 #define MODE_REDUCED_SIF 0x20 /* vga mode (320x240 / 160x120) on sif cam */
889 /* SIF / VGA sensors have a different autoexposure area and thus in do_autogain()
893 /* SIF sensors tend to overexpose, so keep this small */ in do_autogain()
1163 /* Vga mode emulation on SIF sensor? */ in sd_start()
/linux-6.12.1/sound/soc/uniphier/
Daio-ld11.c26 /* for SIF In, Pin:AI2Dx */
/linux-6.12.1/drivers/net/fddi/skfp/h/
Dsmt.h49 u_char smt_class ; /* NIF, SIF ... */
735 * SIF : station information frames

123