Home
last modified time | relevance | path

Searched refs:line_name (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/tests/shell/
H A Ddaemon.sh14 local line_name
15 line_name=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $2 }'`
25 if [ "${name}" != "${line_name}" ]; then
62 local line_name
63 line_name=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $2 }'`
77 if [ "${name}" != "${line_name}" ]; then
/openbmc/linux/include/linux/gpio/
H A Dmachine.h61 const char *line_name; member
105 .line_name = _line_name, \
/openbmc/linux/drivers/hte/
H A Dhte.c59 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()
/openbmc/linux/drivers/gpio/
H A Dgpio-sim.c728 kfree(hog->line_name); in gpio_sim_remove_hogs()
795 hog->line_name = kstrdup(line->hog->name, in gpio_sim_add_hogs()
797 if (!hog->line_name) { in gpio_sim_add_hogs()
H A Dgpiolib.c653 rv = gpiod_hog(desc, hog->line_name, hog->lflags, hog->dflags); in gpiochip_machine_hog()