Home
last modified time | relevance | path

Searched refs:port3 (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dserial.h65 int port3; member
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dti-sn65dsi83.c588 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 Dlontium-lt9211.c628 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 Dserial.h90 int port3; member
/kernel/linux/linux-5.10/include/sound/
H A Demu8000.h58 unsigned long port3; /* Port usually at base+0x800 */ member
H A Demu8000_reg.h18 #define EMU8000_DATA3(e) ((e)->port3)
19 #define EMU8000_PTR(e) ((e)->port3+2)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dserial.h90 int port3; member
/kernel/linux/linux-6.6/include/sound/
H A Demu8000.h58 unsigned long port3; /* Port usually at base+0x800 */ member
H A Demu8000_reg.h18 #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 Dserial.h78 int port3; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dserial.h78 int port3; member
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dswitch.c3532 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 Demu8000.c1097 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 Demu8000.c1073 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 Dt3_hw.c593 VPD_ENTRY(port3, 2); /* PHY3 complex */
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Dmain.c3118 static DEVICE_ATTR_RO(port3);
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Dmain.c3095 static DEVICE_ATTR_RO(port3);
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c594 VPD_ENTRY(port3, 2); /* PHY3 complex */

Completed in 32 milliseconds