Searched refs:conns (Results 1 - 23 of 23) sorted by relevance

/linux-master/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c294 const char *const *conns; member in struct:cec_dmi_match
334 const char * const **conns)
351 *conns = m->conns;
365 const char * const **conns)
439 const char * const *conns)
457 if (!conns[port_num]) {
463 port->notify = cec_notifier_cec_adap_register(hdmi_dev, conns[port_num],
492 const char * const *conns = NULL; local
495 hdmi_dev = cros_ec_cec_find_hdmi_dev(&pdev->dev, &conns);
333 cros_ec_cec_find_hdmi_dev(struct device *dev, const char * const **conns) argument
364 cros_ec_cec_find_hdmi_dev(struct device *dev, const char * const **conns) argument
436 cros_ec_cec_init_port(struct device *dev, struct cros_ec_cec *cros_ec_cec, int port_num, struct device *hdmi_dev, const char * const *conns) argument
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c378 int conns[__NR_KIND][ARRAY_SIZE(families)] = {}; local
388 &servers[UDP][i], &conns[UDP][i],
393 &servers[TCP][i], &conns[TCP][i],
447 close_fds((int *)conns, sizeof(conns) / sizeof(conns[0][0]));
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dbase.c190 while (!list_empty(&disp->conns)) {
191 conn = list_first_entry(&disp->conns, typeof(*conn), head);
242 INIT_LIST_HEAD(&disp->conns);
H A Dudisp.c102 list_for_each_entry(conn, &disp->conns, head)
H A Duconn.c180 list_for_each_entry(cont, &disp->conns, head) {
H A Dr535.c660 list_for_each_entry(conn, &disp->conns, head) {
675 list_add_tail(&conn->head, &disp->conns);
H A Dnv50.c1728 list_for_each_entry(conn, &disp->conns, head) {
1748 list_add_tail(&outp->conn->head, &disp->conns);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Ddisp.h34 struct list_head conns; member in struct:nvkm_disp
/linux-master/net/rxrpc/
H A Dconn_client.c226 * times the maximum number of client conns away from the current
345 old = bundle->conns[slot];
347 bundle->conns[slot] = NULL;
361 bundle->conns[slot] = conn;
382 for (i = 0; i < ARRAY_SIZE(bundle->conns); i++) {
383 if (rxrpc_may_reuse_conn(bundle->conns[i]))
397 usable < ARRAY_SIZE(bundle->conns))
491 conn = bundle->conns[slot];
680 if (bundle->conns[bindex] == conn) {
682 bundle->conns[binde
[all...]
H A Dar-internal.h72 struct list_head conn_proc_list; /* List of conns in this namespace for proc */
73 struct list_head service_conns; /* Service conns in this namespace */
462 struct rxrpc_connection *conns[4]; /* The connections in the bundle (max 4) */ member in struct:rxrpc_bundle
479 atomic_t active; /* Active count for service conns */
/linux-master/sound/hda/
H A Dhdac_device.c469 int i, conn_len, conns, err; local
505 conns = 0;
537 if (conns >= max_conns)
539 conn_list[conns] = n;
541 conns++;
545 if (conns >= max_conns)
547 conn_list[conns] = val;
549 conns++;
553 return conns;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_est.c45 to 32-bit values for conns, packets, bps, cps and pps.
87 u64 conns, inpkts, outpkts, inbytes, outbytes; local
101 conns = u64_stats_read(&c->cnt.conns);
107 kconns += conns;
116 s->kstats.conns = kconns;
123 rate = (s->kstats.conns - e->last_conns) << 9;
124 e->last_conns = s->kstats.conns;
907 est->last_conns = k->conns;
H A Dip_vs_ctl.c876 IP_VS_SHOW_STATS_COUNTER(conns);
890 dst->conns = (u32)src->conns;
911 IP_VS_ZERO_STATS_COUNTER(conns);
2495 (unsigned long long)show.conns,
2531 u64 conns, inpkts, outpkts, inbytes, outbytes; local
2535 conns = u64_stats_read(&u->cnt.conns);
2543 i, (u64)conns, (u64)inpkts,
2551 (unsigned long long)kstats.conns,
[all...]
H A Dip_vs_core.c203 u64_stats_inc(&s->cnt.conns);
208 u64_stats_inc(&s->cnt.conns);
213 u64_stats_inc(&s->cnt.conns);
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c1006 /* Input conns array is sparse */
1109 struct coresight_connection **conns = pdata->out_conns; local
1113 if (csdev && conns[i]->dest_dev)
1114 coresight_remove_links(csdev, conns[i]);
1119 fwnode_handle_put(conns[i]->dest_fwnode);
1120 conns[i]->dest_fwnode = NULL;
1121 devm_kfree(dev, conns[i]);
/linux-master/include/uapi/linux/
H A Dip_vs.h178 __u32 conns; /* connections scheduled */ member in struct:ip_vs_stats_user
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c345 struct drm_connector_state *conns; local
360 for_each_new_connector_in_state(asyh->state.state, conn, conns, i) {
361 if (conns->crtc == crtc) {
362 asyc = nouveau_conn_atom(conns);
/linux-master/drivers/gpio/
H A Dgpiolib-acpi.c87 struct list_head conns; member in struct:acpi_gpio_chip
1140 list_for_each_entry(conn, &achip->conns, node) {
1184 list_add_tail(&conn->node, &achip->conns);
1206 INIT_LIST_HEAD(&achip->conns);
1231 list_for_each_entry_safe_reverse(conn, tmp, &achip->conns, node) {
/linux-master/include/net/
H A Dip_vs.h337 u64_stats_t conns; /* connections scheduled */ member in struct:ip_vs_counters
377 u64 conns; /* connections scheduled */ member in struct:ip_vs_kstats
/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c1337 int conns; local
1349 conns = spec->num_cvts;
1351 sizeof(hda_nid_t) * conns);
1353 conns = snd_hda_get_raw_connections(codec, pin_nid,
1359 per_pin->num_mux_nids = conns;
H A Dhda_codec.c91 hda_nid_t conns[] __counted_by(len);
111 p = kmalloc(struct_size(p, conns, len), GFP_KERNEL);
116 memcpy(p->conns, list, len * sizeof(hda_nid_t));
181 *listp = p->conns;
/linux-master/net/smc/
H A Dsmc_core.c683 bool conns; local
692 conns = RB_EMPTY_ROOT(&lgr->conns_all);
694 if (!conns) { /* number of lgr connections is no longer zero */
/linux-master/net/tipc/
H A Dnode.c1521 struct list_head *conns = &n->conn_sks; local
1545 list_for_each_entry_safe(conn, safe, conns, list) {

Completed in 295 milliseconds