Searched refs:tx_len (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_mipi_dsi.c | 474 packet->header[1] = (msg->tx_len >> 0) & 0xff; in mipi_dsi_create_packet() 477 packet->payload_length = msg->tx_len; in mipi_dsi_create_packet() 504 .tx_len = 2, in mipi_dsi_shutdown_peripheral() 524 .tx_len = 2, in mipi_dsi_turn_on_peripheral() 548 .tx_len = sizeof(tx), in mipi_dsi_set_maximum_return_packet_size() 574 .tx_len = sizeof(tx), in mipi_dsi_compression_mode() 598 .tx_len = sizeof(*pps), in mipi_dsi_picture_parameter_set() 625 .tx_len = size in mipi_dsi_generic_write() 669 .tx_len = num_params, in mipi_dsi_generic_read() 714 .tx_len = len in mipi_dsi_dcs_write_buffer() [all …]
|
/netbsd/external/bsd/libfido2/dist/src/ |
H A D | io.c | 37 const size_t len = d->tx_len + 1; 57 const size_t len = d->tx_len + 1; in tx_preamble() 60 if (d->tx_len - CTAP_INIT_HEADER_LEN > sizeof(fp->body.init.data)) in tx_preamble() 69 count = MIN(count, d->tx_len - CTAP_INIT_HEADER_LEN); in tx_preamble() 84 const size_t len = d->tx_len + 1; in tx_frame() 87 if (d->tx_len - CTAP_CONT_HEADER_LEN > sizeof(fp->body.cont.data)) in tx_frame() 94 count = MIN(count, d->tx_len - CTAP_CONT_HEADER_LEN); in tx_frame()
|
H A D | dev.c | 41 dev->tx_len = CTAP_MIN_REPORT_LEN + in set_random_report_len() 140 dev->tx_len = CTAP_MAX_REPORT_LEN; in fido_dev_open_tx() 143 dev->tx_len = fido_hid_report_out_len(dev->io_handle); in fido_dev_open_tx() 157 if (dev->tx_len < CTAP_MIN_REPORT_LEN || in fido_dev_open_tx() 158 dev->tx_len > CTAP_MAX_REPORT_LEN) { in fido_dev_open_tx() 159 fido_log_debug("%s: invalid tx_len %zu", __func__, dev->tx_len); in fido_dev_open_tx()
|
/netbsd/external/bsd/libfido2/dist/src/fido/ |
H A D | types.h | 259 size_t tx_len; /* length of HID output reports */ member
|