Home
last modified time | relevance | path

Searched defs:socket (Results 1 – 25 of 71) sorted by relevance

123

/linux-6.3-rc2/drivers/pcmcia/
A Dyenta_socket.c178 struct yenta_socket *socket = dev_get_drvdata(yentadev); in show_yenta_registers() local
511 struct yenta_socket *socket = (struct yenta_socket *) dev_id; in yenta_interrupt() local
549 static void yenta_clear_maps(struct yenta_socket *socket) in yenta_clear_maps()
568 static void yenta_interrogate(struct yenta_socket *socket) in yenta_interrogate()
788 static void yenta_free_resources(struct yenta_socket *socket) in yenta_free_resources()
968 struct yenta_socket *socket = (struct yenta_socket *) dev_id; in yenta_probe_handler() local
986 static int yenta_probe_cb_irq(struct yenta_socket *socket) in yenta_probe_cb_irq()
1043 static void yenta_config_init(struct yenta_socket *socket) in yenta_config_init()
1160 struct yenta_socket *socket; in yenta_probe() local
1306 struct yenta_socket *socket = pci_get_drvdata(pdev); in yenta_dev_suspend_noirq() local
[all …]
A Dti113x.h166 #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()
259 static void ti_set_zv(struct yenta_socket *socket) in ti_set_zv()
294 static int ti_init(struct yenta_socket *socket) in ti_init()
306 static int ti_override(struct yenta_socket *socket) in ti_override()
[all …]
A Dpd6729.c61 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()
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
425 struct pd6729_socket *socket in pd6729_set_io_map() local
469 struct pd6729_socket *socket in pd6729_set_mem_map() local
629 struct pd6729_socket *socket; in pd6729_pci_probe() local
[all …]
A Dricoh.h128 #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 …]
A Di82092.c64 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()
A Dtopic.h112 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()
A Dcs.c92 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()
A Do2micro.h109 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()
A Dpd6729.h20 struct pcmcia_socket socket; member
A Dbcm63xx_pcmcia.h23 struct pcmcia_socket socket; member
A Dxxs1500_ss.c56 struct pcmcia_socket socket; member
/linux-6.3-rc2/tools/testing/selftests/drivers/sdsi/
A Dsdsi_test.py33 def get_dev_file_path(socket, file): argument
53 def get_dev_folder(self, socket): argument
56 def test_sysfs_files_exist(self, socket): argument
65 def test_sysfs_file_permissions(self, socket): argument
78 def test_sysfs_file_ownership(self, socket): argument
101 def test_sysfs_file_sizes(self, socket): argument
117 def test_no_seek_allowed(self, socket): argument
135 def test_registers_seek(self, socket): argument
151 def test_provision_akc_eoverflow_1017_bytes(self, socket): argument
167 def test_enodev_when_pci_device_removed(self, socket): argument
[all …]
/linux-6.3-rc2/include/linux/
A Dnet.h116 struct socket { struct
117 socket_state state; argument
127 struct socket_wq wq; argument
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dbpf_iter_netlink.c9 static __attribute__((noinline)) struct inode *SOCK_INODE(struct socket *socket) in SOCK_INODE()
/linux-6.3-rc2/arch/um/drivers/
A Dport_kern.c40 int socket[2]; member
79 int fd, socket[2], pid; in port_accept() local
A Dxterm_kern.c35 int xterm_fd(int socket, int *pid_out) in xterm_fd()
A Dport_user.c168 int port_connection(int fd, int *socket, int *pid_out) in port_connection()
/linux-6.3-rc2/tools/perf/util/
A Dcpumap.h20 int socket; member
/linux-6.3-rc2/tools/perf/tests/
A Dhists_filter.c21 int socket; member
/linux-6.3-rc2/drivers/usb/usbip/
A Dvudc_sysfs.c101 struct socket *socket; in usbip_sockfd_store() local
A Dstub_dev.c47 struct socket *socket; in usbip_sockfd_store() local
/linux-6.3-rc2/include/xen/interface/io/
A Dpvcalls.h48 } socket; member
95 } socket; member
/linux-6.3-rc2/drivers/isdn/mISDN/
A Dl1oip_core.c269 struct socket *socket = NULL; in l1oip_socket_send() local
643 struct socket *socket = NULL; in l1oip_socket_thread() local
/linux-6.3-rc2/arch/s390/kernel/
A Dtopology.c120 struct mask_info *socket) in add_cpus_to_mask()
179 struct mask_info *socket = &socket_info; in tl_to_masks() local
/linux-6.3-rc2/net/netfilter/
A Dnft_socket.c220 const struct nft_socket *socket; in nft_socket_reduce() local

Completed in 50 milliseconds

123