Home
last modified time | relevance | path

Searched refs:socket_shutdown (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pcmcia/
H A Dcs.c280 * socket_setup() and socket_shutdown() are called by the main event handler
283 * socket_shutdown() unconfigures a socket and turns off socket power.
285 static void socket_shutdown(struct pcmcia_socket *s) in socket_shutdown() function
444 socket_shutdown(skt); in socket_insert()
499 socket_shutdown(skt); in socket_late_resume()
508 socket_shutdown(skt); in socket_late_resume()
560 socket_shutdown(skt); in socket_remove()
/linux/Documentation/pcmcia/
H A Dlocking.rst31 socket_shutdown()
/linux/security/
H A Dsecurity.c4794 return call_int_hook(socket_shutdown, sock, how); in security_socket_shutdown()
/linux/security/selinux/
H A Dhooks.c7480 LSM_HOOK_INIT(socket_shutdown, selinux_socket_shutdown),