Searched refs:sockets (Results 1 – 11 of 11) sorted by relevance
| /drivers/pcmcia/ |
| A D | i82092.c | 116 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 D | i82365.c | 158 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 D | tcic.c | 114 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 D | Kconfig | 188 sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/ 201 sockets, found on the Jornada 720, Graphicsmaster and other
|
| /drivers/misc/ |
| A D | tifm_7xx1.c | 53 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 D | tifm_core.c | 179 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 D | map.c | 605 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 D | Kconfig | 72 (CONFIG_RPMSG_WWAN_CTRL) or QRTR network sockets (CONFIG_QRTR). 90 QRTR network sockets (CONFIG_QRTR).
|
| /drivers/vhost/ |
| A D | Kconfig | 64 sockets for communicating with guests. The guests must have the
|
| /drivers/net/ |
| A D | Kconfig | 474 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 D | Kconfig | 19 DataFlash cards used in MMC sockets, SPI must always be used.
|
Completed in 25 milliseconds