Searched refs:line_name (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/gpio/ |
A D | machine.h | 61 const char *line_name; member 105 .line_name = _line_name, \
|
/linux-6.3-rc2/drivers/hte/ |
A D | hte.c | 59 char *line_name; member 202 kfree(ei->line_name); in hte_ts_put() 392 ei->line_name = NULL; in __hte_req_ts() 394 ei->line_name = kzalloc(HTE_TS_NAME_LEN, GFP_KERNEL); in __hte_req_ts() 395 if (ei->line_name) in __hte_req_ts() 396 scnprintf(ei->line_name, HTE_TS_NAME_LEN, "ts_%u", in __hte_req_ts() 401 ei->line_name : desc->attr.name, ei); in __hte_req_ts()
|
/linux-6.3-rc2/tools/perf/tests/shell/ |
A D | daemon.sh | 14 local line_name=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $2 }'` 20 if [ "${name}" != "${line_name}" ]; then 57 local line_name=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $2 }'` 65 if [ "${name}" != "${line_name}" ]; then
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpio-sim.c | 741 kfree(hog->line_name); in gpio_sim_remove_hogs() 802 hog->line_name = kstrdup(line->hog->name, in gpio_sim_add_hogs() 804 if (!hog->line_name) { in gpio_sim_add_hogs()
|
A D | gpiolib.c | 633 rv = gpiod_hog(desc, hog->line_name, hog->lflags, hog->dflags); in gpiochip_machine_hog()
|
Completed in 17 milliseconds