Searched refs:hidp_sock_ioctl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
H A D | sock.c | 125 static int hidp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in hidp_sock_ioctl() function 218 return hidp_sock_ioctl(sock, cmd, arg); in hidp_sock_compat_ioctl() 226 .ioctl = hidp_sock_ioctl,
|
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | sock.c | 126 static int hidp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in hidp_sock_ioctl() function 219 return hidp_sock_ioctl(sock, cmd, arg); in hidp_sock_compat_ioctl() 227 .ioctl = hidp_sock_ioctl,
|
Completed in 1 milliseconds