Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtrtl.c470 struct rtl_subsection *subsec; in btrtl_insert_ordered_subsec() local
473 subsec = list_entry(pos, struct rtl_subsection, list); in btrtl_insert_ordered_subsec()
474 if (subsec->prio >= node->prio) in btrtl_insert_ordered_subsec()
485 struct rtl_subsection *subsec; in btrtl_parse_section() local
527 subsec = kzalloc(sizeof(*subsec), GFP_KERNEL); in btrtl_parse_section()
528 if (!subsec) in btrtl_parse_section()
530 subsec->opcode = opcode; in btrtl_parse_section()
531 subsec->prio = common_subsec->prio; in btrtl_parse_section()
532 subsec->len = subsec_len; in btrtl_parse_section()
533 subsec->data = ptr; in btrtl_parse_section()
[all …]