Searched refs:uint8 (Results 26 - 50 of 2120) sorted by relevance

1234567891011>>

/haiku/headers/os/bluetooth/L2CAP/
H A DbtL2CAP.h12 uint8 l2cap_len; /* total length */
13 uint8 l2cap_family; /* address family */
/haiku/src/add-ons/kernel/file_systems/udf/
H A DDString.h27 uint8 fieldLength);
28 DString(const char *utf8, uint8 fieldLength);
31 uint8 Length() const { return fLength; }
34 void SetTo(const UdfString &string, uint8 fieldLength);
35 void SetTo(const char *utf8, uint8 fieldLength);
37 const uint8* String() const { return fString; }
43 uint8 fLength;
44 uint8 *fString;
/haiku/src/servers/app/drawing/Painter/
H A DGlobalSubpixelSettings.h23 extern uint8 gDefaultHintingMode;
27 extern uint8 gSubpixelAverageWeight;
/haiku/src/kits/bluetooth/
H A DKitSupport.h14 uint8 GetInquiryTime();
15 void SetInquiryTime(uint8 time);
/haiku/src/system/libroot/os/arch/riscv64/
H A Dcachectl.cpp12 clear_caches(start, (uint8*)end - (uint8*)start, B_INVALIDATE_ICACHE);
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDParser.h24 const uint8 *reportDescriptor,
29 HIDReport * FindReport(uint8 type, uint8 id);
30 uint8 CountReports(uint8 type);
31 HIDReport * ReportAt(uint8 type, uint8 index);
33 size_t MaxReportSize(uint8 type);
37 void SetReport(status_t status, uint8 *report,
43 HIDReport * _FindOrCreateReport(uint8 typ
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dio.h20 uint8 read_ccs_uint8(ice1712 *ice, int8 regno);
23 void write_ccs_uint8(ice1712 *ice, int8 regno, uint8 value);
27 uint8 read_cci_uint8(ice1712 *ice, int8 index);
28 void write_cci_uint8(ice1712 *ice, int8 index, uint8 value);
31 uint8 read_ddma_uint8(ice1712 *ice, int8 regno);
35 void write_ddma_uint8(ice1712 *ice, int8 regno, uint8 value);
40 uint8 read_ds_uint8(ice1712 *ice, int8 regno);
44 void write_ds_uint8(ice1712 *ice, int8 regno, uint8 value);
58 uint32 read_ds_channel_data(ice1712 *ice, uint8 channel, ds8_register index);
59 void write_ds_channel_data(ice1712 *ice, uint8 channe
[all...]
/haiku/src/add-ons/kernel/busses/pci/x86/
H A DX86PCIController.h33 uint8 bus, uint8 device, uint8 function,
34 uint16 offset, uint8 size, uint32 &value) = 0;
37 uint8 bus, uint8 device, uint8 function,
38 uint16 offset, uint8 size, uint32 value) = 0;
47 uint8 bus, uint8 devic
[all...]
H A Dkernel_interface.cpp28 uint8 bus, uint8 device, uint8 function,
29 uint16 offset, uint8 size, uint32* value) {
34 uint8 bus, uint8 device, uint8 function,
35 uint16 offset, uint8 size, uint32 value) {
43 uint8 bus, uint8 devic
[all...]
/haiku/src/add-ons/screen_savers/icons/
H A DVectorIcon.h16 uint8* data;
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.h25 uint8 header_length : 4; // header length in 32-bit words
26 uint8 version : 4;
28 uint8 version : 4;
29 uint8 header_length : 4;
31 uint8 service_type;
35 uint8 time_to_live;
36 uint8 protocol;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPConfigurePacket.h14 uint8 type;
16 uint8 length;
18 uint8 data[0];
30 KPPPConfigurePacket(uint8 code);
34 bool SetCode(uint8 code);
36 uint8 Code() const
40 void SetID(uint8 id)
43 uint8 ID() const
52 ppp_configure_item *ItemWithType(uint8 type) const;
58 uint8 fCod
[all...]
/haiku/headers/private/graphics/common/
H A Dedid_raw.h52 uint8 week;
53 uint8 year; // x+1990
59 uint8 version;
60 uint8 revision;
96 uint8 h_size;
97 uint8 v_size;
98 uint8 gamma; // (x+100)/100
121 uint8 red_x; // all colours are 0.10 fixed point
122 uint8 red_y;
123 uint8 green_
[all...]
H A Ddp.h22 uint8 revision; // DP Revision from DPCD
28 uint8 linkStatus[DP_LINK_STATUS_SIZE];
30 uint8 trainingAttempts;
31 uint8 trainingSet[4];
38 uint8 request;
39 uint8 reply;
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_event.h15 uint8 ecode;
16 uint8 elen;
26 uint8 pscan_rep_mode;
27 uint8 pscan_period_mode;
28 uint8 pscan_mode;
29 uint8 dev_class[3];
35 uint8 status;
38 uint8 link_type;
39 uint8 encrypt_mode;
45 uint8 dev_clas
[all...]
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h33 uint8 jump_boot[3];
35 uint8 reserved[53];
44 uint8 version_minor;
45 uint8 version_major;
47 uint8 block_shift;
48 uint8 blocks_per_cluster_shift;
49 uint8 fat_count;
50 uint8 drive_select;
51 uint8 used_percent;
52 uint8 reserved
[all...]
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dutil.h26 void dump_bytes(uint8 *buffer, uint32 count);
27 void dump_directory(uint8 *buffer);
33 uint8 hash_msdos_name(const char *name);
38 (((uint8 *)buffer)[(off)] + (((uint8 *)buffer)[(off)+1] << 8) + \
39 (((uint8 *)buffer)[(off)+2] << 16) + (((uint8 *)buffer)[(off)+3] << 24))
42 (((uint8 *)buffer)[(off)] + (((uint8 *)buffer)[(off)+1] << 8))
/haiku/src/system/kernel/arch/generic/
H A Ddebug_uart.cpp11 DebugUART::Out8(int reg, uint8 value)
15 *((uint8 *)Base() + reg * sizeof(uint32)) = value;
21 *((uint8 *)Base() + reg) = value;
23 *((uint8 *)Base() + reg) = value;
28 uint8
33 return *((uint8 *)Base() + reg * sizeof(uint32));
37 uint8 _v;
41 return *((uint8 *)Base() + reg);
43 return *((uint8 *)Base() + reg);
H A Dacpi_irq_routing_table.h18 uint8 pin;
25 uint8 pci_bus;
26 uint8 pci_device;
30 uint8 irq; // Global System Interrupt (GSI)
31 uint8 bios_irq; // BIOS assigned original IRQ
32 uint8 polarity; // B_{HIGH|LOW}_ACTIVE_POLARITY
33 uint8 trigger_mode; // B_{LEVEL|EDGE}_TRIGGERED
43 uint8 irq;
46 uint8 polarity;
48 uint8 trigger_mod
[all...]
/haiku/headers/private/graphics/radeon/
H A Dradeon_bios.h14 uint8 clock_chip_type;
15 uint8 struct_size;
16 uint8 accelerator_entry;
17 uint8 VGA_entry;
22 uint8 num_PLL_blocks;
23 uint8 size_PLL_blocks;
39 uint8 dummy0;
44 uint8 dummy[15];
48 uint8 post_div; // 48
49 uint8 feedback_di
[all...]
/haiku/headers/os/drivers/usb/
H A DUSB_video.h212 uint8 originator;
219 uint8 event;
222 uint8 selector;
227 uint8 attribute;
230 uint8 value[0];
237 uint8 event;
242 uint8* value;
249 uint8 length; // 9 bytes
250 uint8 descriptor_type;
251 uint8 interface_numbe
[all...]
/haiku/src/add-ons/kernel/busses/pci/designware/
H A Dkernel_interface.cpp28 uint8 bus, uint8 device, uint8 function,
29 uint16 offset, uint8 size, uint32* value) {
34 uint8 bus, uint8 device, uint8 function,
35 uint16 offset, uint8 size, uint32 value) {
43 uint8 bus, uint8 devic
[all...]
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A Dkernel_interface.cpp29 uint8 bus, uint8 device, uint8 function,
30 uint16 offset, uint8 size, uint32* value) {
35 uint8 bus, uint8 device, uint8 function,
36 uint16 offset, uint8 size, uint32 value) {
44 uint8 bus, uint8 devic
[all...]
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.h21 uint8 data;
28 uint8 idx;
31 uint8* result_buf;
42 status_t (*command)(ps2_dev *dev, uint8 cmd, const uint8 *out,
43 int out_count, uint8 *in, int in_count, bigtime_t timeout);
68 void ps2_dev_send(ps2_dev *dev, uint8 data);
75 status_t standard_command_timeout(ps2_dev *dev, uint8 cmd, const uint8 *out,
76 int out_count, uint8 *i
[all...]
/haiku/src/add-ons/translators/pcx/
H A DPCX.h20 uint8 manufacturer;
21 uint8 version;
22 uint8 encoding;
23 uint8 bitsPerPixel;
26 uint8 colormap[48];
27 uint8 reserved;
28 uint8 numPlanes;
32 uint8 filler[54];
40 uint8 blue;
41 uint8 gree
[all...]

Completed in 168 milliseconds

1234567891011>>