/arch/um/drivers/ |
D | line.c | 22 struct line *line = chan->line; in line_interrupt() local 24 if (line) in line_interrupt() 25 chan_interrupt(line, irq); in line_interrupt() 35 static unsigned int write_room(struct line *line) in write_room() argument 39 if (line->buffer == NULL) in write_room() 43 n = line->head - line->tail; in write_room() 52 struct line *line = tty->driver_data; in line_write_room() local 56 spin_lock_irqsave(&line->lock, flags); in line_write_room() 57 room = write_room(line); in line_write_room() 58 spin_unlock_irqrestore(&line->lock, flags); in line_write_room() [all …]
|
D | chan.h | 18 struct line *line; member 30 extern void chan_interrupt(struct line *line, int irq); 31 extern int parse_chan_pair(char *str, struct line *line, int device, 37 extern int console_open_chan(struct line *line, struct console *co); 41 extern int enable_chan(struct line *line); 42 extern void close_chan(struct line *line); 43 extern int chan_window_size(struct line *line, 46 extern int chan_config_string(struct line *line, char *str, int size,
|
D | chan_kern.c | 133 struct line *line = container_of(work, struct line, task.work); in line_timer_cb() local 135 if (!line->throttled) in line_timer_cb() 136 chan_interrupt(line, line->read_irq); in line_timer_cb() 139 int enable_chan(struct line *line) in enable_chan() argument 145 INIT_DELAYED_WORK(&line->task, line_timer_cb); in enable_chan() 147 list_for_each(ele, &line->chan_list) { in enable_chan() 159 err = line_setup_irq(chan->fd, chan->input, chan->output, line, in enable_chan() 170 close_chan(line); in enable_chan() 198 um_free_irq(chan->line->read_irq, chan); in free_irqs() 200 um_free_irq(chan->line->write_irq, chan); in free_irqs() [all …]
|
D | line.h | 32 struct line { struct 62 struct line *line); argument 77 extern int line_setup_irq(int fd, int input, int output, struct line *line, 79 extern void line_close_chan(struct line *line); 82 struct line *lines, int nlines); 83 extern int setup_one_line(struct line *lines, int n, char *init, 85 extern void close_lines(struct line *lines, int nlines); 87 extern int line_config(struct line *lines, unsigned int sizeof_lines, 91 extern int line_remove(struct line *lines, unsigned int sizeof_lines, int n, 93 extern int line_get_config(char *dev, struct line *lines,
|
D | xterm.c | 49 static int __init xterm_setup(char *line, int *add) in xterm_setup() argument 52 terminal_emulator = line; in xterm_setup() 54 line = strchr(line, ','); in xterm_setup() 55 if (line == NULL) in xterm_setup() 58 *line++ = '\0'; in xterm_setup() 59 if (*line) in xterm_setup() 60 title_switch = line; in xterm_setup() 62 line = strchr(line, ','); in xterm_setup() 63 if (line == NULL) in xterm_setup() 66 *line++ = '\0'; in xterm_setup() [all …]
|
D | stdio_console.c | 73 static struct line vts[MAX_TTYS]; 115 struct line *line = &vts[console->index]; in uml_console_write() local 118 spin_lock_irqsave(&line->lock, flags); in uml_console_write() 119 console_write_chan(line->chan_out, string, len); in uml_console_write() 120 spin_unlock_irqrestore(&line->lock, flags); in uml_console_write() 131 struct line *line = &vts[co->index]; in uml_console_setup() local 133 return console_open_chan(line, co); in uml_console_setup()
|
D | ssl.c | 67 static struct line serial_lines[NR_PORTS]; 114 struct line *line = &serial_lines[c->index]; in ssl_console_write() local 117 spin_lock_irqsave(&line->lock, flags); in ssl_console_write() 118 console_write_chan(line->chan_out, string, len); in ssl_console_write() 119 spin_unlock_irqrestore(&line->lock, flags); in ssl_console_write() 130 struct line *line = &serial_lines[co->index]; in ssl_console_setup() local 132 return console_open_chan(line, co); in ssl_console_setup()
|
/arch/arm/boot/dts/ |
D | nuvoton-npcm750-runbmc-olympus.dts | 434 line-name = "TPM_BMC_ALERT_N"; 440 line-name = "FM_BIOS_TOP_SWAP"; 446 line-name = "FM_BIOS_PREFRB2_GOOD"; 452 line-name = "BMC_SATAXPCIE_0TO3_SEL"; 458 line-name = "BMC_SATAXPCIE_4TO7_SEL"; 464 line-name = "FM_UV_ADR_TRIGGER_EN_N"; 470 line-name = "RM_THROTTLE_EN_N"; 476 line-name = "FM_BMC_TPM_PRES_N"; 482 line-name = "FM_CPU0_SKTOCC_LVT3_N"; 488 line-name = "FM_CPU1_SKTOCC_LVT3_N"; [all …]
|
D | bcm2837.dtsi | 43 /* Source for d/i-cache-line-size and d/i-cache-sets 57 d-cache-line-size = <64>; 58 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 60 i-cache-line-size = <64>; 61 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set 72 d-cache-line-size = <64>; 73 d-cache-sets = <128>; // 32KiB(size)/64(line-size)=512ways/4-way set 75 i-cache-line-size = <64>; 76 i-cache-sets = <256>; // 32KiB(size)/64(line-size)=512ways/2-way set 87 d-cache-line-size = <64>; [all …]
|
D | aspeed-bmc-lenovo-hr855xg2.dts | 432 line-name = "BMC_EMMC_RST_N"; 439 line-name = "PCH_PWROK_BMC_FPGA"; 446 line-name = "IRQ_BMC_PCH_SMI_LPC_N"; 453 line-name = "CPU_SM_WP"; 460 line-name = "PDB_PSU_SEL"; 467 line-name = "LOCATOR_LED_N"; 474 line-name = "FM_BMC_DBP_PRESENT_R1_N"; 481 line-name = "BMC_ME_SECURITY_OVERRIDE_N"; 488 line-name = "IRQ_BMC_PCH_NMI_R"; 495 line-name = "CPU2_PROCDIS_BMC_N"; [all …]
|
D | aspeed-bmc-opp-palmetto.dts | 216 line-name = "func_mode0"; 223 line-name = "func_mode1"; 230 line-name = "func_mode2"; 237 line-name = "BMC_FAN_RESERVED_N"; 244 line-name = "APSS_WDT_N"; 251 line-name = "APSS_BOOT_MODE"; 258 line-name = "APSS_RESET_N"; 265 line-name = "SPIVID_STBY_RESET_N"; 272 line-name = "BMC_POWER_UP"; 279 line-name = "BMC_BATTERY_TEST"; [all …]
|
D | aspeed-bmc-lenovo-hr630.dts | 412 line-name = "IRQ_BMC_PCH_SMI_LPC_N"; 419 line-name = "IRQ_BMC_PCH_NMI_R"; 426 line-name = "I2C_BUS0_RST_OUT_N"; 433 line-name = "FM_SKT0_FAULT_LED"; 440 line-name = "FM_SKT1_FAULT_LED"; 447 line-name = "FAN_PWR_CTL_N"; 454 line-name = "RST_BMC_PCIE_I2CMUX_N"; 461 line-name = "PSU1_FFS_N_R"; 468 line-name = "PSU2_FFS_N_R"; 475 line-name = "BMC_INTRUDED_COVER"; [all …]
|
/arch/arm64/boot/dts/amazon/ |
D | alpine-v3.dtsi | 29 d-cache-line-size = <64>; 32 i-cache-line-size = <64>; 43 d-cache-line-size = <64>; 46 i-cache-line-size = <64>; 57 d-cache-line-size = <64>; 60 i-cache-line-size = <64>; 71 d-cache-line-size = <64>; 74 i-cache-line-size = <64>; 85 d-cache-line-size = <64>; 88 i-cache-line-size = <64>; [all …]
|
/arch/arm64/boot/dts/hisilicon/ |
D | hi3670-hikey970.dts | 75 * Legend: proper name = the GPIO line is used as GPIO 90 * When the 96Board naming of a line and the schematic name of 91 * the same line are in conflict, the 96Board specification 100 gpio-line-names = 113 gpio-line-names = 126 gpio-line-names = 139 gpio-line-names = 152 gpio-line-names = 170 gpio-line-names = 183 gpio-line-names = [all …]
|
/arch/arm64/include/asm/ |
D | asm-bug.h | 11 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line) argument 12 #define __BUGVERBOSE_LOCATION(file, line) \ argument 18 .short line; 20 #define _BUGVERBOSE_LOCATION(file, line) argument
|
/arch/arm64/boot/dts/marvell/ |
D | armada-ap806-quad.dtsi | 26 i-cache-line-size = <64>; 29 d-cache-line-size = <64>; 41 i-cache-line-size = <64>; 44 d-cache-line-size = <64>; 56 i-cache-line-size = <64>; 59 d-cache-line-size = <64>; 71 i-cache-line-size = <64>; 74 d-cache-line-size = <64>; 82 cache-line-size = <64>; 89 cache-line-size = <64>;
|
D | armada-ap807-quad.dtsi | 26 i-cache-line-size = <64>; 29 d-cache-line-size = <64>; 41 i-cache-line-size = <64>; 44 d-cache-line-size = <64>; 56 i-cache-line-size = <64>; 59 d-cache-line-size = <64>; 71 i-cache-line-size = <64>; 74 d-cache-line-size = <64>; 82 cache-line-size = <64>; 89 cache-line-size = <64>;
|
/arch/x86/tools/ |
D | insn_decoder_test.c | 42 static void malformed_line(const char *line, int line_nr) in malformed_line() argument 45 prog, line_nr, line); in malformed_line() 113 char line[BUFSIZE], sym[BUFSIZE] = "<unknown>"; in main() local 121 while (fgets(line, BUFSIZE, stdin)) { in main() 126 if (line[0] == '<') { in main() 128 strcpy(sym, line); in main() 134 strcpy(copy, line); in main() 137 malformed_line(line, insns); in main() 142 malformed_line(line, insns); in main() 160 pr_warn("%s", line); in main()
|
/arch/um/kernel/ |
D | kmsg_dump.c | 15 static char line[1024]; in kmsg_dumper_stdout() local 42 while (kmsg_dump_get_line(&iter, true, line, sizeof(line), &len)) { in kmsg_dumper_stdout() 43 line[len] = '\0'; in kmsg_dumper_stdout() 44 printf("%s", line); in kmsg_dumper_stdout()
|
/arch/arm64/boot/dts/mediatek/ |
D | pumpkin-common.dtsi | 70 line-name = "eint20_mux_sel0"; 77 line-name = "expcon_mux_sel1"; 84 line-name = "mrg_di_mux_sel2"; 91 line-name = "sd_sdio_mux_sel3"; 98 line-name = "sd_sdio_mux_ctrl7"; 105 line-name = "hw_id0"; 112 line-name = "hw_id1"; 119 line-name = "hw_id2"; 126 line-name = "fg_int_n"; 133 line-name = "usba_pwr_en"; [all …]
|
/arch/powerpc/xmon/ |
D | nonstdio.c | 92 static char line[256]; variable 101 lineptr = line; in xmon_getchar() 114 if (lineptr > line) { in xmon_getchar() 122 while (lineptr > line) { in xmon_getchar() 130 if (lineptr >= &line[sizeof(line) - 1]) in xmon_getchar() 138 lineleft = lineptr - line; in xmon_getchar() 139 lineptr = line; in xmon_getchar()
|
/arch/arm64/boot/dts/ti/ |
D | k3-am654.dtsi | 42 i-cache-line-size = <64>; 45 d-cache-line-size = <64>; 56 i-cache-line-size = <64>; 59 d-cache-line-size = <64>; 70 i-cache-line-size = <64>; 73 d-cache-line-size = <64>; 84 i-cache-line-size = <64>; 87 d-cache-line-size = <64>; 97 cache-line-size = <64>; 106 cache-line-size = <64>;
|
/arch/nios2/mm/ |
D | tlb.c | 167 void dump_tlb_line(unsigned long line) in dump_tlb_line() argument 172 pr_debug("dump tlb-entries for line=%#lx (addr %08lx)\n", line, in dump_tlb_line() 173 line << (PAGE_SHIFT + cpuinfo.tlb_num_ways_log2)); in dump_tlb_line() 178 WRCTL(CTL_PTEADDR, line << 2); in dump_tlb_line() 219 unsigned int line; in flush_tlb_pid() local 226 for (line = 0; line < cpuinfo.tlb_num_lines; line++) { in flush_tlb_pid() 268 unsigned int line; in flush_tlb_all() local 280 for (line = 0; line < cpuinfo.tlb_num_lines; line++) { in flush_tlb_all()
|
/arch/powerpc/include/asm/ |
D | bug.h | 14 .macro EMIT_BUG_ENTRY addr,file,line,flags 17 .short \line, \flags 25 .macro EMIT_BUG_ENTRY addr,file,line,flags 34 .macro EMIT_WARN_ENTRY addr,file,line,flags 36 EMIT_BUG_ENTRY \addr,\file,\line,\flags 139 .macro EMIT_BUG_ENTRY addr,file,line,flags 141 .macro EMIT_WARN_ENTRY addr,file,line,flags
|
/arch/powerpc/platforms/ps3/ |
D | os-area.c | 307 int line) in _dump_header() argument 312 pr_debug("%s:%d: h.magic_num: '%s'\n", func, line, in _dump_header() 314 pr_debug("%s:%d: h.hdr_version: %u\n", func, line, in _dump_header() 316 pr_debug("%s:%d: h.db_area_offset: %u\n", func, line, in _dump_header() 318 pr_debug("%s:%d: h.ldr_area_offset: %u\n", func, line, in _dump_header() 320 pr_debug("%s:%d: h.ldr_format: %u\n", func, line, in _dump_header() 322 pr_debug("%s:%d: h.ldr_size: %xh\n", func, line, in _dump_header() 328 int line) in _dump_params() argument 330 pr_debug("%s:%d: p.boot_flag: %u\n", func, line, p->boot_flag); in _dump_params() 331 pr_debug("%s:%d: p.num_params: %u\n", func, line, p->num_params); in _dump_params() [all …]
|