/linux/Documentation/admin-guide/ |
H A D | reporting-issues.rst | 1470 Make sure the particular version line still gets support 1491 Search stable mailing list 1502 Reproduce issue with the newest release 1526 Report the regression
|
/linux/arch/riscv/include/asm/ |
H A D | bug.h | 41 #define __BUG_ENTRY(file, line, flags) \ argument 47 #define __BUG_ENTRY(file, line, flags) \ argument 54 #define ARCH_WARN_ASM(file, line, flags, size) \ argument
|
/linux/drivers/gpio/ |
H A D | gpio-sim.c | 646 gpio_sim_line_get_device(struct gpio_sim_line *line) in gpio_sim_line_get_device() 668 struct gpio_sim_line *line = hog->parent; in gpio_sim_hog_get_device() local 722 struct gpio_sim_line *line; in gpio_sim_get_line_names_size() local 738 struct gpio_sim_line *line; in gpio_sim_set_line_names() local 750 struct gpio_sim_line *line; in gpio_sim_get_reserved_ranges_size() local 766 struct gpio_sim_line *line; in gpio_sim_set_reserved_ranges() local 800 struct gpio_sim_line *line; in gpio_sim_add_hogs() local 1020 struct gpio_sim_line *line; in gpio_sim_device_lockup_configfs() local 1205 struct gpio_sim_line *line = to_gpio_sim_line(item); in gpio_sim_line_config_name_show() local 1216 struct gpio_sim_line *line = to_gpio_sim_line(item); in gpio_sim_line_config_name_store() local [all …]
|
H A D | gpio-ts5500.c | 201 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_input() local 220 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_get() local 228 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_output() local 250 const struct ts5500_dio line = priv->pinout[offset]; in ts5500_gpio_set() local 267 const struct ts5500_dio line = block[offset]; in ts5500_gpio_to_irq() local
|
H A D | gpio-i8255.c | 33 const unsigned int line = offset % I8255_NGPIO_PER_REG; in i8255_direction_mask() local 77 const unsigned int line = ppi_offset % I8255_NGPIO_PER_REG; in i8255_reg_mask_xlate() local
|
/linux/scripts/ |
H A D | show_delta | 44 def get_time(line): argument 61 convert_line(line, base_time) global() argument [all...] |
/linux/arch/um/os-Linux/ |
H A D | start_up.c | 393 void (*flags_helper_func)(char *line), in get_host_cpu_features() 394 void (*cache_helper_func)(char *line)) in get_host_cpu_features() 397 char *line = NULL; in get_host_cpu_features() local 425 static int __init uml_seccomp_config(char *line, int *add) in uml_seccomp_config()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | ga102.c | 37 u8 line = (data & 0x0000003f); in ga102_gpio_reset() local 56 ga102_gpio_drive(struct nvkm_gpio *gpio, int line, int dir, int out) in ga102_gpio_drive() 66 ga102_gpio_sense(struct nvkm_gpio *gpio, int line) in ga102_gpio_sense()
|
H A D | nv10.c | 29 nv10_gpio_sense(struct nvkm_gpio *gpio, int line) in nv10_gpio_sense() 52 nv10_gpio_drive(struct nvkm_gpio *gpio, int line, int dir, int out) in nv10_gpio_drive()
|
/linux/drivers/s390/char/ |
H A D | con3270.c | 188 static int tty3270_line_increment(struct tty3270 *tp, unsigned int line, unsigned int incr) in tty3270_line_increment() 289 struct tty3270_line *line; in tty3270_blank_screen() local 316 static int tty3270_required_length(struct tty3270 *tp, struct tty3270_line *line) in tty3270_required_length() 355 static char *tty3270_add_reset_attributes(struct tty3270 *tp, struct tty3270_line *line, in tty3270_add_reset_attributes() 399 static char *tty3270_add_attributes(struct tty3270 *tp, struct tty3270_line *line, in tty3270_add_attributes() 457 static unsigned int tty3270_convert_line(struct tty3270 *tp, struct tty3270_line *line, int lineno) in tty3270_convert_line() 476 struct tty3270_line *line; in tty3270_update_lines_visible() local 497 struct tty3270_line *line; in tty3270_update_lines_all() local 1268 struct tty3270_line *line; in tty3270_put_character() local 1300 struct tty3270_line *line; in tty3270_lf() local [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | nv40.c | 106 nv40_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in nv40_fan_pwm_ctrl() 121 nv40_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in nv40_fan_pwm_get() 149 nv40_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in nv40_fan_pwm_set()
|
/linux/scripts/lib/kdoc/ |
H A D | kdoc_re.py | 165 _search(self, regex, line) global() argument 217 search(self, regex, line) global() argument 229 sub(self, regex, sub, line, count=0) global() argument [all...] |
/linux/tools/crypto/tcrypt/ |
H A D | tcrypt_speed_compare.py | 57 def parse_title(line): argument 68 def parse_item(line): argument
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gen_wa_oob.c | 37 static void print_parse_error(const char *err_msg, const char *line, in print_parse_error() 44 static char *strip(char *line, size_t linelen) in strip() 57 char line[MAX_LINE_LEN + 1]; in parse() local
|
/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 155 int get_line_length(const char *line) in get_line_length() 177 const char *line = get_line(text, i); in fill_window() local 223 const char *line = get_line(msg, i); in btn_dialog() local 344 const char *line = get_line(prompt, i); in dialog_inputbox() local 547 const char *line = get_line(text, i); in show_scroll_win_ext() local
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | proc.c | 57 static struct netstat *lookup_get_column(struct netstat *ns, const char *line) in lookup_get_column() 68 static void netstat_read_type(FILE *fnetstat, struct netstat **dest, char *line) in netstat_read_type() 149 char *line = NULL; in netstat_read() local
|
/linux/sound/pci/ca0106/ |
H A D | ca0106_proc.c | 285 char line[64]; in snd_ca0106_proc_reg_write32() local 386 char line[64]; in snd_ca0106_proc_reg_write() local 400 char line[64]; in snd_ca0106_proc_i2c_write() local
|
/linux/tools/perf/util/ |
H A D | srcline.c | 80 static char *srcline_from_fileline(const char *file, unsigned int line) in srcline_from_fileline() 152 char **file, unsigned int *line, struct dso *dso, in addr2line() 205 unsigned line; member 359 char **file, unsigned int *line, struct dso *dso, in addr2line() 574 char *line = NULL; in read_addr2line_record() local 880 unsigned line = 0; in __get_srcline() local 926 char *get_srcline_split(struct dso *dso, u64 addr, unsigned *line) in get_srcline_split()
|
/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-f300.c | 25 static void f300_set_line(struct cx23885_dev *dev, u32 line, u8 lvl) in f300_set_line() 34 static u8 f300_get_line(struct cx23885_dev *dev, u32 line) in f300_get_line()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 333 struct uart_8250_port *serial8250_get_port(int line) in serial8250_get_port() 583 void serial8250_suspend_port(int line) in serial8250_suspend_port() 607 void serial8250_resume_port(int line) in serial8250_resume_port() 877 void serial8250_unregister_port(int line) in serial8250_unregister_port()
|
/linux/include/dt-bindings/pinctrl/ |
H A D | stm32-pinfunc.h | 32 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 34 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
|
/linux/tools/testing/vsock/ |
H A D | control.c | 230 char *line; in control_expectln() local 239 bool control_cmpln(char *line, const char *str, bool fail) in control_cmpln()
|
/linux/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfb_accel.c | 75 unsigned const char *line; in mb86290fb_imageblit1() local 124 unsigned const char *line, *ptr; in mb86290fb_imageblit8() local 163 unsigned const char *line; in mb86290fb_imageblit16() local
|
/linux/tools/testing/selftests/mm/ |
H A D | mlock2-tests.c | 22 char line[1024] = {0}; in get_vm_area() local 72 if (!strstr(line, VMFLAGS)) { in is_vmflag_set() local 109 char *line = NULL; get_value_for_name() local [all...] |
/linux/arch/x86/tools/ |
H A D | insn_decoder_test.c | 41 static void malformed_line(const char *line, int line_nr) in malformed_line() 112 char line[BUFSIZE], sym[BUFSIZE] = "<unknown>"; in main() local
|