| /OK3568_Linux_fs/kernel/sound/aoa/fabrics/ |
| H A D | layout.c | 57 struct codec_connection *connections; member 277 .connections = onyx_connections_noheadphones, 281 .connections = topaz_input, 288 .connections = onyx_connections_reallineout, 295 .connections = topaz_input, 303 .connections = onyx_connections_noheadphones, 310 .connections = topaz_input, 318 .connections = onyx_connections_noheadphones, 322 .connections = topaz_input, 329 .connections = onyx_connections_noheadphones, [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | Kconfig | 13 that will take care of intercepting incoming connections to a 52 reduce conflicts when there are hundreds of thousands of connections 61 not far less than the number of connections per second multiplying 63 virtual server gets 200 connections per second, the connection lasts 118 connections to different real servers in a round-robin manner. 127 connections to different real servers based on server weights 129 new connections first than those with less weights, and servers 130 with higher weights get more connections than those with less 131 weights and servers with equal weights get equal connections. 140 connections to the server with the least number of active [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/ |
| H A D | data-structure-v9.rst | 12 devices (aka volumes) and connections to other nodes ("peer nodes"). Each DRBD 31 volume number. Likewise, peer_devices can be accessed from connections by 33 linked lists. There are back pointers from peer_devices to their connections a 34 devices, and from connections and devices to their resource. 41 devices and connections; their lifetime is determined by the lifetime of the
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ipvs-sysctl.rst | 35 Controls how ipvs will deal with connections that are detected 42 bit 1: enable rescheduling of new connections when it is safe. 47 bit 2: it is bit 1 plus, for TCP connections, when connections 57 connections handled by IPVS. 59 This should be enabled if connections handled by IPVS are to be 105 memory for new connections. In the current code, the 140 detection) and add back the server later, and the connections 148 connections when its destination is not available. 158 subsequent otherwise persistent connections are sent to a 160 connections are allowed to quiescent destination servers. [all …]
|
| H A D | ip_dynaddr.rst | 7 This stuff allows diald ONESHOT connections to get established by 9 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2). 21 going up. So, the *same* (local AND masqueraded) connections requests that
|
| H A D | proc_net_tcp.rst | 11 connections, and are implemented by tcp4_seq_show() in net/ipv4/tcp_ipv4.c 15 TCP connections. A typical entry of /proc/net/tcp would look like this (split
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.VSC3316-3308 | 14 On reset, VSC devices are in low-power state with all inputs, outputs and connections in an off sta… 16 …79.h to be written is 0x02 for two-wire interface. Also for crosspoint connections to be activated… 30 …This API configures the VSC3316 device for required connections. Connection through the VSC device… 37 num_con - number of connections to be configured 41 …For crosspoint connections to be activated, 01.h value need to be written in 75.h (core configurat…
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_connlimit.c | 39 unsigned int connections; in connlimit_mt() local 72 connections = nf_conncount_count(net, info->data, key, tuple_ptr, in connlimit_mt() 74 if (connections == 0) in connlimit_mt() 78 return (connections > info->limit) ^ !!(info->flags & XT_CONNLIMIT_INVERT); in connlimit_mt()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | port_kern.c | 27 struct list_head connections; member 63 list_add(&conn->list, &conn->port->connections); in pipe_interrupt() 197 .connections = LIST_HEAD_INIT(port->connections) }); in port_data() 238 conn = list_entry(port->connections.next, struct connection, in port_wait()
|
| /OK3568_Linux_fs/buildroot/package/uredir/ |
| H A D | Config.in | 5 A small Linux daemon to redirect UDP connections. It can be 6 used to forward connections on small and embedded systems that
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/rockchip/ |
| H A D | rockchip,rk618.txt | 18 The connections to the video ports are modeled using the OF graph 69 The connections to the video ports are modeled using the OF graph 123 The connections to the video ports are modeled using the OF graph 174 The connections to the video ports are modeled using the OF graph 230 The connections to the video ports are modeled using the OF graph 283 The connections to the video ports are modeled using the OF graph
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | visor.h | 105 } connections[2]; member 153 } connections[2]; member
|
| /OK3568_Linux_fs/kernel/Documentation/trace/coresight/ |
| H A D | coresight-ect.rst | 46 The hardware trigger connections between CTIs and devices is implementation 48 the connections have an architecturally defined standard layout. 76 connections subsystem triggers0 triggers1 uevent 84 * ``nr_trigger_cons`` : total connections - triggers<N> directories. 92 * ``connections``: Links to connected *CoreSight* devices. The number of 101 CoreSight and non-CoreSight connections. 195 channel / trigger connections using the appropriate sysfs attributes.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/agent-proxy/ |
| H A D | agent-proxy_1.97.bb | 1 SUMMARY = "Proxy for UDP/TCP debug connections" 2 DESCRIPTION = "The agent-proxy will forward tcp or udp connections as well as allow for script mult…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libice_1.0.10.bb | 5 transport connections. It provides basic mechanisms for setting up and \ 6 shutting down connections, for performing authentication, for \
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/greybus/ |
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/net/lapb/ |
| H A D | Kconfig | 15 currently supports LAPB only over Ethernet connections. If you want 16 to use LAPB connections over Ethernet, say Y here and to "LAPB over
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-27775.patch | 6 Make connections to two separate IPv6 zone ids create separate 7 connections.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/ |
| H A D | connman.inc | 1 SUMMARY = "A daemon for managing internet connections within embedded devices" 3 internet connections within embedded devices running the Linux \ 168 SUMMARY:${PN}-vpn = "A daemon for managing VPN connections within embedded devices" 170 managing VPN connections within embedded devices running the Linux \ 171 operating system. The connman-vpnd handles all the VPN connections \ 173 provides a DBus API for managing VPN connections. All the different \
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | cookies.ui | 88 <connections> 105 </connections>
|
| H A D | bookmarks.ui | 88 <connections> 105 </connections>
|
| H A D | addbookmarkdialog.ui | 64 <connections> 97 </connections>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/modemmanager/ |
| H A D | modemmanager_1.18.8.bb | 1 SUMMARY = "ModemManager is a daemon controlling broadband devices/connections" 2 …ager is a DBus-activated daemon which controls mobile broadband (2G/3G/4G) devices and connections"
|