/linux/arch/um/drivers/ |
A D | line.h | 34 struct line { struct 56 const struct line_driver *driver; argument 62 struct line *line); argument
|
A D | line.c | 22 struct line *line = chan->line; in line_interrupt() local 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 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 233 struct line *line = chan->line; in line_write_interrupt() local 327 struct line *line) in line_install() 365 struct line *line = &lines[n]; in setup_one_line() local 481 struct line *line; in line_get_config() local [all …]
|
A D | chan_kern.c | 133 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/drivers/media/platform/qcom/camss/ |
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() 280 static int vfe_get_output(struct vfe_line *line) in vfe_get_output() 337 int vfe_gen1_enable(struct vfe_line *line) in vfe_gen1_enable() 385 struct vfe_line *line) in vfe_output_update_ping_addr() 404 struct vfe_line *line) in vfe_output_update_pong_addr() 460 struct vfe_line *line) in vfe_buf_update_wm_on_new() 544 struct vfe_line *line = &vfe->line[line_id]; in vfe_isr_reg_update() local [all …]
|
A D | camss-vfe.c | 390 int vfe_put_output(struct vfe_line *line) in vfe_put_output() 710 struct vfe_line *line = v4l2_get_subdevdata(sd); in vfe_set_power() local 736 struct vfe_line *line = v4l2_get_subdevdata(sd); in vfe_set_stream() local 765 __vfe_get_format(struct vfe_line *line, in __vfe_get_format() 786 __vfe_get_compose(struct vfe_line *line, in __vfe_get_compose() 806 __vfe_get_crop(struct vfe_line *line, in __vfe_get_crop() 825 static void vfe_try_format(struct vfe_line *line, in vfe_try_format() 924 static void vfe_try_crop(struct vfe_line *line, in vfe_try_crop() 972 struct vfe_line *line = v4l2_get_subdevdata(sd); in vfe_enum_mbus_code() local 1432 struct vfe_line *line; in msm_vfe_get_vfe_id() local [all …]
|
/linux/fs/ext4/ |
A D | ext4_jbd2.c | 89 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() 257 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget() 312 int __ext4_journal_get_create_access(const char *where, unsigned int line, in __ext4_journal_get_create_access() 336 int __ext4_handle_dirty_metadata(const char *where, unsigned int line, in __ext4_handle_dirty_metadata()
|
/linux/fs/gfs2/ |
A D | util.c | 373 const char *function, char *file, unsigned int line, in gfs2_assert_withdraw_i() 403 const char *function, char *file, unsigned int line) in gfs2_assert_warn_i() 433 char *file, unsigned int line) in gfs2_consist_i() 446 const char *function, char *file, unsigned int line) in gfs2_consist_inode_i() 466 const char *function, char *file, unsigned int line) in gfs2_consist_rgrpd_i() 491 unsigned int line) in gfs2_meta_check_ii() 513 char *file, unsigned int line) in gfs2_metatype_check_ii() 534 unsigned int line) in gfs2_io_error_i() 549 const char *function, char *file, unsigned int line, in gfs2_io_error_bh_i()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
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()
|
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()
|
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/gpio/ |
A D | gpio-thunderx.c | 50 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() 180 unsigned int line, in thunderx_gpio_set_config() [all …]
|
A D | gpiolib-cdev.c | 424 struct line { struct 429 struct linereq *req; argument 446 * line_seqno is accessed by either edge_irq_thread() or argument 450 u32 line_seqno; argument 470 * struct linereq - contains the state of a userspace line request argument 551 struct line *line = p; in edge_irq_thread() local 604 struct line *line = p; in edge_irq_handler() local 622 static bool debounced_value(struct line *line) in debounced_value() 641 struct line *line = p; in debounce_irq_handler() local 703 static int debounce_setup(struct line *line, in debounce_setup() [all …]
|
/linux/arch/um/kernel/ |
A D | um_arch.c | 139 static int __init uml_version_setup(char *line, int *add) in uml_version_setup() 153 static int __init uml_root_setup(char *line, int *add) in uml_root_setup() 168 static int __init no_skas_debug_setup(char *line, int *add) in no_skas_debug_setup() 181 static int __init uml_console_setup(char *line, int *add) in uml_console_setup() 192 static int __init Usage(char *line, int *add) in Usage() 212 static void __init uml_checksetup(char *line, int *add) in uml_checksetup() 279 static void parse_host_cpu_flags(char *line) in parse_host_cpu_flags() 287 static void parse_cache_line(char *line) in parse_cache_line()
|
/linux/drivers/isdn/hardware/mISDN/ |
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/acpi/acpica/ |
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/ |
A D | 8250_pnp.c | 437 int ret, line, flags = dev_id->driver_data; in serial_pnp_probe() local 492 long line = (long)pnp_get_drvdata(dev); in serial_pnp_remove() local 501 long line = (long)dev_get_drvdata(dev); in serial_pnp_suspend() local 511 long line = (long)dev_get_drvdata(dev); in serial_pnp_resume() local
|
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/arm64/include/asm/ |
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
|
/linux/drivers/scsi/qedi/ |
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/usr/ |
A D | gen_init_cpio.c | 134 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() 406 static int cpio_mkfile_line(const char *line) in cpio_mkfile_line() 530 char line[LINE_SIZE]; in main() local
|
/linux/drivers/scsi/qedf/ |
A D | qedf_dbg.c | 10 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/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
A D | nv50.c | 38 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()
|
A D | gf119.c | 37 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()
|
A D | base.c | 30 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()
|
/linux/scripts/ |
A D | show_delta | 44 def get_time(line): argument 61 def convert_line(line, base_time): argument
|