Home
last modified time | relevance | path

Searched refs:read_byte (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c37 uint8_t *read_byte) in iic_dp_aux_transaction() argument
43 ret = (*aux_data->aux_ch)(idev, mode, write_byte, read_byte); in iic_dp_aux_transaction()
223 int (*ch)(device_t idev, int mode, uint8_t write_byte, uint8_t *read_byte), in iic_dp_aux_add_bus() argument
H A Ddrm_dp_helper.h318 uint8_t *read_byte);
323 int (*ch)(device_t idev, int mode, uint8_t write_byte, uint8_t *read_byte),
/freebsd-12.1/contrib/binutils/bfd/
H A Delf-eh-frame.c62 read_byte (bfd_byte **iter, bfd_byte *end, unsigned char *result) in read_byte() function
93 if (!read_byte (iter, end, &byte)) in skip_leb128()
338 if (!read_byte (iter, end, &op)) in skip_cfa_op()
609 REQUIRE (read_byte (&buf, end, &cie->version)); in _bfd_elf_discard_section_eh_frame()
654 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); in _bfd_elf_discard_section_eh_frame()
659 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); in _bfd_elf_discard_section_eh_frame()
669 REQUIRE (read_byte (&buf, end, &cie->per_encoding)); in _bfd_elf_discard_section_eh_frame()
/freebsd-12.1/sys/dev/nand/
H A Dnfc_if.m82 METHOD uint8_t read_byte {
/freebsd-12.1/sys/dev/drm2/radeon/
H A Datombios_dp.c202 int radeon_dp_i2c_aux_ch(device_t dev, int mode, u8 write_byte, u8 *read_byte) in radeon_dp_i2c_aux_ch() argument
274 *read_byte = reply[0]; in radeon_dp_i2c_aux_ch()
H A Dradeon_mode.h533 u8 write_byte, u8 *read_byte);
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_dp.c568 uint8_t write_byte, uint8_t *read_byte) in intel_dp_i2c_aux_ch() argument
641 *read_byte = reply[1]; in intel_dp_i2c_aux_ch()