/Linux-v4.19/drivers/platform/x86/ |
D | intel_cht_int33fe.c | 37 struct device_connection connections[3]; member 177 data->connections[0].endpoint[0] = "i2c-fusb302"; in cht_int33fe_probe() 178 data->connections[0].endpoint[1] = "i2c-pi3usb30532"; in cht_int33fe_probe() 179 data->connections[0].id = "typec-switch"; in cht_int33fe_probe() 180 data->connections[1].endpoint[0] = "i2c-fusb302"; in cht_int33fe_probe() 181 data->connections[1].endpoint[1] = "i2c-pi3usb30532"; in cht_int33fe_probe() 182 data->connections[1].id = "typec-mux"; in cht_int33fe_probe() 183 data->connections[2].endpoint[0] = "i2c-fusb302"; in cht_int33fe_probe() 184 data->connections[2].endpoint[1] = "intel_xhci_usb_sw-role-switch"; in cht_int33fe_probe() 185 data->connections[2].id = "usb-role-switch"; in cht_int33fe_probe() [all …]
|
/Linux-v4.19/sound/aoa/fabrics/ |
D | layout.c | 59 struct codec_connection *connections; member 279 .connections = onyx_connections_noheadphones, 283 .connections = topaz_input, 290 .connections = onyx_connections_reallineout, 297 .connections = topaz_input, 305 .connections = onyx_connections_noheadphones, 312 .connections = topaz_input, 320 .connections = onyx_connections_noheadphones, 324 .connections = topaz_input, 331 .connections = onyx_connections_noheadphones, [all …]
|
/Linux-v4.19/Documentation/driver-api/ |
D | device_connection.rst | 2 Device connections 8 Devices often have connections to other devices that are outside of the direct 15 Device connections are generic descriptions of any type of connection between 18 Device connections alone do not create a dependency between the two devices. 27 Device connections should exist before device ``->probe`` callback is called for 28 either endpoint device in the description. If the connections are defined in 34 is needed if there are multiple connections between the two devices.
|
/Linux-v4.19/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 8 devices (aka volumes) and connections to other nodes ("peer nodes"). Each DRBD 27 volume number. Likewise, peer_devices can be accessed from connections by 29 linked lists. There are back pointers from peer_devices to their connections a 30 devices, and from connections and devices to their resource. 37 devices and connections; their lifetime is determined by the lifetime of the
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | Kconfig | 12 that will take care of intercepting incoming connections to a 51 reduce conflicts when there are hundreds of thousands of connections 60 not far less than the number of connections per second multiplying 62 virtual server gets 200 connections per second, the connection lasts 117 connections to different real servers in a round-robin manner. 126 connections to different real servers based on server weights 128 new connections first than those with less weights, and servers 129 with higher weights get more connections than those with less 130 weights and servers with equal weights get equal connections. 139 connections to the server with the least number of active [all …]
|
/Linux-v4.19/net/netfilter/ |
D | xt_connlimit.c | 37 unsigned int connections; in connlimit_mt() local 70 connections = nf_conncount_count(net, info->data, key, tuple_ptr, in connlimit_mt() 72 if (connections == 0) in connlimit_mt() 76 return (connections > info->limit) ^ !!(info->flags & XT_CONNLIMIT_INVERT); in connlimit_mt()
|
/Linux-v4.19/Documentation/networking/ |
D | ipvs-sysctl.txt | 28 Controls how ipvs will deal with connections that are detected 36 bit 1: enable rescheduling of new connections when it is safe. 41 bit 2: it is bit 1 plus, for TCP connections, when connections 51 connections handled by IPVS. 53 This should be enabled if connections handled by IPVS are to be 99 memory for new connections. In the current code, the 134 detection) and add back the server later, and the connections 142 connections when its destination is not available. 152 subsequent otherwise persistent connections are sent to a 154 connections are allowed to quiescent destination servers. [all …]
|
D | ip_dynaddr.txt | 3 This stuff allows diald ONESHOT connections to get established by 5 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2). 16 going up. So, the *same* (local AND masqueraded) connections requests that
|
D | proc_net_tcp.txt | 5 connections, and are implemented by tcp4_seq_show() in net/ipv4/tcp_ipv4.c 9 TCP connections. A typical entry of /proc/net/tcp would look like this (split
|
/Linux-v4.19/arch/um/drivers/ |
D | port_kern.c | 27 struct list_head connections; member 63 list_add(&conn->list, &conn->port->connections); in pipe_interrupt() 198 .connections = LIST_HEAD_INIT(port->connections) }); in port_data() 239 conn = list_entry(port->connections.next, struct connection, in port_wait()
|
/Linux-v4.19/drivers/usb/serial/ |
D | visor.h | 105 } connections[2]; member 153 } connections[2]; member
|
/Linux-v4.19/net/lapb/ |
D | Kconfig | 14 currently supports LAPB only over Ethernet connections. If you want 15 to use LAPB connections over Ethernet, say Y here and to "LAPB over
|
/Linux-v4.19/Documentation/devicetree/bindings/ |
D | graph.txt | 7 control flow to devices, but there can be more complex connections between 11 phandle properties pointing to other nodes to describe connections that 18 type of the connections, they just map their existence. Specific properties 24 the connecting data buses. A single port with multiple connections can
|
/Linux-v4.19/drivers/staging/greybus/ |
D | bundle.c | 96 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_disable_all_connections() 104 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_enable_all_connections() 207 INIT_LIST_HEAD(&bundle->connections); in gb_bundle_create()
|
D | core.c | 207 WARN_ON(!list_empty(&bundle->connections)); in greybus_probe() 241 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove() 254 WARN_ON(!list_empty(&bundle->connections)); in greybus_remove()
|
/Linux-v4.19/drivers/isdn/ |
D | Kconfig | 12 data connections. If your computer is equipped with an ISDN 28 connections and as dialin/out device. The isdn-tty's have a built 51 and data connections, controlling call options and protocols,
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | qcom,apq8096.txt | 13 Definition: A list of the connections between audio components. 90 qcom,audio-routing: A list of the connections between audio components.
|
D | mt2701-wm8960.txt | 6 - audio-routing: a list of the connections between audio
|
/Linux-v4.19/net/kcm/ |
D | Kconfig | 10 protocol over kernel connectons (e.g. TCP connections).
|
/Linux-v4.19/drivers/net/wan/ |
D | Kconfig | 11 achievable with commonly used asynchronous modem connections. 119 Generic HDLC driver supporting raw HDLC over WAN connections. 128 over WAN connections. 138 Generic HDLC driver supporting Cisco HDLC over WAN connections. 146 Generic HDLC driver supporting Frame Relay over WAN connections. 154 Generic HDLC driver supporting PPP over WAN connections. 162 Generic HDLC driver supporting X.25 over WAN connections. 345 carry several logical point-to-point connections to other computers 361 How many logical point-to-point frame relay connections (the
|
/Linux-v4.19/Documentation/isdn/ |
D | README.x25 | 23 - Monitor your isdn connections while using this software. This should 73 It should however be possible to establish such packet mode connections 99 connections on top of the isdnloop driver and the hisax driver. 103 occurs, all existing X.25 connections on that link will be cleared 166 will cause all x.25 connections to the destination X.25-address
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_state_change.h | 39 struct drbd_connection_state_change *connections; member
|
/Linux-v4.19/drivers/staging/vc04_services/interface/vchi/ |
D | vchi.h | 141 …SERVICE_INIT)(VCHI_INSTANCE_T initialise_instance, VCHI_CONNECTION_T **connections, uint32_t num_c… 165 extern int32_t vchi_connect( VCHI_CONNECTION_T **connections,
|
/Linux-v4.19/Documentation/devicetree/bindings/display/connector/ |
D | vga-connector.txt | 15 The VGA connector internal connections are modeled using the OF graph bindings
|
/Linux-v4.19/net/smc/ |
D | Kconfig | 7 AF_INET TCP connections transparently.
|