Searched refs:read_byte (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/dev/drm2/ |
| D | drm_dp_iic_helper.c | 37 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
|
| D | drm_dp_helper.h | 318 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/ |
| D | elf-eh-frame.c | 62 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/ |
| D | atombios_dp.c | 202 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()
|
| D | radeon_mode.h | 533 u8 write_byte, u8 *read_byte);
|
| /freebsd-9-stable/sys/dev/drm2/i915/ |
| D | intel_dp.c | 559 uint8_t *read_byte) in intel_dp_i2c_aux_ch() argument 636 *read_byte = reply[1]; in intel_dp_i2c_aux_ch()
|