| /linux/arch/um/drivers/ |
| H A D | line.h | 32 struct line { struct 56 const struct line_driver *driver; argument 62 struct line *line); argument
|
| H A D | line.c | 22 struct line *line = chan->line; in line_interrupt() local 35 static unsigned int write_room(struct line *line) in write_room() 52 struct line *line = tty->driver_data; in line_write_room() local 65 struct line *line = tty->driver_data; in line_chars_in_buffer() local 86 static int buffer_data(struct line *line, const u8 *buf, size_t len) in buffer_data() 130 static int flush_buffer(struct line *line) in flush_buffer() 170 struct line *line = tty->driver_data; in line_flush_buffer() local 189 struct line *line = tty->driver_data; in line_write() local 216 struct line *line = tty->driver_data; in line_throttle() local 224 struct line *line = tty->driver_data; in line_unthrottle() local [all …]
|
| H A D | chan_kern.c | 167 struct line *line = container_of(work, struct line, task.work); in line_timer_cb() local 173 int enable_chan(struct line *line) in enable_chan() 270 void close_chan(struct line *line) in close_chan() 317 int console_open_chan(struct line *line, struct console *co) in console_open_chan() 330 int chan_window_size(struct line *line, unsigned short *rows_out, in chan_window_size() 423 int chan_config_string(struct line *line, char *str, int size, in chan_config_string() 477 static struct chan *parse_chan(struct line *line, char *str, int device, in parse_chan() 528 int parse_chan_pair(char *str, struct line *line, int device, in parse_chan_pair() 578 void chan_interrupt(struct line *line, int irq) in chan_interrupt()
|
| /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 20 #define _BUGVERBOSE_LOCATION(file, line) argument 50 #define __BUG_LOCATION_STRING(file, line) \ argument 54 #define __BUG_LOCATION_STRING(file, line) argument 57 #define __BUG_ENTRY_STRING(file, line, flags) \ argument 63 #define ARCH_WARN_ASM(file, line, flags, size) \ argument
|
| /linux/drivers/media/platform/qcom/camss/ |
| 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() 448 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_buf_done() local 501 int vfe_enable_output_v2(struct vfe_line *line) in vfe_enable_output_v2() 572 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); in vfe_queue_buffer_v2() local 603 int vfe_enable_v2(struct vfe_line *line) in vfe_enable_v2() 649 int vfe_get_output_v2(struct vfe_line *line) in vfe_get_output_v2() 789 int vfe_put_output(struct vfe_line *line) in vfe_put_output() 807 static int vfe_disable_output(struct vfe_line *line) in vfe_disable_output() 829 int vfe_disable(struct vfe_line *line) in vfe_disable() 1178 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); in vfe_flush_buffers() local [all …]
|
| H A D | camss-vfe-gen1.c | 36 static int vfe_disable_output(struct vfe_line *line) in vfe_disable_output() 100 int vfe_gen1_disable(struct vfe_line *line) in vfe_gen1_disable() 122 struct vfe_line *line) in vfe_output_init_addrs() 168 static int vfe_enable_output(struct vfe_line *line) in vfe_enable_output() 281 static int vfe_get_output(struct vfe_line *line) in vfe_get_output() 338 int vfe_gen1_enable(struct vfe_line *line) in vfe_gen1_enable() 386 struct vfe_line *line) in vfe_output_update_ping_addr() 405 struct vfe_line *line) in vfe_output_update_pong_addr() 461 struct vfe_line *line) in vfe_buf_update_wm_on_new() 545 struct vfe_line *line = &vfe->line[line_id]; in vfe_isr_reg_update() local [all …]
|
| H A D | camss-ispif.c | 361 struct ispif_line *line = v4l2_get_subdevdata(sd); in ispif_set_power() local 804 struct ispif_line *line = v4l2_get_subdevdata(sd); in ispif_set_stream() local 878 __ispif_get_format(struct ispif_line *line, in __ispif_get_format() 897 static void ispif_try_format(struct ispif_line *line, in ispif_try_format() 948 struct ispif_line *line = v4l2_get_subdevdata(sd); in ispif_enum_mbus_code() local 981 struct ispif_line *line = v4l2_get_subdevdata(sd); in ispif_enum_frame_size() local 1019 struct ispif_line *line = v4l2_get_subdevdata(sd); in ispif_get_format() local 1043 struct ispif_line *line = v4l2_get_subdevdata(sd); in ispif_set_format() local 1267 struct vfe_line *line; in ispif_get_vfe_id() local 1286 struct vfe_line *line; in ispif_get_vfe_line_id() local [all …]
|
| /linux/fs/ext4/ |
| H A D | ext4_jbd2.c | 94 struct super_block *sb, unsigned int line, in __ext4_journal_start_sb() 119 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop() 146 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, in __ext4_journal_start_reserved() 185 static void ext4_journal_abort_handle(const char *caller, unsigned int line, in ext4_journal_abort_handle() 232 int __ext4_journal_get_write_access(const char *where, unsigned int line, in __ext4_journal_get_write_access() 268 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget() 329 int __ext4_journal_get_create_access(const char *where, unsigned int line, in __ext4_journal_get_create_access() 354 int __ext4_handle_dirty_metadata(const char *where, unsigned int line, in __ext4_handle_dirty_metadata()
|
| /linux/fs/gfs2/ |
| H A D | util.c | 360 const char *function, char *file, unsigned int line, in gfs2_assert_withdraw_i() 390 const char *function, char *file, unsigned int line) in gfs2_assert_warn_i() 421 char *file, unsigned int line) in gfs2_consist_i() 435 const char *function, char *file, unsigned int line) in gfs2_consist_inode_i() 455 const char *function, char *file, unsigned int line) in gfs2_consist_rgrpd_i() 478 unsigned int line) in gfs2_meta_check_ii() 495 char *file, unsigned int line) in gfs2_metatype_check_ii() 513 unsigned int line) in gfs2_io_error_i() 528 const char *function, char *file, unsigned int line, in gfs2_io_error_bh_i()
|
| /linux/scripts/lib/kdoc/ |
| H A D | kdoc_parser.py | 1079 def process_export(function_set, line): argument 1110 def process_normal(self, ln, line): argument 1124 def process_name(self, ln, line): argument 1205 def is_new_section(self, ln, line): argument 1240 def is_comment_end(self, ln, line): argument 1257 def process_decl(self, ln, line): argument 1286 def process_special(self, ln, line): argument 1337 def process_body(self, ln, line): argument 1351 def process_inline_name(self, ln, line): argument 1366 def process_inline_text(self, ln, line): argument [all …]
|
| /linux/drivers/gpio/ |
| H A D | gpio-thunderx.c | 49 unsigned int line; member 64 static unsigned int bit_cfg_reg(unsigned int line) in bit_cfg_reg() 69 static unsigned int intr_reg(unsigned int line) in intr_reg() 75 unsigned int line) in thunderx_gpio_is_gpio_nowarn() 87 unsigned int line) in thunderx_gpio_is_gpio() 96 static int thunderx_gpio_request(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_request() 103 static int thunderx_gpio_dir_in(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_dir_in() 119 static int thunderx_gpio_set(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_set() 134 static int thunderx_gpio_dir_out(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_dir_out() 159 static int thunderx_gpio_get_direction(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_get_direction() [all …]
|
| H A D | gpiolib-cdev.c | 442 struct line { struct 447 struct linereq *req; argument 452 * edflags is set by linereq_create(), linereq_free(), and argument 467 * line_seqno is accessed by either edge_irq_thread() or argument 471 u32 line_seqno; argument 491 * HTE provider sets line level at the time of event. The valid argument 496 * when sw_debounce is set on HTE enabled line, this is running argument 501 * when sw_debounce is set on HTE enabled line, this variable records argument 509 * struct linereq - contains the state of a userspace line request argument 600 static u64 line_event_timestamp(struct line *line) in line_event_timestamp() [all …]
|
| H A D | gpio-realtek-otto.c | 126 static unsigned int realtek_gpio_line_imr_pos_swapped(unsigned int line) in realtek_gpio_line_imr_pos_swapped() 152 static unsigned int realtek_gpio_line_imr_pos(unsigned int line) in realtek_gpio_line_imr_pos() 168 static void realtek_gpio_update_line_imr(struct realtek_gpio_ctrl *ctrl, unsigned int line) in realtek_gpio_update_line_imr() 187 irq_hw_number_t line = irqd_to_hwirq(data); in realtek_gpio_irq_ack() local 195 unsigned int line = irqd_to_hwirq(data); in realtek_gpio_irq_unmask() local 209 unsigned int line = irqd_to_hwirq(data); in realtek_gpio_irq_mask() local 223 unsigned int line = irqd_to_hwirq(data); in realtek_gpio_irq_set_type() local 277 unsigned int line = irqd_to_hwirq(data); in realtek_gpio_irq_set_affinity() local 311 unsigned int line; in realtek_gpio_irq_init() local
|
| H A D | gpio-aggregator.c | 160 struct gpio_aggregator_line *line; in gpio_aggregator_line_alloc() local 184 struct gpio_aggregator_line *line) in gpio_aggregator_line_add() 200 struct gpio_aggregator_line *line) in gpio_aggregator_line_del() 209 struct gpio_aggregator_line *line, *tmp; in gpio_aggregator_free_lines() local 458 u32 line; in gpiochip_fwd_delay_of_xlate() local 882 struct gpio_aggregator_line *line; in gpio_aggregator_make_device_sw_node() local 911 struct gpio_aggregator_line *line; in gpio_aggregator_activate() local 995 struct gpio_aggregator_line *line; in gpio_aggregator_lockup_configfs() local 1015 struct gpio_aggregator_line *line = to_gpio_aggregator_line(item); in gpio_aggregator_line_key_show() local 1027 struct gpio_aggregator_line *line = to_gpio_aggregator_line(item); in gpio_aggregator_line_key_store() local [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
| H A D | gf119.c | 27 pwm_info(struct nvkm_therm *therm, int line) in pwm_info() 54 gf119_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in gf119_fan_pwm_ctrl() 68 gf119_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in gf119_fan_pwm_get() 90 gf119_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in gf119_fan_pwm_set() 107 gf119_fan_pwm_clock(struct nvkm_therm *therm, int line) in gf119_fan_pwm_clock()
|
| H A D | gm107.c | 27 gm107_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in gm107_fan_pwm_ctrl() 34 gm107_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in gm107_fan_pwm_get() 43 gm107_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in gm107_fan_pwm_set() 52 gm107_fan_pwm_clock(struct nvkm_therm *therm, int line) in gm107_fan_pwm_clock()
|
| H A D | nv50.c | 28 pwm_info(struct nvkm_therm *therm, int *line, int *ctrl, int *indx) in pwm_info() 55 nv50_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in nv50_fan_pwm_ctrl() 66 nv50_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in nv50_fan_pwm_get() 83 nv50_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in nv50_fan_pwm_set() 96 nv50_fan_pwm_clock(struct nvkm_therm *therm, int line) in nv50_fan_pwm_clock()
|
| /linux/drivers/isdn/hardware/mISDN/ |
| H A D | hfc_multi_8xx.h | 20 const char *function, int line) in HFC_outb_embsd() 32 HFC_inb_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line) in HFC_inb_embsd() 44 HFC_inw_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line) in HFC_inw_embsd() 56 HFC_wait_embsd(struct hfc_multi *hc, const char *function, int line) in HFC_wait_embsd()
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_dbg.c | 11 qedi_dbg_err(struct qedi_dbg_ctx *qedi, const char *func, u32 line, in qedi_dbg_err() 32 qedi_dbg_warn(struct qedi_dbg_ctx *qedi, const char *func, u32 line, in qedi_dbg_warn() 57 qedi_dbg_notice(struct qedi_dbg_ctx *qedi, const char *func, u32 line, in qedi_dbg_notice() 83 qedi_dbg_info(struct qedi_dbg_ctx *qedi, const char *func, u32 line, in qedi_dbg_info()
|
| /linux/drivers/acpi/acpica/ |
| H A D | uttrack.c | 92 u32 component, const char *module, u32 line) in acpi_ut_allocate_and_track() 155 const char *module, u32 line) in acpi_ut_allocate_zeroed_and_track() 218 u32 component, const char *module, u32 line) in acpi_ut_free_and_track() 334 u32 component, const char *module, u32 line) in acpi_ut_track_allocation() 422 u32 component, const char *module, u32 line) in acpi_ut_remove_allocation()
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pnp.c | 439 long line; in serial_pnp_probe() local 494 long line = (long)pnp_get_drvdata(dev); in serial_pnp_remove() local 502 long line = (long)dev_get_drvdata(dev); in serial_pnp_suspend() local 510 long line = (long)dev_get_drvdata(dev); in serial_pnp_resume() local
|
| H A D | 8250_hp300.c | 30 int line; /* line (tty) number */ member 161 int line; in hpdca_init_one() local 207 int line; in hp300_8250_init() local 290 int line; in hpdca_remove_one() local
|
| /linux/arch/um/kernel/ |
| H A D | um_arch.c | 136 static int __init uml_version_setup(char *line, int *add) in uml_version_setup() 150 static int __init uml_root_setup(char *line, int *add) in uml_root_setup() 165 static int __init uml_console_setup(char *line, int *add) in uml_console_setup() 176 static int __init Usage(char *line, int *add) in Usage() 196 static void __init uml_checksetup(char *line, int *add) in uml_checksetup() 265 static void __init parse_host_cpu_flags(char *line) in parse_host_cpu_flags() 274 static void __init parse_cache_line(char *line) in parse_cache_line()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | bug.h | 10 #define _BUGVERBOSE_LOCATION(file, line) argument 12 #define __BUGVERBOSE_LOCATION(file, line) \ argument 19 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line) argument
|
| /linux/arch/x86/include/asm/ |
| H A D | bug.h | 46 #define __BUG_ENTRY(file, line, flags) \ argument 52 #define __BUG_ENTRY(file, line, flags) \ argument 57 #define _BUG_FLAGS_ASM(ins, file, line, flags, size, extra) \ argument 74 #define ARCH_WARN_ASM(file, line, flags, size) \ argument
|