Home
last modified time | relevance | path

Searched refs:port0 (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/watchdog/
H A Dpcwd.c222 int port0, last_port0; /* Double read for stabilising */ in send_isa_command() local
232 port0 = inb_p(pcwd_private.io_addr); in send_isa_command()
234 last_port0 = port0; in send_isa_command()
235 port0 = inb_p(pcwd_private.io_addr); in send_isa_command()
237 if (port0 == last_port0) in send_isa_command()
244 pr_debug("received following data for cmd=0x%02x: port0=0x%02x last_port0=0x%02x\n", in send_isa_command()
245 cmd, port0, last_port0); in send_isa_command()
247 return port0; in send_isa_command()
809 int port0, last_port0; /* Reg 0, in case it's REV A */ in pcwd_isa_match() local
824 port0 in pcwd_isa_match()
[all...]
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dpcwd.c222 int port0, last_port0; /* Double read for stabilising */ in send_isa_command() local
232 port0 = inb_p(pcwd_private.io_addr); in send_isa_command()
234 last_port0 = port0; in send_isa_command()
235 port0 = inb_p(pcwd_private.io_addr); in send_isa_command()
237 if (port0 == last_port0) in send_isa_command()
244 pr_debug("received following data for cmd=0x%02x: port0=0x%02x last_port0=0x%02x\n", in send_isa_command()
245 cmd, port0, last_port0); in send_isa_command()
247 return port0; in send_isa_command()
809 int port0, last_port0; /* Reg 0, in case it's REV A */ in pcwd_isa_match() local
824 port0 in pcwd_isa_match()
[all...]
/kernel/linux/linux-6.6/sound/soc/generic/
H A Daudio-graph-card2.c779 struct device_node *port0, *port1, *ports; in audio_graph2_link_c2c() local
802 port0 = lnk; in audio_graph2_link_c2c()
803 ports = of_get_parent(port0); in audio_graph2_link_c2c()
834 ep0 = port_to_endpoint(port0); in audio_graph2_link_c2c()
864 of_node_put(port0); in audio_graph2_link_c2c()
1017 struct device_node *port0 = lnk; in graph_count_c2c() local
1019 struct device_node *ep0 = port_to_endpoint(port0); in graph_count_c2c()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h292 struct port_info *port0 = adap2pinfo(adap, 0); in phy2portid() local
294 return &port0->phy == phy ? 0 : 1; in phy2portid()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h292 struct port_info *port0 = adap2pinfo(adap, 0); in phy2portid() local
294 return &port0->phy == phy ? 0 : 1; in phy2portid()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_edgeport.c907 struct usb_serial_port *port0 = serial->port[0]; in edge_open() local
911 port0->interrupt_in_buffer; in edge_open()
913 port0->interrupt_in_endpointAddress; in edge_open()
914 edge_serial->interrupt_read_urb = port0->interrupt_in_urb; in edge_open()
915 edge_serial->bulk_in_buffer = port0->bulk_in_buffer; in edge_open()
917 port0->bulk_in_endpointAddress; in edge_open()
918 edge_serial->read_urb = port0->read_urb; in edge_open()
920 port0->bulk_out_endpointAddress; in edge_open()
926 port0->interrupt_in_endpointAddress), in edge_open()
927 port0 in edge_open()
[all...]
H A Dmxuport.c1162 struct usb_serial_port *port0 = serial->port[0]; in mxuport_attach() local
1173 err = usb_serial_generic_submit_read_urbs(port0, GFP_KERNEL); in mxuport_attach()
1179 usb_serial_generic_close(port0); in mxuport_attach()
1188 struct usb_serial_port *port0 = serial->port[0]; in mxuport_release() local
1192 usb_serial_generic_close(port0); in mxuport_release()
H A Dquatech2.c622 struct usb_serial_port *port0; in qt2_setup_urbs() local
626 port0 = serial->port[0]; in qt2_setup_urbs()
635 port0->bulk_in_endpointAddress), in qt2_setup_urbs()
H A Df81534.c1125 struct usb_serial_port *port0 = port->serial->port[0]; in f81534_close() local
1140 for (i = 0; i < ARRAY_SIZE(port0->read_urbs); ++i) in f81534_close()
1141 usb_kill_urb(port0->read_urbs[i]); in f81534_close()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_edgeport.c831 struct usb_serial_port *port0 = serial->port[0]; in edge_open() local
835 port0->interrupt_in_buffer; in edge_open()
837 port0->interrupt_in_endpointAddress; in edge_open()
838 edge_serial->interrupt_read_urb = port0->interrupt_in_urb; in edge_open()
839 edge_serial->bulk_in_buffer = port0->bulk_in_buffer; in edge_open()
841 port0->bulk_in_endpointAddress; in edge_open()
842 edge_serial->read_urb = port0->read_urb; in edge_open()
844 port0->bulk_out_endpointAddress; in edge_open()
850 port0->interrupt_in_endpointAddress), in edge_open()
851 port0 in edge_open()
[all...]
H A Dmxuport.c1155 struct usb_serial_port *port0 = serial->port[0]; in mxuport_attach() local
1166 err = usb_serial_generic_submit_read_urbs(port0, GFP_KERNEL); in mxuport_attach()
1172 usb_serial_generic_close(port0); in mxuport_attach()
1181 struct usb_serial_port *port0 = serial->port[0]; in mxuport_release() local
1185 usb_serial_generic_close(port0); in mxuport_release()
H A Dquatech2.c585 struct usb_serial_port *port0; in qt2_setup_urbs() local
589 port0 = serial->port[0]; in qt2_setup_urbs()
598 port0->bulk_in_endpointAddress), in qt2_setup_urbs()
H A Df81534.c1111 struct usb_serial_port *port0 = port->serial->port[0]; in f81534_close() local
1126 for (i = 0; i < ARRAY_SIZE(port0->read_urbs); ++i) in f81534_close()
1127 usb_kill_urb(port0->read_urbs[i]); in f81534_close()
/kernel/linux/linux-5.10/tools/firewire/
H A Dnosy-dump.h37 uint32_t port0:2; member
/kernel/linux/linux-6.6/tools/firewire/
H A Dnosy-dump.h37 uint32_t port0:2; member
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H A Drcar_lvds.c714 struct device_node *port0, *port1; in rcar_lvds_parse_dt_companion() local
742 port0 = of_graph_get_port_by_id(dev->of_node, 1); in rcar_lvds_parse_dt_companion()
744 dual_link = drm_of_lvds_get_dual_link_pixel_order(port0, port1); in rcar_lvds_parse_dt_companion()
745 of_node_put(port0); in rcar_lvds_parse_dt_companion()
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_lvds.c683 struct device_node *port0, *port1; in rcar_lvds_parse_dt_companion() local
711 port0 = of_graph_get_port_by_id(dev->of_node, 1); in rcar_lvds_parse_dt_companion()
713 dual_link = drm_of_lvds_get_dual_link_pixel_order(port0, port1); in rcar_lvds_parse_dt_companion()
714 of_node_put(port0); in rcar_lvds_parse_dt_companion()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dicm.c1793 int port0, port1; in icm_reset_phy_port() local
1801 port0 = 3; in icm_reset_phy_port()
1804 port0 = 1; in icm_reset_phy_port()
1812 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port()
1829 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port()
1841 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port()
1849 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port()
1897 dev_warn(&nhi->pdev->dev, "failed to reset links on port0\n"); in icm_firmware_init()
/kernel/linux/linux-5.10/drivers/usb/misc/
H A Dcypress_cy7c63.c186 static DEVICE_ATTR_RW(port0);
H A Dcytherm.c236 static DEVICE_ATTR_RW(port0);
/kernel/linux/linux-6.6/drivers/usb/misc/
H A Dcypress_cy7c63.c186 static DEVICE_ATTR_RW(port0);
H A Dcytherm.c236 static DEVICE_ATTR_RW(port0);
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dnxp-tja11xx.c558 static int tja1102_match_phy_device(struct phy_device *phydev, bool port0) in tja1102_match_phy_device() argument
572 if (port0) in tja1102_match_phy_device()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dnxp-tja11xx.c631 static int tja1102_match_phy_device(struct phy_device *phydev, bool port0) in tja1102_match_phy_device() argument
645 if (port0) in tja1102_match_phy_device()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dicm.c1845 int port0, port1; in icm_reset_phy_port() local
1853 port0 = 3; in icm_reset_phy_port()
1856 port0 = 1; in icm_reset_phy_port()
1864 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port()
1881 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port()
1893 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port()
1901 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port()
1949 dev_warn(&nhi->pdev->dev, "failed to reset links on port0\n"); in icm_firmware_init()

Completed in 35 milliseconds

12