/linux/arch/um/drivers/ |
H A 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() 31 * Returns the free space inside the ring buffer of this line. 33 * Should be called while holding line->lock (this does not modify data). 35 static unsigned int write_room(struct line *line) in write_room() argument 39 if (line in write_room() 52 struct line *line = tty->driver_data; line_write_room() local 65 struct line *line = tty->driver_data; line_chars_in_buffer() local 86 buffer_data(struct line * line,const u8 * buf,size_t len) buffer_data() argument 130 flush_buffer(struct line * line) flush_buffer() argument 170 struct line *line = tty->driver_data; line_flush_buffer() local 189 struct line *line = tty->driver_data; line_write() local 216 struct line *line = tty->driver_data; line_throttle() local 224 struct line *line = tty->driver_data; line_unthrottle() local 233 struct line *line = chan->line; line_write_interrupt() local 257 line_setup_irq(int fd,int input,int output,struct line * line,void * data) line_setup_irq() argument 288 struct line *line = tty->driver_data; line_activate() local 310 struct line *line = tty->driver_data; line_destruct() local 325 struct line *line = tty->driver_data; line_open() local 331 line_install(struct tty_driver * driver,struct tty_struct * tty,struct line * line) line_install() argument 346 struct line *line = tty->driver_data; line_close() local 353 struct line *line = tty->driver_data; line_hangup() local 369 struct line *line = &lines[n]; setup_one_line() local 487 struct line *line; line_get_config() local 626 struct line *line; winch_interrupt() local [all...] |
H A D | chan.h | 13 #include "line.h" 18 struct line *line; member 31 extern void chan_interrupt(struct line *line, int irq); 32 extern int parse_chan_pair(char *str, struct line *line, int device, 38 extern int console_open_chan(struct line *line, struct console *co); 41 extern int enable_chan(struct line *lin [all...] |
H A D | chan_kern.c | 167 struct line *line = container_of(work, struct line, task.work); in line_timer_cb() local 169 if (!line->throttled) in line_timer_cb() 170 chan_interrupt(line, line->read_irq); in line_timer_cb() 173 int enable_chan(struct line *line) in enable_chan() argument 179 INIT_DELAYED_WORK(&line->task, line_timer_cb); in enable_chan() 181 list_for_each(ele, &line in enable_chan() 270 close_chan(struct line * line) close_chan() argument 317 console_open_chan(struct line * line,struct console * co) console_open_chan() argument 330 chan_window_size(struct line * line,unsigned short * rows_out,unsigned short * cols_out) chan_window_size() argument 423 chan_config_string(struct line * line,char * str,int size,char ** error_out) chan_config_string() argument 477 parse_chan(struct line * line,char * str,int device,const struct chan_opts * opts,char ** error_out) parse_chan() argument 528 parse_chan_pair(char * str,struct line * line,int device,const struct chan_opts * opts,char ** error_out) parse_chan_pair() argument 578 chan_interrupt(struct line * line,int irq) chan_interrupt() argument [all...] |
H A D | line.h | 32 struct line { struct 62 struct line *line); argument 76 extern int line_setup_irq(int fd, int input, int output, struct line *line, 78 extern void line_close_chan(struct line *line); 81 struct line *lines, int nlines); 82 extern int setup_one_line(struct line *lines, int n, char *init, 84 extern void close_lines(struct line *line 56 driverline global() argument [all...] |
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | nv10.c | 29 nv10_gpio_sense(struct nvkm_gpio *gpio, int line) in nv10_gpio_sense() argument 32 if (line < 2) { in nv10_gpio_sense() 33 line = line * 16; in nv10_gpio_sense() 34 line = nvkm_rd32(device, 0x600818) >> line; in nv10_gpio_sense() 35 return !!(line & 0x0100); in nv10_gpio_sense() 37 if (line < 10) { in nv10_gpio_sense() 38 line = (line in nv10_gpio_sense() 52 nv10_gpio_drive(struct nvkm_gpio * gpio,int line,int dir,int out) nv10_gpio_drive() argument [all...] |
/linux/scripts/ |
H A D | markup_oops.pl | 48 my ($line) = @_; 49 if ($line =~ /EAX: ([0-9a-f]+) EBX: ([0-9a-f]+) ECX: ([0-9a-f]+) EDX: ([0-9a-f]+)/) { 55 if ($line =~ /ESI: ([0-9a-f]+) EDI: ([0-9a-f]+) EBP: ([0-9a-f]+) ESP: ([0-9a-f]+)/) { 60 if ($line =~ /RAX: ([0-9a-f]+) RBX: ([0-9a-f]+) RCX: ([0-9a-f]+)/) { 65 if ($line =~ /RDX: ([0-9a-f]+) RSI: ([0-9a-f]+) RDI: ([0-9a-f]+)/) { 70 if ($line =~ /RBP: ([0-9a-f]+) R08: ([0-9a-f]+) R09: ([0-9a-f]+)/) { 74 if ($line =~ /R10: ([0-9a-f]+) R11: ([0-9a-f]+) R12: ([0-9a-f]+)/) { 79 if ($line =~ /R13: ([0-9a-f]+) R14: ([0-9a-f]+) R15: ([0-9a-f]+)/) { 97 my ($line, $cntr) = @_; 99 if (length($line) < 4 [all...] |
H A D | checkpatch.pl | 91 --no-signoff do not check for 'Signed-off-by' line 95 --terse one line per report 113 --max-line-length=n set the maximum line length, (default $max_line_length) 129 If correctable single-line errors exist, create 247 my $line = $_; 249 $line =~ s/\s*\n?$//g; 250 $line =~ s/^\s*//g; 251 $line =~ s/\s+/ /g; 253 next if ($line [all...] |
/linux/scripts/dtc/ |
H A D | of_unittest_expect | 75 print "** ERROR: special pattern not recognized: <<$type>>, CONSOLE_LOG line: $.\n"; 83 print "** ERROR: $script_name internal error, at end of compare(), CONSOLE_LOG line: $.\n"; 103 --line-num report line number of CONSOLE_LOG 135 <<all>> matches: anything to end of line 139 A prefix is added to every line of output: 155 --line-num causes the CONSOLE_LOG line number to be printed in 4 columns. 157 used to report the line number for lines greater than 9999 (eg for 171 "line [all...] |
H A D | dt_to_config | 199 multiple lines. The first line reports flags, the node path, compatible 263 1 error processing command line 554 my $line; 573 $line = $line . $next_line; 575 $line =~ s/\\$/ /; 578 if ($line =~ /^\s*#/) { 579 $line = ""; 585 if ($line =~ /^([ ]\s*|)else\b/) { 589 $line [all...] |
/linux/Documentation/arch/arm/samsung/ |
H A D | clksrc-change-registers.awk | 69 while (getline line < ARGV[1] > 0) { 70 if (line ~ /\#define.*_MASK/ && 71 !(line ~ /USB_SIG_MASK/)) { 72 splitdefine(line, fields) 75 printf "MASK " line "\n" > "/dev/stderr" 98 if ((getline line) <= 0) { 103 if (line ~ /\.shift/) { 104 shift = extract_value(line) 105 } else if (line ~ /\.mask/) { 106 mask = extract_value(line) [all...] |
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-transform.sh | 18 # single line. It also assumes no whitespace in filenames. 86 line = ""; 88 if (line == "") { 89 line = $i; 91 line = line " " $i; 95 line = line " file:" consolelog; 98 line = line " " imag [all...] |
/linux/drivers/zorro/ |
H A D | gen-devlist.c | 32 char line[1024], *c, *bra, manuf[8]; in main() local 45 while (fgets(line, sizeof(line)-1, stdin)) { in main() 47 if ((c = strchr(line, '\n'))) in main() 49 if (!line[0] || line[0] == '#') in main() 51 if (line[0] == '\t') { in main() 54 if (strlen(line) > 5 && line[5] == ' ') { in main() 55 c = line in main() [all...] |
/linux/drivers/gpio/ |
H A D | gpio-thunderx.c | 49 unsigned int line; member 56 struct msix_entry *msix_entries; /* per line MSI-X */ 57 struct thunderx_line *line_entries; /* per line irq info */ 64 static unsigned int bit_cfg_reg(unsigned int line) in bit_cfg_reg() argument 66 return 8 * line + GPIO_BIT_CFG; in bit_cfg_reg() 69 static unsigned int intr_reg(unsigned int line) in intr_reg() argument 71 return 8 * line + GPIO_INTR; in intr_reg() 75 unsigned int line) in thunderx_gpio_is_gpio_nowarn() argument 77 u64 bit_cfg = readq(txgpio->register_base + bit_cfg_reg(line)); in thunderx_gpio_is_gpio_nowarn() 87 unsigned int line) in thunderx_gpio_is_gpio() argument 96 thunderx_gpio_request(struct gpio_chip * chip,unsigned int line) thunderx_gpio_request() argument 103 thunderx_gpio_dir_in(struct gpio_chip * chip,unsigned int line) thunderx_gpio_dir_in() argument 119 thunderx_gpio_set(struct gpio_chip * chip,unsigned int line,int value) thunderx_gpio_set() argument 134 thunderx_gpio_dir_out(struct gpio_chip * chip,unsigned int line,int value) thunderx_gpio_dir_out() argument 159 thunderx_gpio_get_direction(struct gpio_chip * chip,unsigned int line) thunderx_gpio_get_direction() argument 181 thunderx_gpio_set_config(struct gpio_chip * chip,unsigned int line,unsigned long cfg) thunderx_gpio_set_config() argument 260 thunderx_gpio_get(struct gpio_chip * chip,unsigned int line) thunderx_gpio_get() argument [all...] |
H A D | gpio-aggregator.c | 65 /* Custom name for the virtual line */ 67 /* GPIO chip label or line name */ 69 /* Can be negative to indicate lookup by line name */ 158 struct gpio_aggregator_line *line; in gpio_aggregator_line_alloc() local 160 line = kzalloc(sizeof(*line), GFP_KERNEL); in gpio_aggregator_line_alloc() 161 if (!line) in gpio_aggregator_line_alloc() 165 line->key = kstrdup(key, GFP_KERNEL); in gpio_aggregator_line_alloc() 166 if (!line->key) { in gpio_aggregator_line_alloc() 167 kfree(line); in gpio_aggregator_line_alloc() 182 gpio_aggregator_line_add(struct gpio_aggregator * aggr,struct gpio_aggregator_line * line) gpio_aggregator_line_add() argument 198 gpio_aggregator_line_del(struct gpio_aggregator * aggr,struct gpio_aggregator_line * line) gpio_aggregator_line_del() argument 207 struct gpio_aggregator_line *line, *tmp; gpio_aggregator_free_lines() local 440 u32 line; gpiochip_fwd_delay_of_xlate() local 586 struct gpio_aggregator_line *line; gpio_aggregator_make_device_sw_node() local 615 struct gpio_aggregator_line *line; gpio_aggregator_activate() local 699 struct gpio_aggregator_line *line; gpio_aggregator_lockup_configfs() local 719 struct gpio_aggregator_line *line = to_gpio_aggregator_line(item); gpio_aggregator_line_key_show() local 731 struct gpio_aggregator_line *line = to_gpio_aggregator_line(item); gpio_aggregator_line_key_store() local 757 struct gpio_aggregator_line *line = to_gpio_aggregator_line(item); gpio_aggregator_line_name_show() local 769 struct gpio_aggregator_line *line = to_gpio_aggregator_line(item); gpio_aggregator_line_name_store() local 795 struct gpio_aggregator_line *line = to_gpio_aggregator_line(item); gpio_aggregator_line_offset_show() local 807 struct gpio_aggregator_line *line = to_gpio_aggregator_line(item); gpio_aggregator_line_offset_store() local 922 struct gpio_aggregator_line *line = to_gpio_aggregator_line(item); gpio_aggregator_line_release() local 962 struct gpio_aggregator_line *line; gpio_aggregator_device_make_group() local 1059 struct gpio_aggregator_line *line; gpio_aggregator_parse() local [all...] |
H A D | gpio-realtek-otto.c | 51 * @imr_line_pos: Bit shift of an IRQ line's IMR value. 57 * bit shift of the 2-bit field for a line's IMR settings. Shifts larger than 62 * mask/unmask the interrupts for a GPIO line, and @intr_type is used to store 76 unsigned int (*line_imr_pos)(unsigned int line); 84 * An interrupt would appear to come from a different line than the 85 * line the IRQ handler was assigned to, causing uncaught interrupts. 125 static unsigned int realtek_gpio_line_imr_pos_swapped(unsigned int line) in realtek_gpio_line_imr_pos_swapped() argument 127 unsigned int port_pin = line % 8; in realtek_gpio_line_imr_pos_swapped() 128 unsigned int port = line / 8; in realtek_gpio_line_imr_pos_swapped() 151 static unsigned int realtek_gpio_line_imr_pos(unsigned int line) in realtek_gpio_line_imr_pos() argument 167 realtek_gpio_update_line_imr(struct realtek_gpio_ctrl * ctrl,unsigned int line) realtek_gpio_update_line_imr() argument 186 irq_hw_number_t line = irqd_to_hwirq(data); realtek_gpio_irq_ack() local 194 unsigned int line = irqd_to_hwirq(data); realtek_gpio_irq_unmask() local 208 unsigned int line = irqd_to_hwirq(data); realtek_gpio_irq_mask() local 222 unsigned int line = irqd_to_hwirq(data); realtek_gpio_irq_set_type() local 276 unsigned int line = irqd_to_hwirq(data); realtek_gpio_irq_set_affinity() local 310 unsigned int line; realtek_gpio_irq_init() local [all...] |
/linux/usr/include/ |
H A D | headers_check.pl | 10 # The script reads the supplied files line by line and: 28 my $line; 38 while ($line = <$fh>) { 52 if ($line =~ m/^\s*#\s*include\s+<((asm|linux).*)>/) { 66 if ($line =~ m/^void seqbuf_dump\(void\);/) { 70 if ($line =~ m/^extern "C"/) { 73 if ($line =~ m/^(\s*extern|unsigned|char|short|int|long|void)\b/) { 82 if ($line =~ m/[^a-zA-Z0-9_]+CONFIG_([a-zA-Z0-9_]+)[^a-zA-Z0-9_]/) { 98 if ($line [all...] |
/linux/tools/perf/util/ |
H A D | drm_pmu.c | 72 static struct drm_pmu *add_drm_pmu(struct list_head *pmus, char *line, size_t line_len) in add_drm_pmu() argument 80 if (line[line_len - 1] == '\n') in add_drm_pmu() 81 line[line_len - 1] = '\0'; in add_drm_pmu() 82 while (isspace(line[i])) in add_drm_pmu() 85 line[--i] = '_'; in add_drm_pmu() 86 line[--i] = 'm'; in add_drm_pmu() 87 line[--i] = 'r'; in add_drm_pmu() 88 line[--i] = 'd'; in add_drm_pmu() 89 name = &line[i]; in add_drm_pmu() 137 const char *line, enu in add_event() argument 163 char *line = NULL; read_drm_pmus_cb() local 580 char *line = NULL; read_drm_event() local [all...] |
/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() argument 41 err_msg, lineno, line); in print_parse_error() 44 static char *strip(char *line, size_t linelen) in strip() argument 46 while (isspace(*(line + linelen))) in strip() 49 line[linelen - 1] = '\0'; in strip() 51 return line + strspn(line, " \f\n\r\t\v"); in strip() 57 char line[MAX_LINE_LEN + 1]; in parse() local 61 while (fgets(line, sizeof(line), inpu in parse() [all...] |
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | nv50.c | 28 pwm_info(struct nvkm_therm *therm, int *line, int *ctrl, int *indx) in pwm_info() argument 32 if (*line == 0x04) { in pwm_info() 34 *line = 4; in pwm_info() 37 if (*line == 0x09) { in pwm_info() 39 *line = 9; in pwm_info() 42 if (*line == 0x10) { in pwm_info() 44 *line = 0; in pwm_info() 47 nvkm_error(subdev, "unknown pwm ctrl for gpio %d\n", *line); in pwm_info() 55 nv50_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in nv50_fan_pwm_ctrl() argument 59 int ctrl, id, ret = pwm_info(therm, &line, in nv50_fan_pwm_ctrl() 66 nv50_fan_pwm_get(struct nvkm_therm * therm,int line,u32 * divs,u32 * duty) nv50_fan_pwm_get() argument 83 nv50_fan_pwm_set(struct nvkm_therm * therm,int line,u32 divs,u32 duty) nv50_fan_pwm_set() argument 96 nv50_fan_pwm_clock(struct nvkm_therm * therm,int line) nv50_fan_pwm_clock() argument [all...] |
/linux/arch/arm64/include/asm/ |
H A 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 50 #define __BUG_LOCATION_STRING(file, line) \ argument 52 ".short " line ";" 54 #define __BUG_LOCATION_STRING(file, line) argument 57 #define __BUG_ENTRY_STRING(file, line, flags) \ argument 59 __BUG_LOCATION_STRING(file, line) \ 63 ARCH_WARN_ASM(file,line,flags,size) global() argument [all...] |
/linux/Documentation/sphinx/ |
H A D | maintainers_include.py | 63 for line in open(path): 65 if descriptions and line.startswith('Maintainers'): 67 # Ensure a blank line following the last "|"-prefixed line. 73 if re.search('^[A-Z0-9]', line): 77 line = line.rstrip() 81 m = re.search(pat, line) 84 line = re.sub(pat, ':doc:`%s <../%s>`' % (m.group(2), m.group(2)), line) [all...] |
/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-gen1.c | 36 static int vfe_disable_output(struct vfe_line *line) in vfe_disable_output() argument 38 struct vfe_device *vfe = to_vfe(line); in vfe_disable_output() 39 struct vfe_output *output = &line->output; in vfe_disable_output() 58 ops->reg_update(vfe, line->id); in vfe_disable_output() 68 if (line->id != VFE_LINE_PIX) { in vfe_disable_output() 70 vfe->ops_gen1->bus_disconnect_wm_from_rdi(vfe, output->wm_idx[0], line->id); in vfe_disable_output() 71 vfe->ops_gen1->enable_irq_wm_line(vfe, output->wm_idx[0], line->id, 0); in vfe_disable_output() 80 vfe->ops_gen1->enable_irq_pix_line(vfe, 0, line->id, 0); in vfe_disable_output() 82 vfe->ops_gen1->set_realign_cfg(vfe, line, 0); in vfe_disable_output() 95 * vfe_gen1_disable - Disable streaming on VFE line 100 vfe_gen1_disable(struct vfe_line * line) vfe_gen1_disable() argument 122 vfe_output_init_addrs(struct vfe_device * vfe,struct vfe_output * output,u8 sync,struct vfe_line * line) vfe_output_init_addrs() argument 168 vfe_enable_output(struct vfe_line * line) vfe_enable_output() argument 281 vfe_get_output(struct vfe_line * line) vfe_get_output() argument 338 vfe_gen1_enable(struct vfe_line * line) vfe_gen1_enable() argument 386 vfe_output_update_ping_addr(struct vfe_device * vfe,struct vfe_output * output,u8 sync,struct vfe_line * line) vfe_output_update_ping_addr() argument 405 vfe_output_update_pong_addr(struct vfe_device * vfe,struct vfe_output * output,u8 sync,struct vfe_line * line) vfe_output_update_pong_addr() argument 461 vfe_buf_update_wm_on_new(struct vfe_device * vfe,struct vfe_output * output,struct camss_buffer * new_buf,struct vfe_line * line) vfe_buf_update_wm_on_new() argument 545 struct vfe_line *line = &vfe->line[line_id]; vfe_isr_reg_update() local 691 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); vfe_queue_buffer() local [all...] |
H A D | camss-vfe.c | 286 static u32 vfe_src_pad_code(struct vfe_line *line, u32 sink_code, in vfe_src_pad_code() argument 289 struct vfe_device *vfe = to_vfe(line); in vfe_src_pad_code() 445 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_buf_done() local 460 output = &vfe->line[vfe->wm_output_map[wm]].output; in vfe_buf_done() 482 line); in vfe_buf_done() 483 ops->reg_update(vfe, line->id); in vfe_buf_done() 498 int vfe_enable_output_v2(struct vfe_line *line) in vfe_enable_output_v2() argument 500 struct vfe_device *vfe = to_vfe(line); in vfe_enable_output_v2() 501 struct vfe_output *output = &line in vfe_enable_output_v2() 569 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); vfe_queue_buffer_v2() local 600 vfe_enable_v2(struct vfe_line * line) vfe_enable_v2() argument 646 vfe_get_output_v2(struct vfe_line * line) vfe_get_output_v2() argument 786 vfe_put_output(struct vfe_line * line) vfe_put_output() argument 804 vfe_disable_output(struct vfe_line * line) vfe_disable_output() argument 826 vfe_disable(struct vfe_line * line) vfe_disable() argument 1158 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); vfe_flush_buffers() local 1194 struct vfe_line *line = v4l2_get_subdevdata(sd); vfe_set_power() local 1220 struct vfe_line *line = v4l2_get_subdevdata(sd); vfe_set_stream() local 1250 __vfe_get_format(struct vfe_line * line,struct v4l2_subdev_state * sd_state,unsigned int pad,enum v4l2_subdev_format_whence which) __vfe_get_format() argument 1270 __vfe_get_compose(struct vfe_line * line,struct v4l2_subdev_state * sd_state,enum v4l2_subdev_format_whence which) __vfe_get_compose() argument 1290 __vfe_get_crop(struct vfe_line * line,struct v4l2_subdev_state * sd_state,enum v4l2_subdev_format_whence which) __vfe_get_crop() argument 1308 vfe_try_format(struct vfe_line * line,struct v4l2_subdev_state * sd_state,unsigned int pad,struct v4l2_mbus_framefmt * fmt,enum v4l2_subdev_format_whence which) vfe_try_format() argument 1368 vfe_try_compose(struct vfe_line * line,struct v4l2_subdev_state * sd_state,struct v4l2_rect * rect,enum v4l2_subdev_format_whence which) vfe_try_compose() argument 1407 vfe_try_crop(struct vfe_line * line,struct v4l2_subdev_state * sd_state,struct v4l2_rect * rect,enum v4l2_subdev_format_whence which) vfe_try_crop() argument 1455 struct vfe_line *line = v4l2_get_subdevdata(sd); vfe_enum_mbus_code() local 1489 struct vfe_line *line = v4l2_get_subdevdata(sd); vfe_enum_frame_size() local 1527 struct vfe_line *line = v4l2_get_subdevdata(sd); vfe_get_format() local 1555 struct vfe_line *line = v4l2_get_subdevdata(sd); vfe_set_format() local 1606 struct vfe_line *line = v4l2_get_subdevdata(sd); vfe_get_selection() local 1676 struct vfe_line *line = v4l2_get_subdevdata(sd); vfe_set_selection() local [all...] |
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-vbi.c | 23 data.line = enabled ? 16 : 0; in ivtv_set_vps() 40 data.line = (mode & 1) ? 21 : 0; in ivtv_set_cc() 45 data.line = (mode & 2) ? 21 : 0; in ivtv_set_cc() 68 data.line = enabled ? 23 : 0; in ivtv_set_wss() 89 if (d->id == V4L2_SLICED_CAPTION_525 && d->line == 21) { in ivtv_write_vbi_line() 98 } else if (d->id == V4L2_SLICED_VPS && d->line == 16 && d->field == 0) { in ivtv_write_vbi_line() 111 d->line == 23 && d->field == 0) { in ivtv_write_vbi_line() 176 int line = 0; in copy_vbi_data() local 196 l = itv->vbi.sliced_data[i].line - 6; in copy_vbi_data() 204 dst[sd + 12 + line * 4 in copy_vbi_data() 238 int line = 0; ivtv_convert_ivtv_vbi() local 325 compress_sliced_buf(struct ivtv * itv,u32 line,u8 * buf,u32 size,u8 sav) compress_sliced_buf() argument [all...] |
/linux/tools/perf/tests/shell/ |
H A D | daemon.sh | 7 local line=$1 15 line_name=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $2 }'` 17 line_base=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $3 }'` 19 line_output=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $4 }'` 21 line_lock=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $5 }'` 23 line_up=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $6 }'` 53 local line=$1 63 line_name=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $2 }'` 65 line_run=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $3 }'` 67 line_base=`echo "${line}" | aw [all...] |