Searched refs:port2 (Results 1 – 12 of 12) sorted by relevance
/linux-4.19.296/drivers/media/tuners/ |
D | tda9887.c | 433 static unsigned int port2 = UNSET; variable 438 module_param(port2, int, 0644); 453 if (UNSET != port2) { in tda9887_set_insmod() 454 if (port2) in tda9887_set_insmod()
|
D | tea5767.h | 32 unsigned int port2:1; member
|
D | tea5767.c | 213 if (priv->ctrl.port2) in set_radio_freq() 455 priv->ctrl.port2 = 1; in tea5767_attach()
|
/linux-4.19.296/include/uapi/linux/ |
D | serial.h | 88 int port2; member
|
/linux-4.19.296/include/sound/ |
D | emu8000.h | 70 unsigned long port2; /* Port usually at base+0x400 */ member
|
D | emu8000_reg.h | 30 #define EMU8000_DATA1(e) ((e)->port2) 31 #define EMU8000_DATA2(e) ((e)->port2+2)
|
/linux-4.19.296/include/linux/mlx4/ |
D | driver.h | 86 u8 port2; member
|
D | device.h | 1519 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2);
|
/linux-4.19.296/drivers/parport/ |
D | parport_pc.c | 2440 unsigned port1, port2; in sio_via_probe() local 2554 port2 = 0x7bc; break; in sio_via_probe() 2556 port2 = 0x778; break; in sio_via_probe() 2558 port2 = 0x678; break; in sio_via_probe() 2580 if (parport_pc_probe_port(port1, port2, irq, dma, &pdev->dev, 0)) { in sio_via_probe()
|
/linux-4.19.296/include/linux/ |
D | serial_core.h | 440 int uart_match_port(struct uart_port *port1, struct uart_port *port2);
|
/linux-4.19.296/drivers/char/ |
D | sonypi.c | 157 u16 port2; member 1254 dev->ioport2 = ioport_list->port2; in sonypi_setup_ioports()
|
D | virtio_console.c | 1980 struct port *port, *port2; in virtcons_remove() local 2003 list_for_each_entry_safe(port, port2, &portdev->ports, list) in virtcons_remove()
|