Searched refs:SVID (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/Documentation/driver-api/usb/ |
D | typec_bus.rst | 10 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_vmd()`. 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 60 NOTE: The SVID specific pin configuration values must always start from [all …]
|
D | typec.rst | 46 Alternate Mode SVID will have their own device describing them. Note that the 145 Alternate Mode will have identifier called SVID, which is either a Standard ID 146 given by USB-IF or vendor ID, and each supported SVID can have 1 - 6 modes. The 147 class provides struct typec_mode_desc for describing individual mode of a SVID, 150 Ports that support Alternate Modes need to register each SVID they support with 157 Delivery Structured VDM Discover SVIDs message, each SVID needs to be
|
/Linux-v4.19/drivers/cpufreq/ |
D | powernow-k7.h | 37 SVID:5, // 44:40 member
|
D | powernow-k7.c | 617 fidvidstatus.bits.SVID); in powernow_cpu_init()
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-core.c | 687 dev->has_audio_inputs = in_type_counter[TV] && in_type_counter[SVID]; in vivid_create_instance() 701 dev->output_type[i] = ((output_types[inst] >> i) & 1) ? HDMI : SVID; in vivid_create_instance() 704 dev->has_audio_outputs = out_type_counter[SVID]; in vivid_create_instance() 719 if (in_type_counter[TV] || in_type_counter[SVID]) { in vivid_create_instance() 729 if (out_type_counter[SVID]) { in vivid_create_instance() 899 if (!in_type_counter[TV] && !in_type_counter[SVID]) { in vivid_create_instance() 905 if (!out_type_counter[SVID]) { in vivid_create_instance() 963 if (dev->input_type[0] == TV || dev->input_type[0] == SVID) in vivid_create_instance() 965 if (dev->output_type[0] == SVID) in vivid_create_instance() 991 in_type_counter[TV] || in_type_counter[SVID] || in vivid_create_instance() [all …]
|
D | vivid-core.h | 93 SVID, enumerator 531 return dev->input_type[dev->input] == SVID; in vivid_is_svid_cap() 546 return dev->output_type[dev->output] == SVID; in vivid_is_svid_out()
|
D | vivid-ctrls.c | 369 vivid_send_source_change(dev, SVID); in vivid_vid_cap_s_ctrl() 376 vivid_send_source_change(dev, SVID); in vivid_vid_cap_s_ctrl() 383 vivid_send_source_change(dev, SVID); in vivid_vid_cap_s_ctrl() 391 vivid_send_source_change(dev, SVID); in vivid_vid_cap_s_ctrl() 398 vivid_send_source_change(dev, SVID); in vivid_vid_cap_s_ctrl() 855 vivid_send_source_change(dev, SVID); in vivid_loop_cap_s_ctrl() 1123 vivid_send_source_change(dev, SVID); in vivid_sdtv_cap_s_ctrl()
|
D | vivid-vid-out.c | 203 case SVID: in vivid_update_format_out() 547 vivid_send_source_change(dev, SVID); in vivid_s_fmt_vid_out() 1023 case SVID: in vidioc_enum_output() 1063 if (dev->output_type[o] == SVID) in vidioc_s_output()
|
D | vivid-vid-cap.c | 389 case SVID: in vivid_update_format_cap() 1285 case SVID: in vidioc_enum_input() 1355 if (dev->input_type[i] == TV || dev->input_type[i] == SVID) { in vidioc_s_input() 1368 case SVID: in vidioc_s_input()
|
/Linux-v4.19/Documentation/filesystems/ |
D | mandatory-locking.txt | 64 scheme is defined by the System V Interface Definition (SVID) Version 3. 91 contravention of SVID 3, which states that only calls to open() with the 92 O_TRUNC flag set should be rejected. The Linux implementation follows the SVID 101 also disallows advisory locks for such a file. SVID actually specifies the
|
/Linux-v4.19/Documentation/ABI/obsolete/ |
D | sysfs-class-typec | 8 The SVID (Standard or Vendor ID) assigned by USB-IF for this
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-typec | 43 The Standard or Vendor ID (SVID) assigned by USB-IF for this
|
/Linux-v4.19/drivers/scsi/megaraid/ |
D | Kconfig.megaraid | 23 OEM Product Name VID :DID :SVID:SSID
|