Searched refs:show_output (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/build/ |
D | kernel_build.py | 159 def exec_cmd(command_list, shell=False, show_output=False, cwd=None): argument 190 if show_output is True: 195 if show_output is True: 200 if show_output is True: 204 if show_output is True:
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | lm3533-core.c | 256 static ssize_t show_output(struct device *dev, in show_output() function 324 show_output, store_output, _type, _id)
|
/kernel/linux/linux-5.10/drivers/net/can/softing/ |
D | softing_main.c | 564 static ssize_t show_output(struct device *dev, struct device_attribute *attr, in show_output() function 600 static const DEVICE_ATTR(output, 0644, show_output, store_output);
|