/Linux-v6.1/Documentation/driver-api/usb/ |
D | typec_bus.rst | 2 API for USB Type-C Alternate Mode drivers 6 ------------ 9 Messages (VDM) as defined in USB Type-C and USB Power Delivery Specifications. 10 The communication is SVID (Standard or Vendor ID) specific, i.e. specific for 13 USB Type-C bus allows binding a driver to the discovered partner alternate 16 :ref:`USB Type-C Connector Class <typec>` provides a device for every alternate 17 mode a port supports, and separate device for every alternate mode the partner 19 mode devices, and the port alternate mode devices must be handled by the port 23 alternate mode device of the port that the partner is attached to, that has 24 matching SVID and mode. Communication between the port driver and alternate mode [all …]
|
/Linux-v6.1/Documentation/driver-api/rapidio/ |
D | rapidio.rst | 5 The RapidIO standard is a packet-based fabric interconnect standard designed for 8 is publicly available for download from the RTA web-site [1]. 17 into the kernel similarly to other buses by defining RapidIO-specific device and 21 architecture-specific interfaces that provide support for common RapidIO 32 2.1 Master Port 33 --------------- 35 A master port (or mport) is a RapidIO interface controller that is local to the 36 processor executing the Linux code. A master port generates and receives RapidIO 37 packets (transactions). In the RapidIO subsystem each master port is represented 38 by a rio_mport data structure. This structure contains master port specific [all …]
|
/Linux-v6.1/Documentation/networking/dsa/ |
D | dsa.rst | 19 they configured/queried a switch port network device or a regular network 22 An Ethernet switch typically comprises multiple front-panel ports and one 24 presence of a management port connected to an Ethernet controller capable of 27 gateways, or even top-of-rack switches. This host Ethernet controller will 32 using upstream and downstream Ethernet links between switches. These specific 36 For each front-panel port, DSA creates specialized network devices which are 37 used as controlling and data-flowing endpoints for use by the Linux networking 42 which is a hardware feature making the switch insert a specific tag for each 43 Ethernet frame it receives to/from specific ports to help the management 46 - what port is this frame coming from [all …]
|
/Linux-v6.1/include/linux/ |
D | rio_drv.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 19 extern int __rio_local_read_config_32(struct rio_mport *port, u32 offset, 21 extern int __rio_local_write_config_32(struct rio_mport *port, u32 offset, 23 extern int __rio_local_read_config_16(struct rio_mport *port, u32 offset, 25 extern int __rio_local_write_config_16(struct rio_mport *port, u32 offset, 27 extern int __rio_local_read_config_8(struct rio_mport *port, u32 offset, 29 extern int __rio_local_write_config_8(struct rio_mport *port, u32 offset, 32 extern int rio_mport_read_config_32(struct rio_mport *port, u16 destid, 34 extern int rio_mport_write_config_32(struct rio_mport *port, u16 destid, 36 extern int rio_mport_read_config_16(struct rio_mport *port, u16 destid, [all …]
|
D | rio.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 24 #define RIO_NO_HOPCOUNT -1 34 has multiple (or per port) 57 * 1-15 RapidIO memory regions 89 * struct rio_switch - RIO switch info 92 * @port_ok: Status of each port (one bit per port) - OK=1 or UNINIT=0 93 * @ops: pointer to switch-specific operations 95 * @nextdev: Array of per-port pointers to the next attached device 107 * struct rio_switch_ops - Per-switch operations 109 * @add_entry: Callback for switch-specific route add function [all …]
|
/Linux-v6.1/drivers/rapidio/ |
D | rio.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 9 * Copyright 2009 - 2013 Integrated Device Technology, Inc. 30 * struct rio_pwrite - RIO portwrite event 33 * @context: Handler specific context to pass on event 65 * rio_local_get_device_id - Get the base/extended device id for a port 66 * @port: RIO master port from which to get the deviceid 69 * implementing the master port. Returns the 8/16-bit device 72 u16 rio_local_get_device_id(struct rio_mport *port) in rio_local_get_device_id() argument 76 rio_local_read_config_32(port, RIO_DID_CSR, &result); in rio_local_get_device_id() 78 return (RIO_GET_DID(port->sys_size, result)); in rio_local_get_device_id() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/display/hisilicon/ |
D | dw-dsi.txt | 1 Device-Tree bindings for DesignWare DSI Host Controller v1.20a driver 7 - compatible: value should be "hisilicon,hi6220-dsi". 8 - reg: physical base address and length of dsi controller's registers. 9 - clocks: contains APB clock phandle + clock-specifier pair. 10 - clock-names: should be "pclk". 11 - ports: contains DSI controller input and output sub port. 12 The input port connects to ADE output port with the reg value "0". 13 The output port with the reg value "1", it could connect to panel or 17 A example of HiKey board hi6220 SoC and board specific DT entry: 20 SoC specific: [all …]
|
/Linux-v6.1/drivers/rapidio/switches/ |
D | idt_gen2.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 105 * Program destination port for the specified destID in idtg2_route_add_entry() 219 * This routine performs device-specific initialization only. in idtg2_em_init() 223 pr_debug("RIO: %s [%d:%d]\n", __func__, rdev->destid, rdev->hopcount); in idtg2_em_init() 225 /* Set Port-Write info CSR: PRIO=3 and CRF=1 */ in idtg2_em_init() 237 /* Use Port-Writes for LT layer error reporting. in idtg2_em_init() 238 * Enable per-port reset in idtg2_em_init() 245 * Configure PORT error reporting. in idtg2_em_init() 251 /* Configure reporting of implementation specific errors/events */ in idtg2_em_init() 255 /* Use Port-Writes for port error reporting and enable error logging */ in idtg2_em_init() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/i2c/ |
D | i2c-opal.txt | 1 Device-tree bindings for I2C OPAL driver 2 ---------------------------------------- 4 Most of the device node and properties layout is specific to the firmware and 5 used by the firmware itself for configuring the port. From the linux 6 perspective, the properties of use are "ibm,port-name" and "ibm,opal-id". 10 - reg: Port-id within a given master 11 - compatible: must be "ibm,opal-i2c" 12 - ibm,opal-id: Refers to a specific bus and used to identify it when calling 14 - bus-frequency: Operating frequency of the i2c bus (in HZ). Informational for 18 - ibm,port-name: Firmware provides this name that uniquely identifies the i2c [all …]
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | davinci-vpbe.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 ----------------------- 23 controller port is done at init time based on default output and standard 29 board specific settings (specified in board-xxx-evm.c). This allows 32 API to set timings in VENC for a specific display resolution. As of this 39 setting timings at LCD controller port when external encoders are connected 40 at the port or LCD panel timings required. When external encoder/LCD panel 41 is connected, the timings for a specific standard/preset is retrieved from 42 the board specific table and the values are used to set the timings in 43 venc using non-standard timing mode. [all …]
|
/Linux-v6.1/Documentation/firmware-guide/acpi/ |
D | intel-pmc-mux.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Intel North Mux-Agent 10 North Mux-Agent is a function of the Intel PMC firmware that is supported on 13 platforms that allow the mux-agent to be configured from the operating system 16 The North Mux-Agent (aka. Intel PMC Mux Control, or just mux-agent) driver 18 (drivers/platform/x86/intel_scu_ipc.c). The driver registers with the USB Type-C 19 Mux Class which allows the USB Type-C Controller and Interface drivers to 24 Port nodes 28 ------- 30 For every USB Type-C connector under the mux-agent control on the system, there [all …]
|
/Linux-v6.1/drivers/net/ethernet/ti/ |
D | cpsw_ale.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Texas Instruments N-Port Ethernet Switch Address Lookup Engine APIs 17 /* NU Switch has specific handling as number of bits in ALE entries 18 * are different than other versions of ALE. Also there are specific 19 * registers for unknown vlan specific fields. So use nu_switch_ale 61 /* port controls */ 87 /* ALE unicast entry flags - passed into cpsw_ale_add_ucast() */ 111 int cpsw_ale_add_ucast(struct cpsw_ale *ale, const u8 *addr, int port, 113 int cpsw_ale_del_ucast(struct cpsw_ale *ale, const u8 *addr, int port, 119 int cpsw_ale_add_vlan(struct cpsw_ale *ale, u16 vid, int port, int untag, [all …]
|
/Linux-v6.1/drivers/s390/scsi/ |
D | zfcp_fc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 21 #define ZFCP_FC_CT_SIZE_PAGE (PAGE_SIZE - sizeof(struct fc_ct_hdr)) 27 - sizeof(struct fc_ct_hdr)) 34 * struct zfcp_fc_event - FC HBAAPI event for internal queueing from irq context 46 * struct zfcp_fc_events - Infrastructure for posting FC events from irq context 58 * struct zfcp_fc_gid_pn_req - container for ct header plus gid_pn request 68 * struct zfcp_fc_gid_pn_rsp - container for ct header plus gid_pn response 78 * struct zfcp_fc_gpn_ft - container for ct header plus gpn_ft request 88 * struct zfcp_fc_gspn_req - container for ct header plus GSPN_ID request 98 * struct zfcp_fc_gspn_rsp - container for ct header plus GSPN_ID response [all …]
|
/Linux-v6.1/drivers/misc/mei/hdcp/ |
D | mei_hdcp.c | 1 // SPDX-License-Identifier: GPL-2.0 31 * mei_hdcp_initiate_session() - Initiate a Wired HDCP2.2 Tx Session in ME FW 33 * @data: Intel HW specific hdcp data 49 return -EINVAL; in mei_hdcp_initiate_session() 59 session_init_in.port.integrated_port_type = data->port_type; in mei_hdcp_initiate_session() 60 session_init_in.port.physical_port = (u8)data->fw_ddi; in mei_hdcp_initiate_session() 61 session_init_in.port.attached_transcoder = (u8)data->fw_tc; in mei_hdcp_initiate_session() 62 session_init_in.protocol = data->protocol; in mei_hdcp_initiate_session() 82 return -EIO; in mei_hdcp_initiate_session() 85 ake_data->msg_id = HDCP_2_2_AKE_INIT; in mei_hdcp_initiate_session() [all …]
|
/Linux-v6.1/include/linux/usb/ |
D | typec.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 /* USB Type-C Specification releases */ 89 * struct enter_usb_data - Enter_USB Message details 93 * @active_link_training is a flag that should be set with uni-directional SBRX 94 * communication, and left 0 with passive cables and with bi-directional SBRX 103 * struct usb_pd_identity - USB Power Delivery identity data 107 * @vdo: Product Type Specific VDOs 111 * REVISIT: This is USB Power Delivery specific information, so this structure 125 * struct typec_altmode_desc - USB Type-C Alternate Mode Descriptor 152 *typec_port_register_altmode(struct typec_port *port, [all …]
|
/Linux-v6.1/drivers/thunderbolt/ |
D | cap.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Thunderbolt driver - capabilities lookup 18 static int tb_port_enable_tmu(struct tb_port *port, bool enable) in tb_port_enable_tmu() argument 20 struct tb_switch *sw = port->sw; in tb_port_enable_tmu() 25 * Legacy devices need to have TMU access enabled before port in tb_port_enable_tmu() 47 static void tb_port_dummy_read(struct tb_port *port) in tb_port_dummy_read() argument 50 * When reading from next capability pointer location in port in tb_port_dummy_read() 53 * port capabilities are walked. in tb_port_dummy_read() 55 if (tb_switch_is_light_ridge(port->sw)) { in tb_port_dummy_read() 58 tb_port_read(port, &dummy, TB_CFG_PORT, 0, 1); in tb_port_dummy_read() [all …]
|
D | tb.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Thunderbolt driver - bus logic (NHI independent) 12 #include <linux/nvmem-provider.h> 27 * struct tb_nvm - Structure holding NVM information 34 * @non_active: Non-active portion NVMem device 43 * @vops: Router vendor specific NVM operations (optional) 75 * enum tb_switch_tmu_rate - TMU refresh rate 91 * struct tb_switch_tmu - Structure holding switch TMU configuration 93 * @has_ucap: Does the switch support uni-directional mode 96 * @unidirectional: Is the TMU in uni-directional or bi-directional mode [all …]
|
/Linux-v6.1/drivers/scsi/mvsas/ |
D | mv_64xx.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Marvell 88SE64xx hardware specific head file 7 * Copyright 2009-2011 Marvell. <yuxiangl@marvell.com> 24 MVS_PORTS_IMP = 0x9C, /* SOC Port Implemented */ 26 MVS_GBL_PORT_TYPE = 0xa0, /* port type */ 28 MVS_CTL = 0x100, /* SAS/SATA port configuration */ 29 MVS_PCS = 0x104, /* SAS/SATA port control/status */ 53 /* ports 1-3 follow after this */ 56 /* ports 5-7 follow after this */ 60 /* ports 1-3 follow after this */ [all …]
|
/Linux-v6.1/arch/x86/include/asm/ |
D | iosf_mbi.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 63 * iosf_mbi_read() - MailBox Interface read command 64 * @port: port indicating subunit being accessed 65 * @opcode: port specific read or write opcode 69 * Locking is handled by spinlock - cannot sleep. 72 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr); 75 * iosf_mbi_write() - MailBox unmasked write command 76 * @port: port indicating subunit being accessed 77 * @opcode: port specific read or write opcode 81 * Locking is handled by spinlock - cannot sleep. [all …]
|
/Linux-v6.1/Documentation/networking/devlink/ |
D | prestera.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 Driver-specific Traps 13 .. list-table:: List of Driver-specific Traps Registered by ``prestera`` 16 * - Name 17 - Type 18 - Description 19 .. list-table:: List of Driver-specific Traps Registered by ``prestera`` 22 * - Name 23 - Type 24 - Description [all …]
|
/Linux-v6.1/include/uapi/scsi/fc/ |
D | fc_els.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 5 * Maintained at www.Open-FCoE.org 15 * Fibre Channel Switch - Enhanced Link Services definitions. 16 * From T11 FC-LS Rev 1.2 June 7, 2005. 20 * ELS Command codes - byte 0 of the frame payload 28 ELS_ABTX = 0x06, /* Abort exchange - obsolete */ 56 ELS_NACT = 0x33, /* N-port activate alias_id */ 57 ELS_NDACT = 0x34, /* N-port deactivate alias_id */ 66 ELS_RPS = 0x56, /* read port status block */ 67 ELS_RPL = 0x57, /* read port list */ [all …]
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_sock.c | 1 // SPDX-License-Identifier: GPL-2.0 36 unsigned short port; member 113 .port = 8097, 127 .port = 8097, 197 .descr = "bind6 deny specific IP & port", 201 /* if (ip == expected && port == expected) */ 223 .port = 8193, 227 .descr = "bind4 allow specific IP & port", 231 /* if (ip == expected && port == expected) */ 253 .port = 4098, [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/display/bridge/ |
D | analogix_dp.txt | 1 Analogix Display Port bridge bindings 3 Required properties for dp-controller: 4 -compatible: 5 platform specific such as: 6 * "samsung,exynos5-dp" 7 * "rockchip,rk3288-dp" 8 * "rockchip,rk3399-edp" 9 -reg: 12 -interrupts: 14 -clocks: [all …]
|
/Linux-v6.1/Documentation/arm/samsung/ |
D | overview.rst | 6 ------------ 15 - S3C24XX: See Documentation/arm/samsung-s3c24xx/overview.rst for full list 16 - S3C64XX: S3C6400 and S3C6410 17 - S5PC110 / S5PV210 21 --------------- 23 There is still documentation in Documnetation/arm/Samsung-S3C24XX/ which 24 deals with the architecture and drivers specific to these devices. 26 See Documentation/arm/samsung-s3c24xx/overview.rst for more information 27 on the implementation details and specific support. 31 ------------- [all …]
|
/Linux-v6.1/drivers/net/dsa/ocelot/ |
D | felix.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 17 /* Platform-specific information */ 43 * workaround, the few packets that are delivered to the CPU port 45 * port module, but also to the 802.1Q Ethernet CPU port, and polling 55 void (*phylink_validate)(struct ocelot *ocelot, int port, 58 int (*port_setup_tc)(struct dsa_switch *ds, int port, 60 void (*tas_guard_bands_update)(struct ocelot *ocelot, int port); 61 void (*port_sched_speed_set)(struct ocelot *ocelot, int port, 65 /* Methods for initializing the hardware resources specific to a tagging 66 * protocol (like the NPI port, for "ocelot" or "seville", or the VCAP TCAMs, [all …]
|