Home
last modified time | relevance | path

Searched refs:n_ports (Results 1 – 9 of 9) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/ata/
Dahci.c220 uc_priv->n_ports = (uc_priv->cap & 0x1f) + 1; in ahci_host_init()
223 uc_priv->cap, uc_priv->port_map, uc_priv->n_ports); in ahci_host_init()
226 if (uc_priv->n_ports > CONFIG_SYS_SCSI_MAX_SCSI_ID) in ahci_host_init()
227 uc_priv->n_ports = CONFIG_SYS_SCSI_MAX_SCSI_ID; in ahci_host_init()
230 for (i = 0; i < uc_priv->n_ports; i++) { in ahci_host_init()
643 if (port > uc_priv->n_ports) { in ahci_device_data_io()
982 for (i = 0; i < uc_priv->n_ports; i++) { in ahci_start_ports()
1187 uc_plat->max_id = max_t(unsigned long, uc_priv->n_ports, in ahci_probe_scsi()
Ddwc_ahsata.c158 uc_priv->n_ports = (uc_priv->cap & SATA_HOST_CAP_NP_MASK) + 1; in ahci_host_init()
161 uc_priv->cap, uc_priv->port_map, uc_priv->n_ports); in ahci_host_init()
163 for (i = 0; i < uc_priv->n_ports; i++) { in ahci_host_init()
733 for (i = 0; i < uc_priv->n_ports; i++) { in dwc_ahci_start_ports()
/third_party/pulseaudio/src/pulse/
Dintrospect.c195 (pa_tagstruct_getu32(t, &i.n_ports)))) { in context_get_sink_info_callback()
201 if (i.n_ports > 0) { in context_get_sink_info_callback()
202 i.ports = pa_xnew(pa_sink_port_info*, i.n_ports+1); in context_get_sink_info_callback()
203 i.ports[0] = pa_xnew(pa_sink_port_info, i.n_ports); in context_get_sink_info_callback()
205 for (j = 0; j < i.n_ports; j++) { in context_get_sink_info_callback()
238 for (j = 0; j < i.n_ports; j++) in context_get_sink_info_callback()
475 (pa_tagstruct_getu32(t, &i.n_ports)))) { in context_get_source_info_callback()
481 if (i.n_ports > 0) { in context_get_source_info_callback()
482 i.ports = pa_xnew(pa_source_port_info*, i.n_ports+1); in context_get_source_info_callback()
483 i.ports[0] = pa_xnew(pa_source_port_info, i.n_ports); in context_get_source_info_callback()
[all …]
Dintrospect.h281 uint32_t n_ports; /**< Number of entries in port array \since 0.9.16 */ member
386 uint32_t n_ports; /**< Number of entries in port array \since 0.9.16 */ member
595 uint32_t n_ports; /**< Number of entries in port array */ member
/third_party/uboot/u-boot-2020.01/include/
Dahci.h163 u32 n_ports; member
/third_party/pulseaudio/src/modules/dbus/
Diface-device.c690 unsigned n_ports = 0; in handle_get_ports() local
696 ports = get_ports(d, &n_ports); in handle_get_ports()
698 pa_dbus_send_basic_array_variant_reply(conn, msg, DBUS_TYPE_OBJECT_PATH, ports, n_ports); in handle_get_ports()
824 unsigned n_ports = 0; in handle_get_all() local
883 ports = get_ports(d, &n_ports); in handle_get_all()
919 …r, property_handlers[PROPERTY_HANDLER_PORTS].property_name, DBUS_TYPE_OBJECT_PATH, ports, n_ports); in handle_get_all()
/third_party/pulseaudio/
DPROTOCOL307 uint32_t n_ports
309 ...followed by n_ports extended port entries, which look like this:
/third_party/pulseaudio/vala/
Dlibpulse.vapi1304 public uint32 n_ports;
1305 [CCode (array_length_cname="n_ports")]
1338 public uint32 n_ports;
1339 [CCode (array_length_cname="n_ports")]
1423 public uint32 n_ports;
1424 [CCode (array_length_cname="n_ports")]
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c1019 uint32_t n_ports; in read_ports() local
1022 if (pa_tagstruct_getu32(t, &n_ports)) { in read_ports()
1027 for (uint32_t j = 0; j < n_ports; j++) { in read_ports()