Searched refs:line (Results 476 - 500 of 796) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb.h108 unsigned int line; member in struct:cxusb_bt656_params
/linux-master/drivers/video/fbdev/omap/
H A Domapfb.h126 int (*enable_tearsync) (int enable, unsigned line);
/linux-master/sound/pci/hda/
H A Dhda_eld.c498 char line[64]; local
504 while (!snd_info_get_line(buffer, line, sizeof(line))) {
505 if (sscanf(line, "%s %llx", name, &val) != 2)
/linux-master/kernel/printk/
H A Dindex.c56 * Make show() print the header line. Do not update *pos because
81 seq_puts(s, "# <level/flags> filename:line function \"format\"\n");
107 seq_printf(s, " %s:%d %s \"", entry->file, entry->line, entry->func);
/linux-master/drivers/media/cec/core/
H A Dcec-pin-priv.h245 bool cec_pin_error_inj_parse_line(struct cec_adapter *adap, char *line);
H A Dcec-pin-error-inj.c72 bool cec_pin_error_inj_parse_line(struct cec_adapter *adap, char *line) argument
78 char *p = line;
/linux-master/arch/um/drivers/
H A DMakefile42 obj-y := stdio_console.o fd.o chan_kern.o chan_user.o line.o
/linux-master/tools/perf/util/
H A Dprobe-event.h69 int line; /* Line number */ member in struct:perf_probe_point
112 int start; /* Start line number */
113 int end; /* End line number */
114 int offset; /* Start line offset */
153 /* Command string to line-range */
156 /* Release line range members */
159 /* Initialize line range */
/linux-master/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl103 # Parse command line options
147 my $line;
149 $line = <FORMAT>;
150 $line =~ s/, REC->.*//;
151 if ($line =~ /^print fmt:\s"(.*)".*/) {
252 die("Failed to math stat line for process name :: $statline");
274 # Read each line of the event log
/linux-master/Documentation/sphinx/
H A Dkfigure.py585 line=self.lineno)]
592 line=self.lineno)]
609 caption_node.line = parsed[0].line
H A DrstFlatTable.py118 line=self.lineno)
211 , line = self.directive.lineno )
/linux-master/tools/testing/selftests/kvm/include/
H A Ducall_common.h39 const char *file, unsigned int line,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c58 char line[512]; local
65 while (fgets(line, sizeof(line), f)) {
66 char *p = line;
/linux-master/drivers/ras/amd/
H A Dfmpm.c875 unsigned int fru_idx, entry, spa_entry, line; local
879 line = *(loff_t *)data;
880 if (line == 0) {
891 spa_entry = line - 1;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c204 static int parse_line(char *line, struct resctrl_schema *s, argument
225 if (!line || line[0] == '\0')
227 dom = strsep(&line, ";");
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_core.c627 char line[PATH_MAX]; local
662 snprintf(line, sizeof(line), "0::%s", grps[1] + strlen(grps[0]));
663 if (proc_read_strstr(0, 1, "cgroup", line))
/linux-master/drivers/tty/serial/
H A Dmen_z135_uart.c100 static int line; variable
534 * Stop transmitting characters. This might be due to CTS line becomming
828 uart->port.line = line++;
859 line--;
/linux-master/drivers/char/
H A Dpowernv-op-panel.c179 oppanel_lines[i].line = cpu_to_be64(__pa(&oppanel_data[i *
/linux-master/drivers/media/pci/ivtv/
H A Divtv-ioctl.c43 static int valid_service_line(int field, int line, int is_pal) argument
45 return (is_pal && line >= 6 && (line != 23 || field == 0)) ||
46 (!is_pal && line >= 10 && line < 22);
49 static u16 select_service_from_set(int field, int line, u16 set, int is_pal) argument
55 if (set == 0 || !valid_service_line(field, line, is_pal)) {
59 if (line == 21 && (set & V4L2_SLICED_CAPTION_525))
63 if (line == 16 && field == 0 && (set & V4L2_SLICED_VPS))
65 if (line
[all...]
/linux-master/drivers/net/dsa/realtek/
H A Drtl8366rb.c473 int line = irqd_to_hwirq(d); local
476 /* For line interrupts we combine link down in bits
479 if (line < 12)
480 val = BIT(line) | BIT(line + 6);
482 val = BIT(line);
526 int line = __ffs(stat); local
529 stat &= ~BIT(line);
530 /* For line interrupts we combine link down in bits
533 if (line < 1
[all...]
/linux-master/drivers/parisc/
H A Dsuperio.c400 serial_port.line = 0;
410 serial_port.line = 1;
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c15 * NN counts 1 byte Dwords, an IDID with the VBI line # in it.
24 * 2 byte Internal DID: VBI-line-# 0x80
35 * before the first active region line and for active lines, they are:
261 vbi->line = vbi->type = 0;
295 vbi->line = err ? 0 : l;
/linux-master/drivers/mmc/host/
H A Dcavium-octeon.c37 * Lock a single line into L2. The line is zeroed before locking
45 "cache 31, %[line]" /* Unlock the line */
46 ::[line] "m" (*addr_ptr));
49 /* Unlock a single line in the L2 cache. */
55 "cache 23, %[line]" /* Unlock the line */
56 ::[line] "m" (*addr_ptr));
64 /* Round start/end to cache line boundarie
[all...]
/linux-master/kernel/trace/
H A Dtrace_entries.h327 __field( unsigned int, line )
335 __entry->line,
/linux-master/fs/ext4/
H A Dblock_validity.c349 int ext4_check_blockref(const char *function, unsigned int line, argument
364 ext4_error_inode(inode, function, line, blk,

Completed in 299 milliseconds

<<11121314151617181920>>