Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 11 of 11) sorted by relevance

/drivers/pcmcia/
A Di82092.c116 sockets[i].dev = dev; in i82092aa_pci_probe()
119 sockets[i].socket.irq_mask = 0; in i82092aa_pci_probe()
121 sockets[i].socket.cb_dev = dev; in i82092aa_pci_probe()
124 sockets[i].number = i; in i82092aa_pci_probe()
127 sockets[i].card_state = 3; in i82092aa_pci_probe()
198 port = sockets[socket].io_base; in indirect_read()
212 port = sockets[socket].io_base; in indirect_write()
226 port = sockets[socket].io_base; in indirect_setbit()
245 port = sockets[socket].io_base; in indirect_resetbit()
263 port = sockets[socket].io_base; in indirect_write16()
[all …]
A Di82365.c158 static int sockets = 0; variable
666 socket[sockets].type = type; in add_socket()
668 if (is_alive(sockets)) in add_socket()
670 sockets++; in add_socket()
679 base = sockets-ns; in add_pcic()
786 if (sockets == 0) in isa_probe()
816 for (k = 0; k <= sockets; k++) in isa_probe()
818 for (k = 0; k <= sockets; k++) in isa_probe()
821 if (k <= sockets) break; in isa_probe()
1261 sockets = 0; in init_i82365()
[all …]
A Dtcic.c114 static int sockets; variable
401 sockets = 0; in init_tcic()
404 socket_table[sockets].psock = i; in init_tcic()
405 socket_table[sockets].id = get_tcic_id(); in init_tcic()
412 socket_table[sockets].socket.irq_mask = 0x4cf8; in init_tcic()
415 sockets++; in init_tcic()
453 for (i=0;i<sockets;i++) in init_tcic()
481 for (i = 0; i < sockets; i++) { in init_tcic()
491 for (i = 0; i < sockets; i++) { in init_tcic()
519 for (i = 0; i < sockets; i++) { in exit_tcic()
[all …]
A DKconfig188 sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/
201 sockets, found on the Jornada 720, Graphicsmaster and other
/drivers/misc/
A Dtifm_7xx1.c53 sock = fm->sockets[cnt]; in tifm_7xx1_isr()
160 sock = fm->sockets[cnt]; in tifm_7xx1_switch_media()
165 fm->sockets[cnt] = NULL; in tifm_7xx1_switch_media()
186 if (!fm->sockets[cnt]) { in tifm_7xx1_switch_media()
187 fm->sockets[cnt] = sock; in tifm_7xx1_switch_media()
219 if (fm->sockets[cnt]) in tifm_7xx1_suspend()
220 tifm_7xx1_sock_power_off(fm->sockets[cnt]->addr); in tifm_7xx1_suspend()
251 if (fm->sockets[rc]) { in tifm_7xx1_resume()
252 if (fm->sockets[rc]->type == new_ids[rc]) in tifm_7xx1_resume()
A Dtifm_core.c179 fm = kzalloc(struct_size(fm, sockets, num_sockets), GFP_KERNEL); in tifm_alloc_adapter()
223 if (fm->sockets[cnt]) in tifm_remove_adapter()
224 device_unregister(&fm->sockets[cnt]->dev); in tifm_remove_adapter()
/drivers/ras/amd/atl/
A Dmap.c605 u8 sockets = 0; in get_num_intlv_sockets() local
609 sockets = FIELD_GET(DF2_INTLV_NUM_SOCKETS, ctx->map.limit); in get_num_intlv_sockets()
613 sockets = FIELD_GET(DF2_INTLV_NUM_SOCKETS, ctx->map.base); in get_num_intlv_sockets()
617 sockets = FIELD_GET(DF4_INTLV_NUM_SOCKETS, ctx->map.intlv); in get_num_intlv_sockets()
625 return 1 << sockets; in get_num_intlv_sockets()
/drivers/net/wwan/
A DKconfig72 (CONFIG_RPMSG_WWAN_CTRL) or QRTR network sockets (CONFIG_QRTR).
90 QRTR network sockets (CONFIG_QRTR).
/drivers/vhost/
A DKconfig64 sockets for communicating with guests. The guests must have the
/drivers/net/
A DKconfig474 purpose of this is to analyze netlink messages with packet sockets.
503 This option enables a monitoring net device for vsock sockets. It is
/drivers/spi/
A DKconfig19 DataFlash cards used in MMC sockets, SPI must always be used.

Completed in 25 milliseconds