Lines Matching refs:PRINT_ANY
92 open_json_array(PRINT_ANY, is_json_context() ? "ctrlmode" : "<"); in print_ctrlmode()
96 print_string(PRINT_ANY, NULL, cm ? "%s," : "%s", cmname); \ in print_ctrlmode()
108 print_hex(PRINT_ANY, NULL, "%x", cm); in print_ctrlmode()
109 close_json_array(PRINT_ANY, "> "); in print_ctrlmode()
308 print_int(PRINT_ANY, in can_print_opt()
320 print_int(PRINT_ANY, "bitrate", NULL, bt->bitrate); in can_print_opt()
324 print_int(PRINT_ANY, "tq", NULL, bt->tq); in can_print_opt()
325 print_int(PRINT_ANY, "prop_seg", NULL, bt->prop_seg); in can_print_opt()
326 print_int(PRINT_ANY, "phase_seg1", in can_print_opt()
328 print_int(PRINT_ANY, "phase_seg2", in can_print_opt()
330 print_int(PRINT_ANY, "sjw", NULL, bt->sjw); in can_print_opt()
541 print_int(PRINT_ANY, in can_print_opt()