OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rpn_val
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/hcidump/parser/
rfcomm.c
131
/* Assuming that
rpn_val
is _declared_ as a member of rpn_msg... */
132
if (len <= STRUCT_OFFSET(rpn_msg,
rpn_val
) - STRUCT_END(rpn_msg, mcc_s_head)) {
138
rpn->
rpn_val
.bit_rate, rpn->
rpn_val
.data_bits,
139
rpn->
rpn_val
.stop_bit, rpn->
rpn_val
.parity,
140
rpn->
rpn_val
.parity_type, rpn->
rpn_val
.xon_input,
141
rpn->
rpn_val
.xon_output);
145
rpn->
rpn_val
.rtr_input, rpn->rpn_val.rtr_output
[
all
...]
rfcomm.h
309
rpn_values
rpn_val
;
member in struct:rpn_msg
453
rpn_values
rpn_val
;
member in struct:rpn_msg
Completed in 152 milliseconds