/kernel/linux/linux-5.10/drivers/pcmcia/ |
D | yenta_socket.c | 84 static inline u32 cb_readl(struct yenta_socket *socket, unsigned reg) in cb_readl() 91 static inline void cb_writel(struct yenta_socket *socket, unsigned reg, u32 val) in cb_writel() 98 static inline u8 config_readb(struct yenta_socket *socket, unsigned offset) in config_readb() 106 static inline u16 config_readw(struct yenta_socket *socket, unsigned offset) in config_readw() 114 static inline u32 config_readl(struct yenta_socket *socket, unsigned offset) in config_readl() 122 static inline void config_writeb(struct yenta_socket *socket, unsigned offset, u8 val) in config_writeb() 128 static inline void config_writew(struct yenta_socket *socket, unsigned offset, u16 val) in config_writew() 134 static inline void config_writel(struct yenta_socket *socket, unsigned offset, u32 val) in config_writel() 140 static inline u8 exca_readb(struct yenta_socket *socket, unsigned reg) in exca_readb() 147 static inline u8 exca_readw(struct yenta_socket *socket, unsigned reg) in exca_readw() [all …]
|
D | vrc4173_cardu.c | 56 static inline uint8_t exca_readb(vrc4173_socket_t *socket, uint16_t offset) in exca_readb() 61 static inline uint16_t exca_readw(vrc4173_socket_t *socket, uint16_t offset) in exca_readw() 71 static inline void exca_writeb(vrc4173_socket_t *socket, uint16_t offset, uint8_t val) in exca_writeb() 76 static inline void exca_writew(vrc4173_socket_t *socket, uint8_t offset, uint16_t val) in exca_writew() 82 static inline uint32_t cardbus_socket_readl(vrc4173_socket_t *socket, u16 offset) in cardbus_socket_readl() 87 static inline void cardbus_socket_writel(vrc4173_socket_t *socket, u16 offset, uint32_t val) in cardbus_socket_writel() 124 vrc4173_socket_t *socket = &cardu_sockets[slot]; in cardu_init() local 148 vrc4173_socket_t *socket = &cardu_sockets[sock]; in cardu_register_callback() local 158 vrc4173_socket_t *socket = &cardu_sockets[sock]; in cardu_inquire_socket() local 167 vrc4173_socket_t *socket = &cardu_sockets[sock]; in cardu_get_status() local [all …]
|
D | ti113x.h | 166 #define ti_sysctl(socket) ((socket)->private[0]) argument 167 #define ti_cardctl(socket) ((socket)->private[1]) argument 168 #define ti_devctl(socket) ((socket)->private[2]) argument 169 #define ti_diag(socket) ((socket)->private[3]) argument 170 #define ti_mfunc(socket) ((socket)->private[4]) argument 171 #define ene_test_c9(socket) ((socket)->private[5]) argument 176 static void ti_save_state(struct yenta_socket *socket) in ti_save_state() 188 static void ti_restore_state(struct yenta_socket *socket) in ti_restore_state() 207 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ti_zoom_video() local 231 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ti1250_zoom_video() local [all …]
|
D | pd6729.c | 61 static unsigned char indirect_read(struct pd6729_socket *socket, in indirect_read() 78 static unsigned short indirect_read16(struct pd6729_socket *socket, in indirect_read16() 98 static void indirect_write(struct pd6729_socket *socket, unsigned short reg, in indirect_write() 112 static void indirect_setbit(struct pd6729_socket *socket, unsigned short reg, in indirect_setbit() 130 static void indirect_resetbit(struct pd6729_socket *socket, unsigned short reg, in indirect_resetbit() 148 static void indirect_write16(struct pd6729_socket *socket, unsigned short reg, in indirect_write16() 175 struct pd6729_socket *socket = (struct pd6729_socket *)dev; in pd6729_interrupt() local 239 struct pd6729_socket *socket = from_timer(socket, t, poll_timer); in pd6729_interrupt_wrapper() local 247 struct pd6729_socket *socket in pd6729_get_status() local 296 struct pd6729_socket *socket in pd6729_set_socket() local [all …]
|
D | ricoh.h | 128 #define rl_misc(socket) ((socket)->private[0]) argument 129 #define rl_ctl(socket) ((socket)->private[1]) argument 130 #define rl_io(socket) ((socket)->private[2]) argument 131 #define rl_mem(socket) ((socket)->private[3]) argument 132 #define rl_config(socket) ((socket)->private[4]) argument 137 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ricoh_zoom_video() local 149 static void ricoh_set_zv(struct yenta_socket *socket) in ricoh_set_zv() 163 static void ricoh_set_clkrun(struct yenta_socket *socket, bool quiet) in ricoh_set_clkrun() 192 static void ricoh_save_state(struct yenta_socket *socket) in ricoh_save_state() 201 static void ricoh_restore_state(struct yenta_socket *socket) in ricoh_restore_state() [all …]
|
D | i82092.c | 64 struct pcmcia_socket socket; member 189 static unsigned char indirect_read(int socket, unsigned short reg) in indirect_read() 204 static void indirect_write(int socket, unsigned short reg, unsigned char value) in indirect_write() 217 static void indirect_setbit(int socket, unsigned short reg, unsigned char mask) in indirect_setbit() 235 static void indirect_resetbit(int socket, in indirect_resetbit() 253 static void indirect_write16(int socket, in indirect_write16() 403 static int i82092aa_get_status(struct pcmcia_socket *socket, u_int *value) in i82092aa_get_status() 443 static int i82092aa_set_socket(struct pcmcia_socket *socket, in i82092aa_set_socket() 549 static int i82092aa_set_io_map(struct pcmcia_socket *socket, in i82092aa_set_io_map() 589 static int i82092aa_set_mem_map(struct pcmcia_socket *socket, in i82092aa_set_mem_map()
|
D | topic.h | 112 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in topic97_zoom_video() local 133 static int topic97_override(struct yenta_socket *socket) in topic97_override() 141 static int topic95_override(struct yenta_socket *socket) in topic95_override()
|
D | vrc4171_card.c | 224 struct vrc4171_socket *socket; in pccard_init() local 307 struct vrc4171_socket *socket; in pccard_set_socket() local 507 struct vrc4171_socket *socket; in pccard_interrupt() local 557 struct vrc4171_socket *socket; in vrc4171_add_sockets() local 607 struct vrc4171_socket *socket; in vrc4171_remove_sockets() local
|
D | cs.c | 92 struct pcmcia_socket *socket = dev_get_drvdata(dev); in pcmcia_release_socket() local 103 int pcmcia_register_socket(struct pcmcia_socket *socket) in pcmcia_register_socket() 206 void pcmcia_unregister_socket(struct pcmcia_socket *socket) in pcmcia_unregister_socket()
|
D | o2micro.h | 109 static int o2micro_override(struct yenta_socket *socket) in o2micro_override() 174 static void o2micro_restore_state(struct yenta_socket *socket) in o2micro_restore_state()
|
D | pd6729.h | 20 struct pcmcia_socket socket; member
|
D | bcm63xx_pcmcia.h | 23 struct pcmcia_socket socket; member
|
/kernel/liteos_a/syscall/ |
D | net_syscall.c | 137 int SysAccept(int socket, struct sockaddr *address, in SysAccept() 272 ssize_t SysRecv(int socket, void *buffer, size_t length, int flags) in SysRecv() 297 ssize_t SysRecvFrom(int socket, void *buffer, size_t length, in SysRecvFrom() 334 int SysShutdown(int socket, int how) in SysShutdown() 347 int SysSetSockOpt(int socket, int level, int optName, in SysSetSockOpt()
|
/kernel/linux/linux-5.10/include/linux/ |
D | net.h | 114 struct socket { struct 115 socket_state state; argument 125 struct socket_wq wq; argument 140 int (*release) (struct socket *sock); argument
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
D | transport.c | 920 uint8_t *master_key, struct socket *socket) in tcp_update_socket() 1008 int socket_fd, uint8_t *master_key, struct socket *socket) in tcp_alloc_handle() 1116 lookup_conn_by_socketfd_unsafe(struct hmdfs_peer *node, struct socket *socket) in lookup_conn_by_socketfd_unsafe() 1143 uint8_t *master_key, uint8_t status, struct socket *socket) in alloc_conn_tcp() 1176 struct socket *socket, in add_conn_tcp_unsafe() 1201 struct socket *socket = NULL; in hmdfs_get_conn_tcp() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | local_storage.c | 43 struct socket { struct 44 struct sock *sk;
|
D | bpf_iter_netlink.c | 10 static __attribute__((noinline)) struct inode *SOCK_INODE(struct socket *socket) in SOCK_INODE()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | port_kern.c | 40 int socket[2]; member 79 int fd, socket[2], pid; in port_accept() local
|
D | xterm_kern.c | 35 int xterm_fd(int socket, int *pid_out) in xterm_fd()
|
D | port_user.c | 167 int port_connection(int fd, int *socket, int *pid_out) in port_connection()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | hists_filter.c | 21 int socket; member
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
D | vudc_sysfs.c | 101 struct socket *socket; in usbip_sockfd_store() local
|
/kernel/linux/linux-5.10/include/xen/interface/io/ |
D | pvcalls.h | 46 } socket; member 93 } socket; member
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
D | l1oip_core.c | 269 struct socket *socket = NULL; in l1oip_socket_send() local 643 struct socket *socket = NULL; in l1oip_socket_thread() local
|
/kernel/linux/linux-5.10/net/rxrpc/ |
D | local_object.c | 388 struct socket *socket = local->socket; in rxrpc_local_destroyer() local
|