Home
last modified time | relevance | path

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

/linux-3.3/drivers/pcmcia/
Dtcic.c106 u_short psock; member
537 u_short psock; in tcic_interrupt() local
599 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_get_status() local
625 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_socket() local
700 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_io_map() local
737 u_short psock = container_of(sock, struct tcic_socket, socket)->psock; in tcic_set_mem_map() local
Di82365.c150 u_short psock; member
663 static void __init add_socket(unsigned int port, int psock, int type) in add_socket()