Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 31) sorted by relevance

12

/drivers/firmware/scmi/
A Dscmi_agent-uclass.c180 struct udevice *parent = NULL, *protocol; in find_scmi_protocol_device() local
182 for (protocol = dev; protocol; protocol = parent) { in find_scmi_protocol_device()
183 parent = dev_get_parent(protocol); in find_scmi_protocol_device()
194 return protocol; in find_scmi_protocol_device()
225 struct udevice *protocol; in devm_scmi_of_get_channel() local
230 if (!protocol) in devm_scmi_of_get_channel()
233 priv = dev_get_parent_priv(protocol); in devm_scmi_of_get_channel()
234 ret = scmi_of_get_channel(protocol->parent, protocol, &priv->channel); in devm_scmi_of_get_channel()
272 struct udevice *protocol; in devm_scmi_process_msg() local
276 if (!protocol) in devm_scmi_process_msg()
[all …]
A Dsmccc_agent.c83 struct udevice *protocol, in scmi_smccc_get_channel() argument
91 if (dev_read_u32(protocol, "arm,smc-id", &func_id)) { in scmi_smccc_get_channel()
103 ret = setup_channel(protocol, chan); in scmi_smccc_get_channel()
A Dmailbox_agent.c96 struct udevice *protocol, in scmi_mbox_get_channel() argument
103 if (!dev_read_prop(protocol, "shmem", NULL)) { in scmi_mbox_get_channel()
115 ret = setup_channel(protocol, chan); in scmi_mbox_get_channel()
A Doptee_agent.c326 struct udevice *protocol, in scmi_optee_get_channel() argument
334 if (dev_read_u32(protocol, "linaro,optee-channel-id", &channel_id)) { in scmi_optee_get_channel()
346 ret = setup_channel(protocol, chan); in scmi_optee_get_channel()
A DKconfig8 protocol that defines standard interfaces for power, performance
A Dsandbox-scmi_agent.c1117 struct udevice *protocol, in sandbox_scmi_of_get_channel() argument
1124 if (dev_read_u32(protocol, "linaro,sandbox-channel-id", &channel_id)) { in sandbox_scmi_of_get_channel()
/drivers/phy/
A Dphy-zynqmp.c207 u8 protocol; member
346 u8 protocol = gtr_phy->protocol; in xpsgtr_lane_set_protocol() local
354 protocol << ICM_CFG_SHIFT); in xpsgtr_lane_set_protocol()
361 protocol << ICM_CFG_SHIFT); in xpsgtr_lane_set_protocol()
450 switch (gtr_phy->protocol) { in xpsgtr_init()
519 if (gtr_phy->protocol != ICM_PROTOCOL_DP || in xpsgtr_power_on()
546 gtr_phy->protocol = ICM_PROTOCOL_SATA; in xpsgtr_set_lane_type()
557 gtr_phy->protocol = ICM_PROTOCOL_USB; in xpsgtr_set_lane_type()
568 gtr_phy->protocol = ICM_PROTOCOL_DP; in xpsgtr_set_lane_type()
581 gtr_phy->protocol = ICM_PROTOCOL_PCIE; in xpsgtr_set_lane_type()
[all …]
/drivers/fastboot/
A DKconfig9 Fastboot is a protocol used in Android devices for
13 More information about the protocol and usecases:
32 bool "Enable fastboot protocol over UDP"
34 This enables the fastboot protocol over UDP.
41 The fastboot protocol requires a UDP port number.
46 bool "Enable fastboot protocol over TCP"
48 This enables the fastboot protocol over TCP.
66 The fastboot protocol requires a large memory buffer for
78 The fastboot protocol requires a large memory buffer for
97 The fastboot protocol includes a "flash" command for writing
[all …]
/drivers/tpm/
A DKconfig34 protocol
43 protocol
67 protocol
85 protocol
94 protocol
186 protocol.
195 protocol.
210 protocol.
/drivers/i3c/
A DKconfig5 I3C is a serial protocol standardized by the MIPI alliance.
11 The I3C protocol also standardizes the slave device types and is
/drivers/usb/gadget/
A DKconfig22 USB is a master/slave protocol, organized with one master
38 your peripheral protocol.
200 Enable mass storage protocol support in U-Boot. It allows exporting
206 Rockusb protocol is widely used by Rockchip SoC based devices. It can
208 the rockusb gadget.for more detail about Rockusb protocol, please see
216 using the same protocol as implemented by the i.MX family's boot ROM.
221 Enable Tizen's THOR download protocol support in U-Boot. It
264 protocol is ECM (Ethernet Control Model). However, compatibility with
271 Microsoft proprietary protocol to create an Ethernet device over USB.
324 Microsoft proprietary protocol to create an Ethernet device over USB.
[all …]
/drivers/video/tegra/
A DKconfig46 bool "Enable 8 bit panel communication protocol for Tegra 20/30"
52 protocol. This option allows use it as a MIPI DSI bridge to
/drivers/usb/dwc3/
A Dgadget.h88 int __dwc3_gadget_ep_set_halt(struct dwc3_ep *dep, int value, int protocol);
/drivers/soc/samsung/
A DKconfig30 This driver allows one to configure USI for desired protocol, which
/drivers/w1-eeprom/
A DKconfig11 Support for the EEPROMs connected on 1-wire Dallas protocol interface
/drivers/firmware/
A DKconfig27 This protocol library is used by client drivers to use the features
/drivers/usb/eth/
A Dusb_ether.c34 ueth->protocol = iface_desc->bInterfaceProtocol; in usb_ether_register()
/drivers/power/domain/
A DKconfig106 management protocol.
120 TI SCI protocol.
/drivers/phy/cadence/
A Dphy-cadence-torrent.c436 u32 num_regs, num_protocols, protocol; in cdns_torrent_phy_configure_multilink() local
473 for (protocol = 0; protocol < num_protocols; protocol++) { in cdns_torrent_phy_configure_multilink()
481 if (protocol == 1) { in cdns_torrent_phy_configure_multilink()
/drivers/input/
A DKconfig47 Apple-specific HID-over-SPI protocol.
/drivers/clk/
A DKconfig198 by a SCMI agent based on SCMI clock protocol communication
206 by a SCMI agent based on SCMI clock protocol communication
/drivers/spi/
A DKconfig5 protocol. Chips that support SPI can have data transfer rates
13 MMC and SD cards can be accessed using SPI protocol; and for
433 data path from 4 bits to 32 bits and numerous protocol variants.
515 the SPI protocol.
/drivers/usb/
A DKconfig28 side of the USB protocol, see the "USB Gadget" framework instead.
/drivers/reset/
A DKconfig214 protocol communication with a SCMI server.
/drivers/block/
A DKconfig234 a protocol that allows a greater variety of devices to be connected

Completed in 95 milliseconds

12