Searched refs:data_name (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/unicode/ |
H A D | mkutf8data.c | 44 const char *data_name = DATA_NAME; variable 2129 printf("Parsing %s\n", data_name); in nfdi_init() 2130 file = fopen(data_name, "r"); in nfdi_init() 2132 open_fail(data_name, errno); in nfdi_init() 2141 line_fail(data_name, line); in nfdi_init() 2157 line_fail(data_name, line); in nfdi_init() 2174 file_fail(data_name); in nfdi_init() 3377 data_name = optarg; in main()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 62 const char *data_name) in cyttsp4_pr_buf() argument 77 dev_vdbg(dev, "%s: %s[0..%d]=%s%s\n", __func__, data_name, size - 1, in cyttsp4_pr_buf() 81 #define cyttsp4_pr_buf(dev, pr_buf, dptr, size, data_name) do { } while (0) argument
|
/openbmc/u-boot/drivers/ddr/fsl/ |
H A D | interactive.c | 1806 const char *data_name; member 1839 if (strcmp(options[j].data_name, argv[i]) != 0) in fsl_ddr_parse_interactive_cmd()
|