Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hardware/eicon/
Dmessage.c10527 if (((li_config_table[i].flag_table[j]) != 0) in mixer_calculate_coefs()
10528 || ((li_config_table[j].flag_table[i]) != 0)) in mixer_calculate_coefs()
10532 if (((li_config_table[i].flag_table[j] & LI_FLAG_CONFERENCE) != 0) in mixer_calculate_coefs()
10533 || ((li_config_table[j].flag_table[i] & LI_FLAG_CONFERENCE) != 0)) in mixer_calculate_coefs()
10545 if (li_config_table[i].flag_table[j] & LI_FLAG_CONFERENCE) in mixer_calculate_coefs()
10574 li_config_table[i].flag_table[j] |= LI_FLAG_CONFERENCE; in mixer_calculate_coefs()
10576 if (li_config_table[i].flag_table[i] & LI_FLAG_CONFERENCE) in mixer_calculate_coefs()
10586 if (li_config_table[i].flag_table[j] & LI_FLAG_INTERCONNECT) in mixer_calculate_coefs()
10588 if (li_config_table[i].flag_table[j] & LI_FLAG_MONITOR) in mixer_calculate_coefs()
10590 if (li_config_table[i].flag_table[j] & LI_FLAG_MIX) in mixer_calculate_coefs()
[all …]
Dcapifunc.c364 memmove(&li_config_table[i].flag_table[a->li_base], in clean_adapter()
365 &li_config_table[i].flag_table[a->li_base + a->li_channels], in clean_adapter()
641 new_li_config_table[i].flag_table = in diva_add_card()
647 memset(&new_li_config_table[i].flag_table[0], 0, k); in diva_add_card()
651 memcpy(&new_li_config_table[i].flag_table[0], in diva_add_card()
652 &li_config_table[j].flag_table[0], in diva_add_card()
658 memset(&new_li_config_table[i].flag_table[a->li_base], 0, a->li_channels); in diva_add_card()
661 memcpy(&new_li_config_table[i].flag_table[a->li_base + in diva_add_card()
663 &li_config_table[j].flag_table[a->li_base], in diva_add_card()
Ddivacapi.h920 byte *flag_table; /* dword aligned and sized */ member
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dchip.c106 struct flag_table { struct
242 static struct flag_table cce_err_status_flags[] = {
332 static struct flag_table misc_err_status_flags[] = {
351 static struct flag_table pio_err_status_flags[] = {
493 static struct flag_table sdma_err_status_flags[] = {
515 static struct flag_table egress_err_status_flags[] = {
616 static struct flag_table egress_err_info_flags[] = {
665 static struct flag_table send_err_status_flags[] = {
674 static struct flag_table sc_err_status_flags[] = {
697 static struct flag_table rxe_err_status_flags[] = {
[all …]