Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/Linux-v5.4/arch/um/drivers/
Dline.h34 struct line { struct
56 const struct line_driver *driver; argument
62 struct line *line); argument
Dline.c22 struct line *line = chan->line; in line_interrupt() local
35 static 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 char *buf, int 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
194 struct line *line = tty->driver_data; in line_write() local
226 struct line *line = tty->driver_data; in line_throttle() local
234 struct line *line = tty->driver_data; in line_unthrottle() local
[all …]
Dchan_kern.c133 struct line *line = container_of(work, struct line, task.work); in line_timer_cb() local
139 int enable_chan(struct line *line) in enable_chan()
230 void close_chan(struct line *line) in close_chan()
278 int console_open_chan(struct line *line, struct console *co) in console_open_chan()
291 int chan_window_size(struct line *line, unsigned short *rows_out, in chan_window_size()
384 int chan_config_string(struct line *line, char *str, int size, in chan_config_string()
438 static struct chan *parse_chan(struct line *line, char *str, int device, in parse_chan()
488 int parse_chan_pair(char *str, struct line *line, int device, in parse_chan_pair()
538 void chan_interrupt(struct line *line, int irq) in chan_interrupt()
/Linux-v5.4/drivers/lightnvm/
Dpblk-core.c36 struct pblk_line *line; in pblk_line_mark_bb() local
50 static void pblk_mark_bb(struct pblk *pblk, struct pblk_line *line, in pblk_mark_bb()
84 struct pblk_line *line; in __pblk_end_io_erase() local
164 void __pblk_map_invalidate(struct pblk *pblk, struct pblk_line *line, in __pblk_map_invalidate()
206 struct pblk_line *line; in pblk_map_invalidate() local
407 struct list_head *pblk_line_gc_list(struct pblk *pblk, struct pblk_line *line) in pblk_line_gc_list()
598 void pblk_dealloc_page(struct pblk *pblk, struct pblk_line *line, int nr_secs) in pblk_dealloc_page()
613 u64 __pblk_alloc_page(struct pblk *pblk, struct pblk_line *line, int nr_secs) in __pblk_alloc_page()
634 u64 pblk_alloc_page(struct pblk *pblk, struct pblk_line *line, int nr_secs) in pblk_alloc_page()
650 u64 pblk_lookup_page(struct pblk *pblk, struct pblk_line *line) in pblk_lookup_page()
[all …]
Dpblk-recovery.c38 static int pblk_recov_l2p_from_emeta(struct pblk *pblk, struct pblk_line *line) in pblk_recov_l2p_from_emeta()
93 static void pblk_update_line_wp(struct pblk *pblk, struct pblk_line *line, in pblk_update_line_wp()
116 static u64 pblk_sec_in_open_line(struct pblk *pblk, struct pblk_line *line) in pblk_sec_in_open_line()
173 static int pblk_recov_pad_line(struct pblk *pblk, struct pblk_line *line, in pblk_recov_pad_line()
291 static int pblk_pad_distance(struct pblk *pblk, struct pblk_line *line) in pblk_pad_distance()
302 struct pblk_line *line, in pblk_get_stripe_chunk()
319 struct pblk_line *line) in pblk_line_wps_are_unbalanced()
354 static int pblk_recov_scan_oob(struct pblk *pblk, struct pblk_line *line, in pblk_recov_scan_oob()
477 static int pblk_recov_l2p_from_oob(struct pblk *pblk, struct pblk_line *line) in pblk_recov_l2p_from_oob()
532 struct pblk_line *line) in pblk_recov_line_add_ordered()
[all …]
Dpblk-gc.c62 void pblk_put_line_back(struct pblk *pblk, struct pblk_line *line) in pblk_put_line_back()
92 struct pblk_line *line = gc_rq_ws->line; in pblk_gc_line_ws() local
132 struct pblk_line *line) in get_lba_list_from_emeta()
181 struct pblk_line *line = line_ws->line; in pblk_gc_line_prepare_ws() local
302 static int pblk_gc_line(struct pblk *pblk, struct pblk_line *line) in pblk_gc_line()
346 struct pblk_line *line; in pblk_gc_read() local
374 struct pblk_line *line, *victim; in pblk_gc_get_victim_line() local
411 struct pblk_line *line; in pblk_gc_free_full_lines() local
448 struct pblk_line *line; in pblk_gc_run() local
/Linux-v5.4/fs/ext4/
Dext4_jbd2.c67 handle_t *__ext4_journal_start_sb(struct super_block *sb, unsigned int line, in __ext4_journal_start_sb()
85 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop()
112 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, in __ext4_journal_start_reserved()
136 static void ext4_journal_abort_handle(const char *caller, unsigned int line, in ext4_journal_abort_handle()
161 int __ext4_journal_get_write_access(const char *where, unsigned int line, in __ext4_journal_get_write_access()
189 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget()
244 int __ext4_journal_get_create_access(const char *where, unsigned int line, in __ext4_journal_get_create_access()
258 int __ext4_handle_dirty_metadata(const char *where, unsigned int line, in __ext4_handle_dirty_metadata()
317 int __ext4_handle_dirty_super(const char *where, unsigned int line, in __ext4_handle_dirty_super()
/Linux-v5.4/fs/gfs2/
Dutil.c89 const char *function, char *file, unsigned int line) in gfs2_assert_withdraw_i()
107 const char *function, char *file, unsigned int line) in gfs2_assert_warn_i()
141 char *file, unsigned int line) in gfs2_consist_i()
157 const char *function, char *file, unsigned int line) in gfs2_consist_inode_i()
178 const char *function, char *file, unsigned int line) in gfs2_consist_rgrpd_i()
203 unsigned int line) in gfs2_meta_check_ii()
223 char *file, unsigned int line) in gfs2_metatype_check_ii()
242 unsigned int line) in gfs2_io_error_i()
258 const char *function, char *file, unsigned int line, in gfs2_io_error_bh_i()
/Linux-v5.4/drivers/media/platform/qcom/camss/
Dcamss-vfe.c155 static u32 vfe_src_pad_code(struct vfe_line *line, u32 sink_code, in vfe_src_pad_code()
582 static int vfe_get_output(struct vfe_line *line) in vfe_get_output()
639 static int vfe_put_output(struct vfe_line *line) in vfe_put_output()
657 static int vfe_enable_output(struct vfe_line *line) in vfe_enable_output()
773 static int vfe_disable_output(struct vfe_line *line) in vfe_disable_output()
840 static int vfe_enable(struct vfe_line *line) in vfe_enable()
896 static int vfe_disable(struct vfe_line *line) in vfe_disable()
1348 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); in vfe_queue_buffer() local
1377 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); in vfe_flush_buffers() local
1413 struct vfe_line *line = v4l2_get_subdevdata(sd); in vfe_set_power() local
[all …]
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgf119.c27 pwm_info(struct nvkm_therm *therm, int line) in pwm_info()
53 gf119_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in gf119_fan_pwm_ctrl()
67 gf119_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in gf119_fan_pwm_get()
89 gf119_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in gf119_fan_pwm_set()
106 gf119_fan_pwm_clock(struct nvkm_therm *therm, int line) in gf119_fan_pwm_clock()
Dgm107.c27 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()
Dnv50.c28 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-v5.4/drivers/gpio/
Dgpio-thunderx.c49 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 void thunderx_gpio_set(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_set()
132 static int thunderx_gpio_dir_out(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_dir_out()
157 static int thunderx_gpio_get_direction(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_get_direction()
[all …]
/Linux-v5.4/drivers/isdn/hardware/mISDN/
Dhfc_multi_8xx.h20 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-v5.4/drivers/tty/serial/8250/
D8250_pnp.c440 int ret, line, flags = dev_id->driver_data; in serial_pnp_probe() local
494 long line = (long)pnp_get_drvdata(dev); in serial_pnp_remove() local
503 long line = (long)dev_get_drvdata(dev); in serial_pnp_suspend() local
513 long line = (long)dev_get_drvdata(dev); in serial_pnp_resume() local
D8250_hp300.c30 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-v5.4/drivers/acpi/acpica/
Duttrack.c92 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-v5.4/arch/arm64/include/asm/
Dasm-bug.h11 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line) argument
12 #define __BUGVERBOSE_LOCATION(file, line) \ argument
20 #define _BUGVERBOSE_LOCATION(file, line) argument
/Linux-v5.4/drivers/scsi/qedi/
Dqedi_dbg.c11 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-v5.4/usr/
Dgen_init_cpio.c134 static int cpio_mkslink_line(const char *line) in cpio_mkslink_line()
206 static int cpio_mkgeneric_line(const char *line, enum generic_types gt) in cpio_mkgeneric_line()
225 static int cpio_mkdir_line(const char *line) in cpio_mkdir_line()
230 static int cpio_mkpipe_line(const char *line) in cpio_mkpipe_line()
235 static int cpio_mksock_line(const char *line) in cpio_mksock_line()
274 static int cpio_mknod_line(const char *line) in cpio_mknod_line()
400 static int cpio_mkfile_line(const char *line) in cpio_mkfile_line()
524 char line[LINE_SIZE]; in main() local
/Linux-v5.4/arch/um/kernel/
Dum_arch.c122 static int __init uml_version_setup(char *line, int *add) in uml_version_setup()
136 static int __init uml_root_setup(char *line, int *add) in uml_root_setup()
151 static int __init no_skas_debug_setup(char *line, int *add) in no_skas_debug_setup()
164 static int __init Usage(char *line, int *add) in Usage()
184 static void __init uml_checksetup(char *line, int *add) in uml_checksetup()
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_dbg.c10 qedf_dbg_err(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_err()
31 qedf_dbg_warn(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_warn()
56 qedf_dbg_notice(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_notice()
82 qedf_dbg_info(struct qedf_dbg_ctx *qedf, const char *func, u32 line, in qedf_dbg_info()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dnv50.c38 u8 line = (data & 0x0000001f); in nv50_gpio_reset() local
58 nv50_gpio_location(int line, u32 *reg, u32 *shift) in nv50_gpio_location()
71 nv50_gpio_drive(struct nvkm_gpio *gpio, int line, int dir, int out) in nv50_gpio_drive()
84 nv50_gpio_sense(struct nvkm_gpio *gpio, int line) in nv50_gpio_sense()
Dgf119.c37 u8 line = (data & 0x0000003f); in gf119_gpio_reset() local
56 gf119_gpio_drive(struct nvkm_gpio *gpio, int line, int dir, int out) in gf119_gpio_drive()
66 gf119_gpio_sense(struct nvkm_gpio *gpio, int line) in gf119_gpio_sense()
Dbase.c30 nvkm_gpio_drive(struct nvkm_gpio *gpio, int idx, int line, int dir, int out) in nvkm_gpio_drive()
36 nvkm_gpio_sense(struct nvkm_gpio *gpio, int idx, int line) in nvkm_gpio_sense()
49 nvkm_gpio_find(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, in nvkm_gpio_find()
81 nvkm_gpio_set(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, int state) in nvkm_gpio_set()
97 nvkm_gpio_get(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line) in nvkm_gpio_get()

12345678910>>...18