Searched refs:hdlcdrv_ioctl (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/net/hamradio/ | 
| D | baycom_par.c | 384 			struct hdlcdrv_ioctl *hi, int cmd); 412 			struct hdlcdrv_ioctl *hi, int cmd)  in baycom_ioctl() 431 		if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl)))  in baycom_ioctl() 443 		if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl)))  in baycom_ioctl()
  | 
| D | baycom_ser_fdx.c | 466 			struct hdlcdrv_ioctl *hi, int cmd); 501 			struct hdlcdrv_ioctl *hi, int cmd)  in baycom_ioctl() 522 		if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl)))  in baycom_ioctl() 534 		if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl)))  in baycom_ioctl()
  | 
| D | baycom_ser_hdx.c | 525 			struct hdlcdrv_ioctl *hi, int cmd); 555 			struct hdlcdrv_ioctl *hi, int cmd)  in baycom_ioctl() 576 		if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl)))  in baycom_ioctl() 588 		if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl)))  in baycom_ioctl()
  | 
| D | hdlcdrv.c | 486 static int hdlcdrv_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)  in hdlcdrv_ioctl()  function 489 	struct hdlcdrv_ioctl bi;  in hdlcdrv_ioctl() 620 	.ndo_do_ioctl	= hdlcdrv_ioctl,
  | 
| D | baycom_epp.c | 1011 	struct hdlcdrv_ioctl hi;  in baycom_ioctl()
  | 
| /Linux-v5.4/include/uapi/linux/ | 
| D | hdlcdrv.h | 51 struct hdlcdrv_ioctl {  struct
  | 
| /Linux-v5.4/include/linux/ | 
| D | hdlcdrv.h | 83 		     struct hdlcdrv_ioctl *, int);
  |