Home
last modified time | relevance | path

Searched refs:dev_table_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/scripts/mod/
Dfile2alias.c221 buf_printf(&mod->dev_table_buf, in do_usb_entry()
366 buf_printf(&mod->dev_table_buf, "MODULE_ALIAS(\"%s\");\n", alias); in do_of_entry_multi()
369 buf_printf(&mod->dev_table_buf, "MODULE_ALIAS(\"%s\");\n", alias); in do_of_entry_multi()
586 buf_printf(&mod->dev_table_buf, in do_pnp_device_entry()
592 buf_printf(&mod->dev_table_buf, in do_pnp_device_entry()
644 buf_printf(&mod->dev_table_buf, in do_pnp_card_entries()
650 buf_printf(&mod->dev_table_buf, in do_pnp_card_entries()
1395 buf_printf(&mod->dev_table_buf, in do_table()
1519 buf_write(buf, mod->dev_table_buf.p, mod->dev_table_buf.pos); in add_moddevtable()
1520 free(mod->dev_table_buf.p); in add_moddevtable()
Dmodpost.h126 struct buffer dev_table_buf; member