Lines Matching refs:atm_dev
113 static void atmtcp_v_dev_close(struct atm_dev *dev) in atmtcp_v_dev_close()
156 static int atmtcp_v_ioctl(struct atm_dev *dev,unsigned int cmd,void __user *arg) in atmtcp_v_ioctl()
234 static int atmtcp_v_proc(struct atm_dev *dev,loff_t *pos,char *page) in atmtcp_v_proc()
247 struct atm_dev *atmtcp_dev; in atmtcp_c_close()
250 atmtcp_dev = (struct atm_dev *) vcc->dev_data; in atmtcp_c_close()
262 static struct atm_vcc *find_vcc(struct atm_dev *dev, short vpi, int vci) in find_vcc()
284 struct atm_dev *dev; in atmtcp_c_send()
351 static struct atm_dev atmtcp_control_dev = {
359 static int atmtcp_create(int itf,int persist,struct atm_dev **result) in atmtcp_create()
362 struct atm_dev *dev; in atmtcp_create()
385 struct atm_dev *dev; in atmtcp_attach()
425 struct atm_dev *dev; in atmtcp_remove_persistent()