Searched refs:hdlcdrv_ioctl (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/net/hamradio/ |
D | baycom_par.c | 388 struct hdlcdrv_ioctl *hi, int cmd); 416 struct hdlcdrv_ioctl *hi, int cmd) in baycom_ioctl() 439 if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl))) in baycom_ioctl() 451 if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl))) in baycom_ioctl()
|
D | baycom_ser_fdx.c | 495 struct hdlcdrv_ioctl *hi, int cmd); 530 struct hdlcdrv_ioctl *hi, int cmd) in baycom_ioctl() 555 if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl))) in baycom_ioctl() 567 if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl))) in baycom_ioctl()
|
D | baycom_ser_hdx.c | 537 struct hdlcdrv_ioctl *hi, int cmd); 567 struct hdlcdrv_ioctl *hi, int cmd) in baycom_ioctl() 592 if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl))) in baycom_ioctl() 604 if (copy_to_user(ifr->ifr_data, hi, sizeof(struct hdlcdrv_ioctl))) in baycom_ioctl()
|
D | hdlcdrv.c | 600 static int hdlcdrv_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in hdlcdrv_ioctl() function 603 struct hdlcdrv_ioctl bi; in hdlcdrv_ioctl() 784 dev->do_ioctl = hdlcdrv_ioctl; in hdlcdrv_probe()
|
D | baycom_epp.c | 1204 struct hdlcdrv_ioctl hi; in baycom_ioctl()
|
/linux-2.4.37.9/include/linux/ |
D | hdlcdrv.h | 50 struct hdlcdrv_ioctl { struct 178 struct hdlcdrv_ioctl *, int);
|
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/ |
D | sm.h | 147 struct hdlcdrv_ioctl *, int);
|
D | sm.c | 369 struct hdlcdrv_ioctl *hi, int cmd); 461 struct hdlcdrv_ioctl *hi, int cmd) in sm_ioctl()
|
D | sm_sbc.c | 499 struct hdlcdrv_ioctl *hi, int cmd) in sbc_ioctl() 892 struct hdlcdrv_ioctl *hi, int cmd) in sbcfdx_ioctl()
|
D | sm_wss.c | 576 struct hdlcdrv_ioctl *hi, int cmd) in wss_ioctl() 914 struct hdlcdrv_ioctl *hi, int cmd) in wssfdx_ioctl()
|