Home | History | Annotate | Download | only in msm8974

Lines Matching refs:operator_name

680     char *operator_name;
682 operator_name = get_current_operator();
683 if (operator_name == NULL)
688 if (strcmp(operator_name, device_item->operator) == 0) {