Home
last modified time | relevance | path

Searched refs:pnp_string (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/usb/gadget/legacy/
A Dprinter.c87 static char *pnp_string = variable
152 opts->pnp_string = kstrdup(iPNPstring, GFP_KERNEL); in printer_bind()
153 if (!opts->pnp_string) { in printer_bind()
163 opts->pnp_string = pnp_string; in printer_bind()
/linux/drivers/usb/gadget/function/
A Df_printer.c92 char *pnp_string; /* We don't own memory! */ member
1003 if (!dev->pnp_string) { in printer_func_setup()
1007 value = strlen(dev->pnp_string); in printer_func_setup()
1010 memcpy(buf + 2, dev->pnp_string, value); in printer_func_setup()
1012 dev->pnp_string); in printer_func_setup()
1218 if (!opts->pnp_string) in f_printer_opts_pnp_string_show()
1251 kfree(opts->pnp_string); in f_printer_opts_pnp_string_store()
1254 opts->pnp_string = new_pnp; in f_printer_opts_pnp_string_store()
1262 CONFIGFS_ATTR(f_printer_opts_, pnp_string);
1351 kfree(opts->pnp_string); in gprinter_free_inst()
[all …]
A Du_printer.h21 char *pnp_string; member
/linux/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-printer8 pnp_string Data to be passed to the host in pnp string
/linux/Documentation/usb/
A Dgadget-testing.rst861 pnp_string Data to be passed to the host in pnp string

Completed in 11 milliseconds