Searched refs:type (Results 1 - 25 of 2122) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.cpp95 option->header.type = l2cap_configuration_option::OPTION_MTU;
109 option->header.type = l2cap_configuration_option::OPTION_FLUSH_TIMEOUT;
123 option->header.type = l2cap_configuration_option::OPTION_QOS;
211 make_l2cap_information_req(uint8& code, uint16 type) argument
223 command->type = htole16(type);
230 make_l2cap_information_rsp(uint8& code, uint16 type, uint16 result, uint16 _mtu) argument
242 command->type = htole16(type);
246 switch (type) {
[all...]
H A Dl2cap_command.h35 net_buffer* make_l2cap_information_req(uint8& code, uint16 type);
36 net_buffer* make_l2cap_information_rsp(uint8& code, uint16 type, uint16 result, uint16 mtu);
H A Dl2cap_signal.cpp97 const bool hint = (option.type & l2cap_configuration_option::OPTION_HINT_BIT);
98 option.type &= ~l2cap_configuration_option::OPTION_HINT_BIT;
100 switch (option.type) {
278 const uint16 type = le16toh(command->type); local
282 switch (type) {
284 reply = make_l2cap_information_rsp(replyCode, type,
289 ERROR("l2cap: unhandled information request type %d\n", type);
290 reply = make_l2cap_information_rsp(replyCode, type,
[all...]
H A DL2capEndpoint.cpp487 buffer->type = fConnection->handle;
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp64 AddConnection(uint16 handle, int type, const bdaddr_t& dst, hci_id hid) argument
89 conn->type = type;
H A DConnectionInterface.h23 HciConnection* AddConnection(uint16 handle, int type, const bdaddr_t& dst,
/haiku/headers/private/bluetooth/
H A DbtCoreData.h45 int type; member in struct:HciConnection
78 struct HciConnection* (*AddConnection)(uint16 handle, int type,
H A Dl2cap.h163 }; uint8 type;
209 }; uint16 type;
214 uint16 type;
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h122 status_t (*PostTransportPacket)(hci_id hid, bt_packet_t type,
154 #define PACK_PORTCODE(type,hid,data) ((type & 0xFF) << 24 | (hid & 0xFF) << 16 | (data & 0xFFFF))
/haiku/src/kits/tracker/
H A DFSUtils.cpp1576 destNode->WriteAttr(name, info.type, 0, buffer, 0);
1585 bytes = srcNode->ReadAttr(name, info.type, offset,
1591 destNode->WriteAttr(name, info.type, offset, buffer,
1992 bytes = srcNode->ReadAttr(name, info.type, offset, buffer,
1998 destNode->WriteAttr(name, info.type, offset, buffer,
3292 const char* foreignAttrName, type_code type, off_t offset, void* buffer,
3295 if (!isForeign && node->ReadAttr(hostAttrName, type, offset, buffer,
3302 if (node->ReadAttr(foreignAttrName, type, offset, buffer, length)
3320 const char* foreignAttrName, type_code* type, size_t* size)
3325 if (type)
3294 ReadAttr(const BNode* node, const char* hostAttrName, const char* foreignAttrName, type_code type, off_t offset, void* buffer, size_t length, void (*swapFunc)(void*), bool isForeign) argument
3322 GetAttrInfo(const BNode* node, const char* hostAttrName, const char* foreignAttrName, type_code* type, size_t* size) argument
3446 char type[B_MIME_TYPE_LENGTH]; local
3708 BMimeType type; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp1511 uint32 type, int openMode, void** _cookie)
1547 // if not existing yet, create the attribute and set its type
1553 attribute->SetType(type);
1937 ramfs_create_index(fs_volume* _volume, const char *name, uint32 type, argument
1956 error = indexDir->CreateIndex(name, type, &index);
1510 ramfs_create_attr(fs_volume* _volume, fs_vnode* _node, const char *name, uint32 type, int openMode, void** _cookie) argument
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c49 emuxki_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
55 switch(type) {
59 if (info->type & B_MIX_STEREO) {
107 emuxki_ac97_set_mix(void *card, const void *cookie, int32 type, float *values) { argument
113 switch(type) {
116 if (info->type & B_MIX_STEREO) {
179 emuxki_gpr_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
180 emuxki_gpr_get((emuxki_dev*)card, (emuxki_gpr *)cookie, type, values);
184 emuxki_gpr_set_mix(void *card, const void *cookie, int32 type, float *values) { argument
185 emuxki_gpr_set((emuxki_dev*)card, (emuxki_gpr *)cookie, type, value
189 emuxki_parameter_get_mix(void *card, const void *cookie, int32 type, float *values) argument
196 emuxki_parameter_set_mix(void *card, const void *cookie, int32 type, float *values) argument
[all...]
H A Demuxki.h330 emuxki_gpr_type type; member in struct:_emuxki_gpr
425 void emuxki_gpr_set(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values);
426 void emuxki_gpr_get(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values);
428 void emuxki_parameter_set(emuxki_dev *card, const void*, int32 type, int32 *value);
429 void emuxki_parameter_get(emuxki_dev *card, const void*, int32 type, int32 *value);
H A Demuxki.c1752 emuxki_gpr_set(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values) argument
1754 uint8 count = gpr->type & EMU_MIX_STEREO ? 2 : 1;
1760 switch(type) {
1791 emuxki_gpr_get(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values) argument
1793 uint8 count = gpr->type & EMU_MIX_STEREO ? 2 : 1;
1798 switch(type) {
1829 emuxki_gpr_new(emuxki_dev *card, const char *name, emuxki_gpr_type type, uint16 *gpr_num, argument
1839 gpr->type = type;
1847 if (gpr->type
1867 emuxki_parameter_set(emuxki_dev *card, const void* cookie, int32 type, int32 *value) argument
1921 emuxki_parameter_get(emuxki_dev *card, const void* cookie, int32 type, int32 *value) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp68 echo_channel_get_mix(void *card, MIXER_AUDIO_CHANNEL channel, int32 type, float *values) { argument
76 switch (type) {
92 if (type == B_MIX_GAIN) {
95 } else if (type == B_MIX_MUTE) {
108 echo_channel_set_mix(void *card, MIXER_AUDIO_CHANNEL channel, int32 type, float *values) { argument
116 if (type == B_MIX_GAIN) {
121 } else if (type == B_MIX_MUTE) {
178 control.type = B_MIX_MUTE;
185 control.type = B_MIX_GAIN;
203 control.type
[all...]
H A Decho.cpp600 cards[num_cards].type = card_type;
752 switch (card->type) {
810 PRINT(("card type 0x%x not supported by " DRIVER_NAME "\n",
811 card->type));
860 if (card->type == ECHO3G) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_multi.cpp188 geode_ac97_get_mix(geode_controller *controller, const void *cookie, int32 type, float *values) { argument
193 switch(type) {
197 if (info->type & B_MIX_STEREO) {
246 geode_ac97_set_mix(geode_controller *controller, const void *cookie, int32 type, float *values) { argument
251 switch(type) {
254 if (info->type & B_MIX_STEREO) {
352 if (info->type & B_MIX_GAIN) {
353 if (info->type & B_MIX_MUTE) {
360 multi->controls[index].type = B_MIX_MUTE;
375 multi->controls[index].type
[all...]
H A Dgeode_controller.cpp193 geode_stream_new(geode_controller* controller, int type) argument
202 stream->type = type;
205 switch (type) {
221 dprintf("%s: Unknown stream type %d!\n", __func__, type);
239 stream->buffer_ready_sem = create_sem(0, stream->type == STREAM_PLAYBACK
244 if (stream->type == STREAM_PLAYBACK)
H A Ddriver.h109 uint32 type; member in struct:geode_stream
173 void (*get) (geode_controller *card, const void *cookie, int32 type, float *values);
174 void (*set) (geode_controller *card, const void *cookie, int32 type, float *values);
176 int32 type; member in struct:multi_mixer_control
212 geode_stream* geode_stream_new(geode_controller* controller, int type);
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c31 es1370_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) {
37 switch(type) {
41 if (info->type & B_MIX_STEREO) {
89 es1370_ac97_set_mix(void *card, const void *cookie, int32 type, float *values) {
95 switch(type) {
98 if (info->type & B_MIX_STEREO) {
205 control->get(card, control->cookie, control->type, values);
215 control->get(card, control->cookie, control->type, values);
221 control->get(card, control->cookie, control->type, values);
269 control->set(card, control->cookie, control->type, value
[all...]
H A Des1370.c446 card->config.type = 0;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c48 auvia_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
54 switch (type) {
58 if (info->type & B_MIX_STEREO) {
106 auvia_ac97_set_mix(void *card, const void *cookie, int32 type, float *values) { argument
112 switch (type) {
115 if (info->type & B_MIX_STEREO) {
212 if (info->type & B_MIX_GAIN) {
213 if (info->type & B_MIX_MUTE) {
220 multi->controls[index].type = B_MIX_MUTE;
236 multi->controls[index].type
[all...]
H A Dauvia.c530 card->config.type = 0;
532 card->config.type |= TYPE_686;
534 card->config.type |= TYPE_8233;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c53 auich_ac97_get_mix(void *card, const void *cookie, int32 type, float *values) { argument
59 switch(type) {
63 if (info->type & B_MIX_STEREO) {
112 auich_ac97_set_mix(void *card, const void *cookie, int32 type, float *values) { argument
118 switch(type) {
121 if (info->type & B_MIX_STEREO) {
220 if (info->type & B_MIX_GAIN) {
221 if (info->type & B_MIX_MUTE) {
228 multi->controls[index].type = B_MIX_MUTE;
243 multi->controls[index].type
[all...]
H A Dauich.c498 if ((config->type & TYPE_ICH4) == 0)
525 if ((config->type & TYPE_ICH4) == 0)
633 card->config.type = 0;
639 card->config.type |= TYPE_ICH4;
641 card->config.type |= TYPE_SIS7012;

Completed in 111 milliseconds

1234567891011>>