Lines Matching refs:atm_dev
114 static void atmtcp_v_dev_close(struct atm_dev *dev) in atmtcp_v_dev_close()
157 static int atmtcp_v_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg) in atmtcp_v_ioctl()
235 static int atmtcp_v_proc(struct atm_dev *dev,loff_t *pos,char *page) in atmtcp_v_proc()
248 struct atm_dev *atmtcp_dev; in atmtcp_c_close()
251 atmtcp_dev = (struct atm_dev *) vcc->dev_data; in atmtcp_c_close()
263 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc()
285 struct atm_dev *dev; in atmtcp_c_send()
352 static struct atm_dev atmtcp_control_dev = {
360 static int atmtcp_create(int itf,int persist,struct atm_dev **result) in atmtcp_create()
363 struct atm_dev *dev; in atmtcp_create()
386 struct atm_dev *dev; in atmtcp_attach()
426 struct atm_dev *dev; in atmtcp_remove_persistent()