Lines Matching refs:pto
63 .pto = DEFAULT_BIS_PTO,
282 uint64_t pto; in parse_pto_arg() local
285 big_create_param.pto, DEFAULT_BIS_PTO); in parse_pto_arg()
292 pto = strtoul(buffer, NULL, 0); in parse_pto_arg()
293 if (!IN_RANGE(pto, BT_ISO_PTO_MIN, BT_ISO_PTO_MAX)) { in parse_pto_arg()
294 printk("Invalid PTO %llu", pto); in parse_pto_arg()
299 return (int)pto; in parse_pto_arg()
486 int pto; in parse_args() local
537 pto = parse_pto_arg(); in parse_args()
538 if (pto < 0) { in parse_args()
576 big_create_param.pto = pto; in parse_args()