Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/
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()
221 int (*ch)(device_t idev, int mode, uint8_t write_byte, uint8_t *read_byte), in iic_dp_aux_add_bus() argument
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-9-stable/contrib/binutils/bfd/
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-9-stable/sys/dev/drm2/radeon/
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()
Dradeon_mode.h533 u8 write_byte, u8 *read_byte);
/freebsd-9-stable/sys/dev/drm2/i915/
Dintel_dp.c559 uint8_t *read_byte) in intel_dp_i2c_aux_ch() argument
636 *read_byte = reply[1]; in intel_dp_i2c_aux_ch()