Home
last modified time | relevance | path

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

/linux-3.3/drivers/char/
Dvirtio_console.c168 struct ports_device *portdev; member
252 static struct port *find_port_by_devt_in_portdev(struct ports_device *portdev, in find_port_by_devt_in_portdev()
271 struct ports_device *portdev; in find_port_by_devt() local
287 static struct port *find_port_by_id(struct ports_device *portdev, u32 id) in find_port_by_id()
303 static struct port *find_port_by_vq(struct ports_device *portdev, in find_port_by_vq()
326 static inline bool use_multiport(struct ports_device *portdev) in use_multiport()
442 static ssize_t __send_control_msg(struct ports_device *portdev, u32 port_id, in __send_control_msg()
1135 static int add_port(struct ports_device *portdev, u32 id) in add_port()
1333 static void handle_control_message(struct ports_device *portdev, in handle_control_message()
1466 struct ports_device *portdev; in control_work_handler() local
[all …]
/linux-3.3/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-3.3/include/linux/
Dide.h738 struct device *portdev; member