/third_party/ffmpeg/libavdevice/ |
D | jack.c | 51 int nports; member 97 for (i = 0; i < self->nports; i++) { in process_callback() 103 pkt_data[j * self->nports + i] = buffer[j]; in process_callback() 107 pkt.pts = (cycle_time - (double) latency / (self->nports * self->sample_rate)) * 1000000.0; in process_callback() 133 int test, pkt_size = self->buffer_size * self->nports * sizeof(float); in supply_new_packets() 164 self->ports = av_malloc_array(self->nports, sizeof(*self->ports)); in start_jack() 170 for (i = 0; i < self->nports; i++) { in start_jack() 258 stream->codecpar->ch_layout.nb_channels = self->nports; in audio_read_header() 333 …{ "channels", "Number of audio channels.", OFFSET(nports), AV_OPT_TYPE_INT, { .i64 = 2 }, 1, INT_M…
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_hub.c | 337 for (x = 0; x != udev->hub->nports; x++) { in uhub_reset_tt_callback() 394 for (x = 0; x != hub->nports; x++) { in uhub_count_active_host_ports() 517 if (hub->nports == 1) in uhub_explore_sub() 1086 for (x = 0; x != hub->nports; x++) { in uhub_explore() 1196 uint8_t nports; in uhub_query_info() local 1202 nports = 0; in uhub_query_info() 1216 nports = hubdesc20.bNbrPorts; in uhub_query_info() 1217 if (nports > 127) in uhub_query_info() 1218 nports = 127; in uhub_query_info() 1231 nports = hubdesc30.bNbrPorts; in uhub_query_info() [all …]
|
D | usb_request.h | 59 uint8_t nports); 62 uint8_t nports);
|
D | usb_hub.h | 57 uint8_t nports; member
|
D | usb_request.c | 1453 struct usb_hub_descriptor *hd, uint8_t nports) in usbd_req_get_hub_descriptor() argument 1456 uint16_t len = (nports + 7 + (8 * 8)) / 8; in usbd_req_get_hub_descriptor() 1475 struct usb_hub_ss_descriptor *hd, uint8_t nports) in usbd_req_get_ss_hub_descriptor() argument 1478 uint16_t len = sizeof(*hd) - 32 + 1 + ((nports + 7) / 8); in usbd_req_get_ss_hub_descriptor()
|
D | usb_generic.c | 1880 if (port_no > hub->nports) { in ugen_do_port_feature()
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | entrypoint.c | 107 h264d_role.nports = 2; in OMX_ComponentInit() 114 h264e_role.nports = 2; in OMX_ComponentInit()
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | u3g.c | 675 int error, type, nports; in u3g_attach() local 712 nports = 0; /* number of ports */ in u3g_attach() 725 sc->sc_xfer[nports], u3g_config_tmp, U3G_N_TRANSFER, in u3g_attach() 726 &sc->sc_ucom[nports], &sc->sc_mtx); in u3g_attach() 736 sc->sc_iface[nports] = id->bInterfaceNumber; in u3g_attach() 738 nports++; /* found one port */ in u3g_attach() 740 if (nports == U3G_MAXPORTS) in u3g_attach() 743 if (nports == 0) { in u3g_attach() 747 sc->sc_numports = nports; in u3g_attach()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.h | 421 uint8_t nports; member
|
D | xhci.c | 2565 if ((sc->sc_hw.devs[index].nports != 0) && in xhci_configure_device() 2585 is_hub = sc->sc_hw.devs[index].nports != 0 && in xhci_configure_device() 2598 sc->sc_hw.devs[index].nports); in xhci_configure_device() 4184 err = uhub_query_info(udev, &sc->sc_hw.devs[index].nports, in xhci_device_state_change() 4187 sc->sc_hw.devs[index].nports = 0; in xhci_device_state_change()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | config.c | 3164 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local 3194 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3195 if (nports == NULL) { in wpa_config_set_cred_req_conn_capab() 3199 ports = nports; in wpa_config_set_cred_req_conn_capab() 3208 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3209 if (nports == NULL) { in wpa_config_set_cred_req_conn_capab() 3213 ports = nports; in wpa_config_set_cred_req_conn_capab()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | config.c | 3569 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local 3599 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3600 if (nports == NULL) { in wpa_config_set_cred_req_conn_capab() 3604 ports = nports; in wpa_config_set_cred_req_conn_capab() 3613 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3614 if (nports == NULL) { in wpa_config_set_cred_req_conn_capab() 3618 ports = nports; in wpa_config_set_cred_req_conn_capab()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 41579 …<var-decl name="nports" type-id="f9b06939" visibility="default" filepath="include/drm/drm_dp_mst_h…
|
D | test-PR27569-v1.abi | 41608 …<var-decl name="nports" type-id="f9b06939" visibility="default" filepath="include/drm/drm_dp_mst_h…
|