/drivers/usb/serial/ |
D | visor.h | 109 } connections[2]; member 157 } connections[2]; member
|
D | visor.c | 359 switch (connection_info->connections[i].port_function_id) { in palm_os_3_probe() 381 connection_info->connections[i].port, string); in palm_os_3_probe()
|
/drivers/staging/greybus/ |
D | bundle.c | 97 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_disable_all_connections() 105 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_enable_all_connections() 208 INIT_LIST_HEAD(&bundle->connections); in gb_bundle_create()
|
D | core.c | 208 WARN_ON(!list_empty(&bundle->connections)); in greybus_probe() 242 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove() 255 WARN_ON(!list_empty(&bundle->connections)); in greybus_remove()
|
D | connection.c | 32 list_for_each_entry(connection, &hd->connections, hd_links) { in gb_connection_cport_in_use() 65 list_for_each_entry(connection, &hd->connections, hd_links) in gb_connection_hd_find() 207 list_add(&connection->hd_links, &hd->connections); in _gb_connection_create() 210 list_add(&connection->bundle_links, &bundle->connections); in _gb_connection_create()
|
D | bundle.h | 30 struct list_head connections; member
|
D | hd.h | 48 struct list_head connections; member
|
D | hd.c | 175 INIT_LIST_HEAD(&hd->connections); in gb_hd_create()
|
/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,
|
/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
|
/drivers/staging/vc04_services/interface/vchi/ |
D | vchi.h | 146 …SERVICE_INIT)(VCHI_INSTANCE_T initialise_instance, VCHI_CONNECTION_T **connections, uint32_t num_c… 171 extern int32_t vchi_connect( VCHI_CONNECTION_T **connections,
|
/drivers/isdn/i4l/ |
D | Kconfig | 12 Over digital connections such as ISDN, there is no need to 34 by bundling several ISDN-connections, using this protocol. See 85 This feature provides the X.25 protocol over ISDN connections.
|
/drivers/block/drbd/ |
D | drbd_int.h | 671 struct list_head connections; member 697 struct list_head connections; member 1046 list_for_each_entry(connection, &resource->connections, connections) 1049 list_for_each_entry_rcu(connection, &resource->connections, connections) 1052 list_for_each_entry_safe(connection, tmp, &resource->connections, connections) 2371 return list_first_entry_or_null(&resource->connections, in first_connection() 2372 struct drbd_connection, connections); in first_connection()
|
D | drbd_state_change.h | 39 struct drbd_connection_state_change *connections; member
|
D | drbd_nl.c | 3522 connection = list_entry(&resource->connections, struct drbd_connection, connections); in drbd_adm_dump_connections() 3525 list_for_each_entry_continue_rcu(connection, &resource->connections, connections) { in drbd_adm_dump_connections() 3738 struct list_head *connections = &resource->connections; in the_only_connection() local 3740 if (list_empty(connections) || connections->next->next != connections) in the_only_connection() 3742 return list_first_entry(&resource->connections, struct drbd_connection, connections); in the_only_connection() 4463 list_for_each_entry(connection, &resource->connections, connections) in adm_del_resource() 4914 notify_connection_state_change(skb, seq, &state_change->connections[n], in get_initial_state()
|
D | drbd_state.c | 85 state_change->connections = (void *)&state_change->devices[n_devices]; in alloc_state_change() 86 state_change->peer_devices = (void *)&state_change->connections[n_connections]; in alloc_state_change() 91 state_change->connections[n].connection = NULL; in alloc_state_change() 123 connection_state_change = state_change->connections; in remember_old_state() 195 &state_change->connections[n]; in remember_new_state() 238 &state_change->connections[n_connection]; in copy_old_to_new_state_change() 283 state_change->connections[n].connection; in forget_state_change() 1646 &state_change->connections[n_connection]; in broadcast_state_change()
|
D | Kconfig | 17 NOTE: In order to authenticate connections you have to select
|
/drivers/infiniband/ |
D | Kconfig | 32 to set up connections and directly access InfiniBand 89 uses for each device, when initiaing new connections.
|
/drivers/net/wireless/ |
D | Kconfig | 121 This option adds support for ethernet connections to appear as if they 122 are wifi connections through a special rtnetlink device.
|
/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 19 connections, and then increase the interface MTU with
|
/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_shim.c | 531 int32_t vchi_connect(VCHI_CONNECTION_T **connections, in vchi_connect() argument 537 (void)connections; in vchi_connect()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_fcoe.c | 774 hash_for_each_possible(cdev->connections, hash_con, node, handle) { in qed_fcoe_get_hash() 795 if (!hash_empty(cdev->connections)) { in qed_fcoe_stop() 831 hash_init(cdev->connections); in qed_fcoe_start() 890 hash_add(cdev->connections, &hash_con->node, *handle); in qed_fcoe_acquire_conn()
|
D | qed_iscsi.c | 1114 hash_for_each_possible(cdev->connections, hash_con, node, handle) { in qed_iscsi_get_hash() 1134 if (!hash_empty(cdev->connections)) { in qed_iscsi_stop() 1170 hash_init(cdev->connections); in qed_iscsi_start() 1226 hash_add(cdev->connections, &hash_con->node, *handle); in qed_iscsi_acquire_conn()
|
/drivers/staging/greybus/tools/ |
D | README.loopback | 85 …-m mask - a bit mask of connections to include example: -m 8 = 4th connection -m 9 = 1st and 4… 86 default is zero which means broadcast to all connections
|
/drivers/net/hamradio/ |
D | Kconfig | 8 used for networking over AX.25 amateur radio connections; it 28 connections, but it has some extended functionality.
|