Home
last modified time | relevance | path

Searched defs:line (Results 26 – 50 of 744) sorted by relevance

12345678910>>...30

/openbmc/linux/arch/arm64/include/asm/
H A 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
/openbmc/linux/drivers/scsi/qedi/
H A 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()
/openbmc/linux/arch/um/kernel/
H A Dum_arch.c143 static int __init uml_version_setup(char *line, int *add) in uml_version_setup()
157 static int __init uml_root_setup(char *line, int *add) in uml_root_setup()
172 static int __init no_skas_debug_setup(char *line, int *add) in no_skas_debug_setup()
185 static int __init uml_console_setup(char *line, int *add) in uml_console_setup()
196 static int __init Usage(char *line, int *add) in Usage()
216 static void __init uml_checksetup(char *line, int *add) in uml_checksetup()
283 static void parse_host_cpu_flags(char *line) in parse_host_cpu_flags()
291 static void parse_cache_line(char *line) in parse_cache_line()
/openbmc/u-boot/drivers/gpio/
H A Dmpc83xx_gpio.c55 unsigned int line; in gpio_direction_input() local
75 unsigned int line; in gpio_direction_output() local
103 unsigned int line; in gpio_get_value() local
122 unsigned int line; in gpio_set_value() local
/openbmc/linux/arch/um/drivers/
H A 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()
/openbmc/qemu/tests/tcg/hexagon/
H A Dhex_test.h22 static inline void __check32(int line, uint32_t val, uint32_t expect) in __check32()
32 static inline void __check64(int line, uint64_t val, uint64_t expect) in __check64()
42 static inline void __chk_error(const char *filename, int line, int ret) in __chk_error()
52 static inline void __checkp(int line, void *p, void *expect) in __checkp()
62 static inline void __check32_ne(int line, uint32_t val, uint32_t expect) in __check32_ne()
72 static inline void __check64_ne(int line, uint64_t val, uint64_t expect) in __check64_ne()
/openbmc/linux/drivers/tty/serial/8250/
H A 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
/openbmc/linux/arch/loongarch/include/asm/
H A Dbug.h9 #define _BUGVERBOSE_LOCATION(file, line) argument
11 #define __BUGVERBOSE_LOCATION(file, line) \ argument
18 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line) argument
/openbmc/phosphor-bmc-code-mgmt/
H A Dversion.cpp62 std::string line; in getRepeatedValues() local
134 std::string line; in getBMCMachine() local
162 std::string line; in getBMCExtendedVersion() local
186 std::string line; in getBMCVersion() local
/openbmc/bmcweb/scripts/
H A Dreplace_logs.py55 line = " " + line.lstrip() variable
68 line = line.lstrip() variable
92 line = match.group(1) + "(" + argjoin + ");" variable
/openbmc/qemu/util/
H A Derror.c24 int line; member
58 const char *src, int line, const char *func, in error_setv()
88 const char *src, int line, const char *func, in error_set_internal()
99 const char *src, int line, const char *func, in error_setg_internal()
110 const char *src, int line, const char *func, in error_setg_errno_internal()
125 const char *src, int line, const char *func, in error_setg_file_open_internal()
181 const char *src, int line, const char *func, in error_setg_win32_internal()
H A Dqemu-thread-posix.c88 void qemu_mutex_lock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_lock_impl()
100 int qemu_mutex_trylock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_trylock_impl()
116 void qemu_mutex_unlock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_unlock_impl()
147 void qemu_rec_mutex_lock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_lock_impl()
152 int qemu_rec_mutex_trylock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_trylock_impl()
157 void qemu_rec_mutex_unlock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_unlock_impl()
219 void qemu_cond_wait_impl(QemuCond *cond, QemuMutex *mutex, const char *file, const int line) in qemu_cond_wait_impl()
233 const char *file, const int line) in qemu_cond_timedwait_ts()
248 const char *file, const int line) in qemu_cond_timedwait_impl()
H A Dqemu-thread-win32.c81 void qemu_mutex_lock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_lock_impl()
89 int qemu_mutex_trylock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_trylock_impl()
102 void qemu_mutex_unlock_impl(QemuMutex *mutex, const char *file, const int line) in qemu_mutex_unlock_impl()
122 void qemu_rec_mutex_lock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_lock_impl()
128 int qemu_rec_mutex_trylock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_trylock_impl()
134 void qemu_rec_mutex_unlock_impl(QemuRecMutex *mutex, const char *file, int line) in qemu_rec_mutex_unlock_impl()
166 void qemu_cond_wait_impl(QemuCond *cond, QemuMutex *mutex, const char *file, const int line) in qemu_cond_wait_impl()
175 const char *file, const int line) in qemu_cond_timedwait_impl()
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-480.c117 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) in vfe_wm_start()
155 struct vfe_line *line) in vfe_wm_update()
251 static int vfe_get_output(struct vfe_line *line) in vfe_get_output()
287 static int vfe_enable_output(struct vfe_line *line) in vfe_enable_output()
330 static void vfe_disable_output(struct vfe_line *line) in vfe_disable_output()
352 static int vfe_enable(struct vfe_line *line) in vfe_enable()
399 static int vfe_disable(struct vfe_line *line) in vfe_disable()
446 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_isr_wm_done() local
543 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); in vfe_queue_buffer() local
H A Dcamss-ispif.c361 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
876 __ispif_get_format(struct ispif_line *line, in __ispif_get_format()
947 struct ispif_line *line = v4l2_get_subdevdata(sd); in ispif_enum_mbus_code() local
980 struct ispif_line *line = v4l2_get_subdevdata(sd); in ispif_enum_frame_size() local
1018 struct ispif_line *line = v4l2_get_subdevdata(sd); in ispif_get_format() local
1042 struct ispif_line *line = v4l2_get_subdevdata(sd); in ispif_set_format() local
1263 struct vfe_line *line; in ispif_get_vfe_id() local
1282 struct vfe_line *line; in ispif_get_vfe_line_id() local
1309 struct ispif_line *line; in ispif_link_setup() local
[all …]
/openbmc/linux/usr/
H A Dgen_init_cpio.c138 static int cpio_mkslink_line(const char *line) in cpio_mkslink_line()
210 static int cpio_mkgeneric_line(const char *line, enum generic_types gt) in cpio_mkgeneric_line()
229 static int cpio_mkdir_line(const char *line) in cpio_mkdir_line()
234 static int cpio_mkpipe_line(const char *line) in cpio_mkpipe_line()
239 static int cpio_mksock_line(const char *line) in cpio_mksock_line()
278 static int cpio_mknod_line(const char *line) in cpio_mknod_line()
450 static int cpio_mkfile_line(const char *line) in cpio_mkfile_line()
575 char line[LINE_SIZE]; in main() local
/openbmc/qemu/scripts/
H A Danalyse-locks-simpletrace.py34 def qemu_mutex_lock(self, timestamp, mutex, filename, line): argument
41 def qemu_mutex_locked(self, timestamp, mutex, filename, line): argument
50 def qemu_mutex_unlock(self, timestamp, mutex, filename, line): argument
/openbmc/linux/drivers/scsi/qedf/
H A 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()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A 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()
H A 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()
H A Dbase.c29 nvkm_gpio_drive(struct nvkm_gpio *gpio, int idx, int line, int dir, int out) in nvkm_gpio_drive()
35 nvkm_gpio_sense(struct nvkm_gpio *gpio, int idx, int line) in nvkm_gpio_sense()
48 nvkm_gpio_find(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, in nvkm_gpio_find()
80 nvkm_gpio_set(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line, int state) in nvkm_gpio_set()
96 nvkm_gpio_get(struct nvkm_gpio *gpio, int idx, u8 tag, u8 line) in nvkm_gpio_get()
/openbmc/linux/scripts/
H A Dshow_delta44 def get_time(line): argument
61 def convert_line(line, base_time): argument
/openbmc/openbmc-build-scripts/config/lib/
H A Dignore-filter31 line = line[1:] variable
33 line = line[2:] variable
/openbmc/linux/Documentation/admin-guide/
H A Dreporting-issues.rst1470 Make sure the particular version line still gets support
1491 Search stable mailing list
1502 Reproduce issue with the newest release
1526 Report the regression
/openbmc/u-boot/drivers/video/
H A Dconsole_rotate.c18 void *line; in console_set_row_1() local
92 void *line; in console_putc_xy_1() local
149 void *line; in console_set_row_2() local
214 void *line; in console_putc_xy_2() local
277 void *line; in console_set_row_3() local
348 void *line = vid_priv->fb + in console_putc_xy_3() local

12345678910>>...30