/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | serial.h | 65 int port3; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | ti-sn65dsi83.c | 588 struct device_node *port2, *port3; in sn65dsi83_parse_dt() local 592 port3 = of_graph_get_port_by_id(dev->of_node, 3); in sn65dsi83_parse_dt() 593 dual_link = drm_of_lvds_get_dual_link_pixel_order(port2, port3); in sn65dsi83_parse_dt() 595 of_node_put(port3); in sn65dsi83_parse_dt()
|
H A D | lontium-lt9211.c | 628 struct device_node *port2, *port3; in lt9211_parse_dt() local 644 port3 = of_graph_get_port_by_id(dev->of_node, 3); in lt9211_parse_dt() 645 dual_link = drm_of_lvds_get_dual_link_pixel_order(port2, port3); in lt9211_parse_dt() 647 of_node_put(port3); in lt9211_parse_dt()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | serial.h | 90 int port3; member
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emu8000.h | 58 unsigned long port3; /* Port usually at base+0x800 */ member
|
H A D | emu8000_reg.h | 18 #define EMU8000_DATA3(e) ((e)->port3) 19 #define EMU8000_PTR(e) ((e)->port3+2)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | serial.h | 90 int port3; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | emu8000.h | 58 unsigned long port3; /* Port usually at base+0x800 */ member
|
H A D | emu8000_reg.h | 18 #define EMU8000_DATA3(e) ((e)->port3) 19 #define EMU8000_PTR(e) ((e)->port3+2)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | serial.h | 78 int port3; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | serial.h | 78 int port3; member
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | switch.c | 3532 struct tb_port *port1, *port3; in tb_switch_xhci_connect() local 3539 port3 = &sw->ports[3]; in tb_switch_xhci_connect() 3545 usb_port3 = tb_lc_is_usb_plugged(port3); in tb_switch_xhci_connect() 3547 xhci_port3 = tb_lc_is_xhci_connected(port3); in tb_switch_xhci_connect() 3556 return tb_lc_xhci_connect(port3); in tb_switch_xhci_connect() 3561 return tb_lc_xhci_connect(port3); in tb_switch_xhci_connect() 3578 struct tb_port *port3 = &sw->ports[3]; in tb_switch_xhci_disconnect() local 3582 tb_lc_xhci_disconnect(port3); in tb_switch_xhci_disconnect() 3583 tb_port_dbg(port3, "disconnected xHCI\n"); in tb_switch_xhci_disconnect()
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
H A D | emu8000.c | 1097 hw->port3 = port + 0x800; in snd_emu8000_new() 1100 !(hw->res_port3 = request_region(hw->port3, 4, "Emu8000-3"))) { in snd_emu8000_new() 1101 snd_printk(KERN_ERR "sbawe: can't grab ports 0x%lx, 0x%lx, 0x%lx\n", hw->port1, hw->port2, hw->port3); in snd_emu8000_new()
|
/kernel/linux/linux-6.6/sound/isa/sb/ |
H A D | emu8000.c | 1073 hw->port3 = port + 0x800; in snd_emu8000_new() 1076 !devm_request_region(card->dev, hw->port3, 4, "Emu8000-3")) { in snd_emu8000_new() 1077 snd_printk(KERN_ERR "sbawe: can't grab ports 0x%lx, 0x%lx, 0x%lx\n", hw->port1, hw->port2, hw->port3); in snd_emu8000_new()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 593 VPD_ENTRY(port3, 2); /* PHY3 complex */
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | main.c | 3118 static DEVICE_ATTR_RO(port3);
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | main.c | 3095 static DEVICE_ATTR_RO(port3);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_hw.c | 594 VPD_ENTRY(port3, 2); /* PHY3 complex */
|