/linux-4.1.27/drivers/watchdog/ |
D | pcwd.c | 221 int port0, last_port0; /* Double read for stabilising */ in send_isa_command() local 231 port0 = inb_p(pcwd_private.io_addr); in send_isa_command() 233 last_port0 = port0; in send_isa_command() 234 port0 = inb_p(pcwd_private.io_addr); in send_isa_command() 236 if (port0 == last_port0) in send_isa_command() 244 cmd, port0, last_port0); in send_isa_command() 246 return port0; in send_isa_command() 807 int port0, last_port0; /* Reg 0, in case it's REV A */ in pcwd_isa_match() local 822 port0 = inb_p(base_addr); /* For REV A boards */ in pcwd_isa_match() 824 if (port0 != 0xff || port1 != 0xff) { in pcwd_isa_match() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | fsl-usb.txt | 18 - port0 : boolean; if defined, indicates port0 is connected for 24 "port0" (or both) must be defined for "fsl-usb2-mph" compatible 54 port0;
|
/linux-4.1.27/drivers/usb/serial/ |
D | mxuport.c | 1151 struct usb_serial_port *port0, in mxuport_alloc_write_urb() argument 1161 port->bulk_out_buffers[j] = kmalloc(port0->bulk_out_size, GFP_KERNEL); in mxuport_alloc_write_urb() 1177 struct usb_serial_port *port0) in mxuport_alloc_write_urbs() argument 1183 ret = mxuport_alloc_write_urb(serial, port, port0, j); in mxuport_alloc_write_urbs() 1193 struct usb_serial_port *port0 = serial->port[0]; in mxuport_attach() local 1222 port->bulk_out_size = port0->bulk_out_size; in mxuport_attach() 1224 port0->bulk_out_endpointAddress; in mxuport_attach() 1226 err = mxuport_alloc_write_urbs(serial, port, port0); in mxuport_attach() 1253 err = usb_serial_generic_submit_read_urbs(port0, GFP_KERNEL); in mxuport_attach() 1259 usb_serial_generic_close(port0); in mxuport_attach() [all …]
|
D | mos7840.c | 854 struct moschip_port *port0; in mos7840_open() local 865 port0 = mos7840_get_port_private(serial->port[0]); in mos7840_open() 867 if (mos7840_port == NULL || port0 == NULL) in mos7840_open() 872 port0->open_ports++; in mos7840_open() 1026 if (port0->open_ports == 1) { in mos7840_open() 1161 struct moschip_port *port0; in mos7840_close() local 1173 port0 = mos7840_get_port_private(serial->port[0]); in mos7840_close() 1175 if (mos7840_port == NULL || port0 == NULL) in mos7840_close() 1193 port0->open_ports--; in mos7840_close() 1194 dev_dbg(&port->dev, "%s in close%d\n", __func__, port0->open_ports); in mos7840_close() [all …]
|
D | io_edgeport.c | 814 struct usb_serial_port *port0 = serial->port[0]; in edge_open() local 818 port0->interrupt_in_buffer; in edge_open() 820 port0->interrupt_in_endpointAddress; in edge_open() 821 edge_serial->interrupt_read_urb = port0->interrupt_in_urb; in edge_open() 822 edge_serial->bulk_in_buffer = port0->bulk_in_buffer; in edge_open() 824 port0->bulk_in_endpointAddress; in edge_open() 825 edge_serial->read_urb = port0->read_urb; in edge_open() 827 port0->bulk_out_endpointAddress; in edge_open() 833 port0->interrupt_in_endpointAddress), in edge_open() 834 port0->interrupt_in_buffer, in edge_open() [all …]
|
D | quatech2.c | 671 struct usb_serial_port *port0; in qt2_setup_urbs() local 675 port0 = serial->port[0]; in qt2_setup_urbs() 684 port0->bulk_in_endpointAddress), in qt2_setup_urbs()
|
/linux-4.1.27/drivers/scsi/ |
D | ultrastor.c | 872 int port0 = (config.slot << 12) | 0xc80; in DEF_SCSI_QCMD() local 880 unsigned char p = inb(port0 + i); in DEF_SCSI_QCMD() 887 ogm_status = inb(port0 + 22); in DEF_SCSI_QCMD() 888 ogm_addr = (unsigned int)isa_bus_to_virt(inl(port0 + 23)); in DEF_SCSI_QCMD() 889 icm_status = inb(port0 + 27); in DEF_SCSI_QCMD() 890 icm_addr = (unsigned int)isa_bus_to_virt(inl(port0 + 28)); in DEF_SCSI_QCMD()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 293 struct port_info *port0 = adap2pinfo(adap, 0); in phy2portid() local 295 return &port0->phy == phy ? 0 : 1; in phy2portid()
|
D | t3_hw.c | 590 VPD_ENTRY(port0, 2); /* PHY0 complex */
|
/linux-4.1.27/Documentation/devicetree/bindings/media/xilinx/ |
D | xlnx,video.txt | 34 dma-names = "port0", "port1";
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | kirkwood-6281.dtsi | 70 phy-names = "port0", "port1";
|
D | kirkwood-6192.dtsi | 70 phy-names = "port0", "port1";
|
D | kirkwood-6282.dtsi | 120 phy-names = "port0", "port1";
|
D | dove.dtsi | 354 phy-names = "port0";
|
/linux-4.1.27/tools/firewire/ |
D | nosy-dump.h | 36 uint32_t port0:2; member
|
/linux-4.1.27/drivers/usb/misc/ |
D | cypress_cy7c63.c | 198 static DEVICE_ATTR(port0, S_IRUGO | S_IWUSR, get_port0_handler, set_port0_handler);
|
D | cytherm.c | 282 static DEVICE_ATTR(port0, S_IRUGO | S_IWUSR | S_IWGRP, show_port0, set_port0);
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | asp834x-redboot.dts | 170 port0;
|
D | sbc8349.dts | 147 port0;
|
D | mpc8349emitx.dts | 202 port0;
|
D | mpc834x_mds.dts | 156 port0;
|
/linux-4.1.27/drivers/media/pci/smipcie/ |
D | smipcie.c | 469 struct smi_port *port0 = &dev->ts_port[0]; in smi_irq_handler() local 477 handled += smi_port_irq(port0, intr_status); in smi_irq_handler()
|
/linux-4.1.27/arch/powerpc/boot/dts/fsl/ |
D | p3041si-post.dtsi | 416 port0;
|
D | p5020si-post.dtsi | 403 port0;
|
D | p5040si-post.dtsi | 381 port0;
|
D | p2041si-post.dtsi | 389 port0;
|
D | t1040si-post.dtsi | 438 port0;
|
D | t2081si-post.dtsi | 494 port0;
|
D | p4080si-post.dtsi | 488 port0;
|
D | t4240si-post.dtsi | 740 port0;
|
/linux-4.1.27/drivers/ata/ |
D | sata_nv.c | 677 struct nv_adma_port_priv *port0, *port1; in nv_adma_slave_config() local 737 port0 = ap->host->ports[0]->private_data; in nv_adma_slave_config() 741 if ((port0->flags & NV_ADMA_ATAPI_SETUP_COMPLETE) || in nv_adma_slave_config()
|
/linux-4.1.27/sound/usb/ |
D | midi.c | 1019 int port0 = ep->current_port; in snd_usbmidi_emagic_output() local 1026 int portnum = (port0 + i) & 15; in snd_usbmidi_emagic_output()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 982 static void vnet_clean_timer_expire(unsigned long port0) in vnet_clean_timer_expire() argument 984 struct vnet_port *port = (struct vnet_port *)port0; in vnet_clean_timer_expire()
|