Searched refs:inform (Results 1 - 7 of 7) sorted by relevance

/linux-master/scripts/dtc/
H A Ddtc.c165 const char *inform = NULL; local
185 inform = optarg;
288 if (inform == NULL)
289 inform = guess_input_format(arg, "dts");
293 if (streq(inform, "dts"))
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
301 if (streq(inform, "dts"))
303 else if (streq(inform, "fs"))
305 else if(streq(inform, "dtb"))
308 die("Unknown input format \"%s\"\n", inform);
[all...]
/linux-master/scripts/gcc-plugins/
H A Dstructleak_plugin.c149 inform(DECL_SOURCE_LOCATION(var),
225 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name);
H A Drandomize_layout_plugin.c29 #define INFORM(loc, msg, ...) inform(loc, "randstruct: " msg, ##__VA_ARGS__)
864 inform(UNKNOWN_LOCATION, G_("%s supports C only, not %s"), plugin_name, lang_hooks.name);
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_net.c73 int inform)
83 if (inform) {
205 * Usually caller of this function wants to inform that to the
72 gelic_card_get_ether_port_status(struct gelic_card *card, int inform) argument
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm214 /* inform SPI the readiness and wait for SPI's go signal */
H A Dcwsr_trap_handler_gfx9.asm354 /* inform SPI the readiness and wait for SPI's go signal */
H A Dcwsr_trap_handler_gfx10.asm361 /* inform SPI the readiness and wait for SPI's go signal */

Completed in 145 milliseconds