Searched refs:pcc_socket (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/pcmcia/ |
D | m32r_pcc.c | 50 typedef struct pcc_socket { struct 577 pcc_socket_t *s = container_of(class_dev, struct pcc_socket, 611 unsigned int sock = container_of(s, struct pcc_socket, socket)->number; 622 unsigned int sock = container_of(s, struct pcc_socket, socket)->number; 632 unsigned int sock = container_of(s, struct pcc_socket, socket)->number; 641 unsigned int sock = container_of(s, struct pcc_socket, socket)->number;
|
D | m32r_cfc.c | 42 typedef struct pcc_socket { struct 589 pcc_socket_t *s = container_of(class_dev, struct pcc_socket, 623 unsigned int sock = container_of(s, struct pcc_socket, socket)->number; in pcc_get_status() 636 unsigned int sock = container_of(s, struct pcc_socket, socket)->number; in pcc_set_socket() 648 unsigned int sock = container_of(s, struct pcc_socket, socket)->number; in pcc_set_io_map() 660 unsigned int sock = container_of(s, struct pcc_socket, socket)->number; in pcc_set_mem_map()
|