Home
last modified time | relevance | path

Searched refs:hidp_sock_ioctl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/hidp/
H A Dsock.c125 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 Dsock.c126 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