Home
last modified time | relevance | path

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

12345678910>>...36

/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.10/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
189 struct line *line = tty->driver_data; in line_write() local
221 struct line *line = tty->driver_data; in line_throttle() local
229 struct line *line = tty->driver_data; in line_unthrottle() local
[all …]
/kernel/linux/linux-4.19/drivers/lightnvm/
Dpblk-core.c32 struct pblk_line *line; in pblk_line_mark_bb() local
46 static void pblk_mark_bb(struct pblk *pblk, struct pblk_line *line, in pblk_mark_bb()
80 struct pblk_line *line; in __pblk_end_io_erase() local
151 void __pblk_map_invalidate(struct pblk *pblk, struct pblk_line *line, in __pblk_map_invalidate()
193 struct pblk_line *line; in pblk_map_invalidate() local
372 struct list_head *pblk_line_gc_list(struct pblk *pblk, struct pblk_line *line) in pblk_line_gc_list()
562 void pblk_dealloc_page(struct pblk *pblk, struct pblk_line *line, int nr_secs) in pblk_dealloc_page()
577 u64 __pblk_alloc_page(struct pblk *pblk, struct pblk_line *line, int nr_secs) in __pblk_alloc_page()
598 u64 pblk_alloc_page(struct pblk *pblk, struct pblk_line *line, int nr_secs) in pblk_alloc_page()
614 u64 pblk_lookup_page(struct pblk *pblk, struct pblk_line *line) in pblk_lookup_page()
[all …]
Dpblk-gc.c59 static void pblk_put_line_back(struct pblk *pblk, struct pblk_line *line) in pblk_put_line_back()
85 struct pblk_line *line = gc_rq_ws->line; in pblk_gc_line_ws() local
133 struct pblk_line *line) in get_lba_list_from_emeta()
184 struct pblk_line *line = line_ws->line; in pblk_gc_line_prepare_ws() local
295 static int pblk_gc_line(struct pblk *pblk, struct pblk_line *line) in pblk_gc_line()
339 struct pblk_line *line; in pblk_gc_read() local
362 struct pblk_line *line, *victim; in pblk_gc_get_victim_line() local
393 struct pblk_line *line; in pblk_gc_free_full_lines() local
428 struct pblk_line *line; in pblk_gc_run() local
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/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()
/kernel/linux/linux-4.19/fs/gfs2/
Dutil.c91 const char *function, char *file, unsigned int line) in gfs2_assert_withdraw_i()
109 const char *function, char *file, unsigned int line) in gfs2_assert_warn_i()
143 char *file, unsigned int line) in gfs2_consist_i()
159 const char *function, char *file, unsigned int line) in gfs2_consist_inode_i()
180 const char *function, char *file, unsigned int line) in gfs2_consist_rgrpd_i()
201 unsigned int line) in gfs2_meta_check_ii()
221 char *file, unsigned int line) in gfs2_metatype_check_ii()
240 unsigned int line) in gfs2_io_error_i()
256 const char *function, char *file, unsigned int line, in gfs2_io_error_bh_i()
/kernel/linux/linux-5.10/fs/ext4/
Dext4_jbd2.c89 handle_t *__ext4_journal_start_sb(struct super_block *sb, unsigned int line, in __ext4_journal_start_sb()
109 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop()
136 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, in __ext4_journal_start_reserved()
173 static void ext4_journal_abort_handle(const char *caller, unsigned int line, in ext4_journal_abort_handle()
220 int __ext4_journal_get_write_access(const char *where, unsigned int line, in __ext4_journal_get_write_access()
251 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget()
306 int __ext4_journal_get_create_access(const char *where, unsigned int line, in __ext4_journal_get_create_access()
320 int __ext4_handle_dirty_metadata(const char *where, unsigned int line, in __ext4_handle_dirty_metadata()
/kernel/linux/linux-4.19/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()
760 static int vfe_disable_output(struct vfe_line *line) in vfe_disable_output()
827 static int vfe_enable(struct vfe_line *line) in vfe_enable()
883 static int vfe_disable(struct vfe_line *line) in vfe_disable()
1335 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); in vfe_queue_buffer() local
1364 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); in vfe_flush_buffers() local
1400 struct vfe_line *line = v4l2_get_subdevdata(sd); in vfe_set_power() local
[all …]
/kernel/linux/linux-5.10/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()
1346 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); in vfe_queue_buffer() local
1375 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); in vfe_flush_buffers() local
1411 struct vfe_line *line = v4l2_get_subdevdata(sd); in vfe_set_power() local
[all …]
/kernel/linux/linux-5.10/fs/gfs2/
Dutil.c370 const char *function, char *file, unsigned int line, in gfs2_assert_withdraw_i()
400 const char *function, char *file, unsigned int line) in gfs2_assert_warn_i()
430 char *file, unsigned int line) in gfs2_consist_i()
443 const char *function, char *file, unsigned int line) in gfs2_consist_inode_i()
462 const char *function, char *file, unsigned int line) in gfs2_consist_rgrpd_i()
486 unsigned int line) in gfs2_meta_check_ii()
508 char *file, unsigned int line) in gfs2_metatype_check_ii()
529 unsigned int line) in gfs2_io_error_i()
544 const char *function, char *file, unsigned int line, in gfs2_io_error_bh_i()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.19/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()
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-thunderx.c50 unsigned int line; member
65 static unsigned int bit_cfg_reg(unsigned int line) in bit_cfg_reg()
70 static unsigned int intr_reg(unsigned int line) in intr_reg()
76 unsigned int line) in thunderx_gpio_is_gpio_nowarn()
88 unsigned int line) in thunderx_gpio_is_gpio()
97 static int thunderx_gpio_request(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_request()
104 static int thunderx_gpio_dir_in(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_dir_in()
120 static void thunderx_gpio_set(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_set()
133 static int thunderx_gpio_dir_out(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_dir_out()
158 static int thunderx_gpio_get_direction(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_get_direction()
[all …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.19/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()
/kernel/linux/linux-4.19/drivers/gpio/
Dgpio-thunderx.c49 unsigned int line; member
65 static unsigned int bit_cfg_reg(unsigned int line) in bit_cfg_reg()
70 static unsigned int intr_reg(unsigned int line) in intr_reg()
76 unsigned int line) in thunderx_gpio_is_gpio_nowarn()
88 unsigned int line) in thunderx_gpio_is_gpio()
97 static int thunderx_gpio_request(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_request()
104 static int thunderx_gpio_dir_in(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_dir_in()
120 static void thunderx_gpio_set(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_set()
133 static int thunderx_gpio_dir_out(struct gpio_chip *chip, unsigned int line, in thunderx_gpio_dir_out()
158 static int thunderx_gpio_get_direction(struct gpio_chip *chip, unsigned int line) in thunderx_gpio_get_direction()
[all …]

12345678910>>...36