/third_party/ffmpeg/libavdevice/ |
D | jack.c | 51 int nports; member 96 for (i = 0; i < self->nports; i++) { in process_callback() 102 pkt_data[j * self->nports + i] = buffer[j]; in process_callback() 106 pkt.pts = (cycle_time - (double) latency / (self->nports * self->sample_rate)) * 1000000.0; in process_callback() 132 int test, pkt_size = self->buffer_size * self->nports * sizeof(float); in supply_new_packets() 163 self->ports = av_malloc_array(self->nports, sizeof(*self->ports)); in start_jack() 169 for (i = 0; i < self->nports; i++) { in start_jack() 258 stream->codecpar->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 | 338 for (x = 0; x != udev->hub->nports; x++) { in uhub_reset_tt_callback() 395 for (x = 0; x != hub->nports; x++) { in uhub_count_active_host_ports() 518 if (hub->nports == 1) in uhub_explore_sub() 1087 for (x = 0; x != hub->nports; x++) { in uhub_explore() 1197 uint8_t nports; in uhub_query_info() local 1203 nports = 0; in uhub_query_info() 1217 nports = hubdesc20.bNbrPorts; in uhub_query_info() 1218 if (nports > 127) in uhub_query_info() 1219 nports = 127; in uhub_query_info() 1232 nports = hubdesc30.bNbrPorts; in uhub_query_info() [all …]
|
D | usb_request.h | 60 uint8_t nports); 63 uint8_t nports);
|
D | usb_hub.h | 58 uint8_t nports; member
|
D | usb_request.c | 1454 struct usb_hub_descriptor *hd, uint8_t nports) in usbd_req_get_hub_descriptor() argument 1457 uint16_t len = (nports + 7 + (8 * 8)) / 8; in usbd_req_get_hub_descriptor() 1476 struct usb_hub_ss_descriptor *hd, uint8_t nports) in usbd_req_get_ss_hub_descriptor() argument 1479 uint16_t len = sizeof(*hd) - 32 + 1 + ((nports + 7) / 8); in usbd_req_get_ss_hub_descriptor()
|
D | usb_generic.c | 1881 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 | 677 int error, type, nports; in u3g_attach() local 714 nports = 0; /* number of ports */ in u3g_attach() 727 sc->sc_xfer[nports], u3g_config_tmp, U3G_N_TRANSFER, in u3g_attach() 728 &sc->sc_ucom[nports], &sc->sc_mtx); in u3g_attach() 738 sc->sc_iface[nports] = id->bInterfaceNumber; in u3g_attach() 740 nports++; /* found one port */ in u3g_attach() 742 if (nports == U3G_MAXPORTS) in u3g_attach() 745 if (nports == 0) { in u3g_attach() 749 sc->sc_numports = nports; in u3g_attach()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.h | 422 uint8_t nports; member
|
D | xhci.c | 2566 if ((sc->sc_hw.devs[index].nports != 0) && in xhci_configure_device() 2586 is_hub = sc->sc_hw.devs[index].nports != 0 && in xhci_configure_device() 2599 sc->sc_hw.devs[index].nports); in xhci_configure_device() 4185 err = uhub_query_info(udev, &sc->sc_hw.devs[index].nports, in xhci_device_state_change() 4188 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 | 3450 int *ports, *nports; in wpa_config_set_cred_req_conn_capab() local 3480 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3481 if (nports == NULL) { in wpa_config_set_cred_req_conn_capab() 3485 ports = nports; in wpa_config_set_cred_req_conn_capab() 3494 nports = os_realloc_array(ports, num_ports + 1, sizeof(int)); in wpa_config_set_cred_req_conn_capab() 3495 if (nports == NULL) { in wpa_config_set_cred_req_conn_capab() 3499 ports = nports; in wpa_config_set_cred_req_conn_capab()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 41608 …<var-decl name="nports" type-id="f9b06939" visibility="default" filepath="include/drm/drm_dp_mst_h…
|
D | test-PR27569-v0.abi | 41579 …<var-decl name="nports" type-id="f9b06939" visibility="default" filepath="include/drm/drm_dp_mst_h…
|