Home
last modified time | relevance | path

Searched defs:portdev (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/char/
Dvirtio_console.c160 struct ports_device *portdev; member
237 static struct port *find_port_by_devt_in_portdev(struct ports_device *portdev, in find_port_by_devt_in_portdev()
256 struct ports_device *portdev; in find_port_by_devt() local
272 static struct port *find_port_by_id(struct ports_device *portdev, u32 id) in find_port_by_id()
288 static struct port *find_port_by_vq(struct ports_device *portdev, in find_port_by_vq()
311 static inline bool use_multiport(struct ports_device *portdev) in use_multiport()
436 static ssize_t __send_control_msg(struct ports_device *portdev, u32 port_id, in __send_control_msg()
1119 static int add_port(struct ports_device *portdev, u32 id) in add_port()
1311 static void handle_control_message(struct ports_device *portdev, in handle_control_message()
1436 struct ports_device *portdev; in control_work_handler() local
[all …]
/linux-2.6.39/drivers/ide/
Dide-sysfs.c75 static ssize_t store_delete_devices(struct device *portdev, in store_delete_devices()
91 static ssize_t store_scan(struct device *portdev, in store_scan()
/linux-2.6.39/include/linux/
Dide.h738 struct device *portdev; member