Home
last modified time | relevance | path

Searched defs:psock (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/pcmcia/
Dtcic.c105 u_short psock; member
535 u_short psock; in tcic_interrupt() local
597 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_get_status() local
623 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_socket() local
698 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_io_map() local
735 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_mem_map() local
Di82365.c149 u_short psock; member
662 static void __init add_socket(unsigned int port, int psock, int type) in add_socket()