Lines Matching refs:pbe
167 be_dev_remove_quirk(struct libusb20_backend *pbe, in be_dev_remove_quirk() argument
182 error = libusb20_be_remove_dev_quirk(pbe, &q); in be_dev_remove_quirk()
189 be_dev_add_quirk(struct libusb20_backend *pbe, in be_dev_add_quirk() argument
204 error = libusb20_be_add_dev_quirk(pbe, &q); in be_dev_add_quirk()
317 flush_command(struct libusb20_backend *pbe, struct options *opt) in flush_command() argument
339 dump_be_quirk_names(pbe); in flush_command()
343 dump_be_dev_quirks(pbe); in flush_command()
347 be_dev_remove_quirk(pbe, in flush_command()
352 be_dev_add_quirk(pbe, in flush_command()
357 if (libusb20_be_set_template(pbe, opt->template)) { in flush_command()
364 if (libusb20_be_get_template(pbe, &opt->template)) in flush_command()
376 while ((pdev = libusb20_be_device_foreach(pbe, pdev))) { in flush_command()
393 be_dev_remove_quirk(pbe, in flush_command()
404 be_dev_add_quirk(pbe, in flush_command()
550 struct libusb20_backend *pbe; in main() local
562 pbe = libusb20_be_alloc_default(); in main()
563 if (pbe == NULL) in main()
635 flush_command(pbe, opt); in main()
646 flush_command(pbe, opt); in main()
657 flush_command(pbe, opt); in main()
672 flush_command(pbe, opt); in main()
889 flush_command(pbe, opt); in main()
894 flush_command(pbe, opt); in main()
897 libusb20_be_free(pbe); in main()