Searched refs:data_name (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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() 3363 data_name = optarg; in main()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 48 const char *data_name) in cyttsp4_pr_buf() 63 dev_vdbg(dev, "%s: %s[0..%d]=%s%s\n", __func__, data_name, size - 1, in cyttsp4_pr_buf() 67 #define cyttsp4_pr_buf(dev, pr_buf, dptr, size, data_name) do { } while (0) 47 cyttsp4_pr_buf(struct device *dev, u8 *pr_buf, u8 *dptr, int size, const char *data_name) cyttsp4_pr_buf() argument
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 62 const char *data_name) in cyttsp4_pr_buf() 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) 61 cyttsp4_pr_buf(struct device *dev, u8 *pr_buf, u8 *dptr, int size, const char *data_name) cyttsp4_pr_buf() argument
|
Completed in 12 milliseconds