Home
last modified time | relevance | path

Searched refs:SVID (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/Documentation/driver-api/usb/
H A Dtypec_bus.rst10 The communication is SVID (Standard or Vendor ID) specific, i.e. specific for
14 modes by using the SVID and the mode number.
24 matching SVID and mode. Communication between the port driver and alternate mode
28 alternate mode drivers, so the port drivers are only expected to pass the SVID
30 partners to the alternate mode drivers. No direct SVID specific communication is
47 will be used to deliver all the SVID specific commands from the partner to the
49 the SVID specific commands to each other using :c:func:`typec_altmode_vdm()`.
51 If the communication with the partner using the SVID specific commands results
54 passes the negotiated SVID specific pin configuration value to the function as
58 NOTE: The SVID specific pin configuration values must always start from
[all …]
H A Dtypec.rst47 Alternate Mode SVID will have their own device describing them. Note that the
146 Alternate Mode will have identifier called SVID, which is either a Standard ID
147 given by USB-IF or vendor ID, and each supported SVID can have 1 - 6 modes. The
148 class provides struct typec_mode_desc for describing individual mode of a SVID,
151 Ports that support Alternate Modes need to register each SVID they support with
158 Delivery Structured VDM Discover SVIDs message, each SVID needs to be
/openbmc/linux/Documentation/hwmon/
H A Dpxe1610.rst40 - Intel SVID protocol.
49 - Intel SVID protocol.
H A Dmp2856.rst36 - SVID interface.
H A Dxdpe152c4.rst29 - Intel SVID rev 1.93. protocol.
H A Dxdpe12284.rst34 - Intel SVID rev 1.9. protocol.
H A Dmp2975.rst37 - SVID interface.
/openbmc/linux/drivers/cpufreq/
H A Dpowernow-k7.h35 SVID:5, // 44:40 member
H A Dpowernow-k7.c617 fidvidstatus.bits.SVID); in powernow_cpu_init()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-core.c927 dev->has_audio_inputs = in_type_counter[TV] && in_type_counter[SVID]; in vivid_detect_feature_set()
946 dev->output_type[i] = ((output_types[inst] >> i) & 1) ? HDMI : SVID; in vivid_detect_feature_set()
950 dev->has_audio_outputs = out_type_counter[SVID]; in vivid_detect_feature_set()
966 if (in_type_counter[TV] || in_type_counter[SVID]) { in vivid_detect_feature_set()
982 if ((in_type_counter[TV] || in_type_counter[SVID]) && in vivid_detect_feature_set()
993 if (out_type_counter[SVID]) { in vivid_detect_feature_set()
1003 if (out_type_counter[SVID] && in vivid_detect_feature_set()
1185 if (!in_type_counter[TV] && !in_type_counter[SVID]) { in vivid_disable_unused_ioctls()
1191 if (!out_type_counter[SVID]) { in vivid_disable_unused_ioctls()
1810 if (dev->input_type[0] == TV || dev->input_type[0] == SVID) in vivid_create_instance()
[all …]
H A Dvivid-core.h81 SVID, enumerator
576 return dev->input_type[dev->input] == SVID; in vivid_is_svid_cap()
591 return dev->output_type[dev->output] == SVID; in vivid_is_svid_out()
H A Dvivid-ctrls.c466 vivid_send_source_change(dev, SVID); in vivid_vid_cap_s_ctrl()
473 vivid_send_source_change(dev, SVID); in vivid_vid_cap_s_ctrl()
480 vivid_send_source_change(dev, SVID); in vivid_vid_cap_s_ctrl()
488 vivid_send_source_change(dev, SVID); in vivid_vid_cap_s_ctrl()
495 vivid_send_source_change(dev, SVID); in vivid_vid_cap_s_ctrl()
979 vivid_send_source_change(dev, SVID); in vivid_loop_cap_s_ctrl()
1301 vivid_send_source_change(dev, SVID); in vivid_sdtv_cap_s_ctrl()
H A Dvivid-vid-out.c226 case SVID: in vivid_update_format_out()
571 vivid_send_source_change(dev, SVID); in vivid_s_fmt_vid_out()
971 case SVID: in vidioc_enum_output()
1013 if (dev->output_type[o] == SVID) in vidioc_s_output()
H A Dvivid-vid-cap.c392 case SVID: in vivid_update_format_cap()
1092 case SVID: in vidioc_enum_input()
1164 if (dev->input_type[i] == TV || dev->input_type[i] == SVID) { in vidioc_s_input()
1178 case SVID: in vidioc_s_input()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-typec43 The Standard or Vendor ID (SVID) assigned by USB-IF for this
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-class-typec8 The SVID (Standard or Vendor ID) assigned by USB-IF for this
/openbmc/linux/drivers/scsi/megaraid/
H A DKconfig.megaraid24 OEM Product Name VID :DID :SVID:SSID
/openbmc/u-boot/common/
H A Ddlmalloc.src562 This version of malloc supports the standard SVID/XPG mallinfo
565 any SVID/XPG compliant system that has a /usr/include/malloc.h
572 (by-copy) by mallinfo(). The SVID/XPG malloinfo struct contains a
3124 mallopt is the general SVID/XPG interface to tunable parameters.