Home
last modified time | relevance | path

Searched defs:line (Results 51 – 75 of 412) sorted by relevance

12345678910>>...17

/linux/arch/sparc/boot/
H A Dpiggyback.c71 static int start_line(const char *line) in start_line()
80 static int end_line(const char *line) in end_line()
/linux/tools/perf/tests/
H A Dcode-reading.c47 static size_t read_objdump_chunk(const char **line, unsigned char **buf, in read_objdump_chunk()
100 static size_t read_objdump_line(const char *line, unsigned char *buf, in read_objdump_line()
131 char *line = NULL; in read_objdump_output() local
188 char *line = NULL; in objdump_version() local
/linux/lib/
H A Dbug.c131 bug_get_file_line(struct bug_entry * bug,const char ** file,unsigned int * line) bug_get_file_line() argument
161 unsigned line, warning, once, done; __report_bug() local
[all...]
/linux/tools/testing/selftests/mseal_system_mappings/
H A Dsysmap_is_sealed.c23 char line[MAX_LINE_LEN]; in has_mapping() local
35 char line[MAX_LINE_LEN]; in mapping_is_sealed() local
/linux/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c277 const char *function, int line) in HFC_outb_pcimem()
286 HFC_inb_pcimem(struct hfc_multi *hc, u_char reg, const char *function, int line) in HFC_inb_pcimem()
295 HFC_inw_pcimem(struct hfc_multi *hc, u_char reg, const char *function, int line) in HFC_inw_pcimem()
304 HFC_wait_pcimem(struct hfc_multi *hc, const char *function, int line) in HFC_wait_pcimem()
317 const char *function, int line) in HFC_outb_regio()
327 HFC_inb_regio(struct hfc_multi *hc, u_char reg, const char *function, int line) in HFC_inb_regio()
337 HFC_inw_regio(struct hfc_multi *hc, u_char reg, const char *function, int line) in HFC_inw_regio()
347 HFC_wait_regio(struct hfc_multi *hc, const char *function, int line) in HFC_wait_regio()
360 const char *function, int line) in HFC_outb_debug()
387 HFC_inb_debug(struct hfc_multi *hc, u_char reg, const char *function, int line) in HFC_inb_debug()
[all …]
/linux/drivers/media/pci/ivtv/
H A Divtv-vbi.c176 int line = 0; in copy_vbi_data() local
238 int line = 0; in ivtv_convert_ivtv_vbi() local
325 static u32 compress_sliced_buf(struct ivtv *itv, u32 line, u8 *buf, u32 size, u8 sav) in compress_sliced_buf()
/linux/tools/perf/ui/stdio/
H A Dhist.c624 const char *line, FILE *fp) in print_hierarchy_indent()
655 for (int line = 0; line < hpp_list->nr_header_lines; line++) { in hists__fprintf_hierarchy_headers() local
746 int line, FILE *fp) in fprintf_line()
779 int line; in hists__fprintf_standard_headers() local
843 char *line = NULL; in hists__fprintf() local
/linux/arch/um/drivers/
H A Dstdio_console.c115 struct line *line = &vts[console->index]; in uml_console_write() local
131 struct line *line = &vts[co->index]; in uml_console_setup() local
H A Dssl.c114 struct line *line = &serial_lines[c->index]; in ssl_console_write() local
130 struct line *line = &serial_lines[co->index]; in ssl_console_setup() local
/linux/tools/testing/selftests/mm/
H A Dmlock-random-test.c52 char line[1024] = {0}; in get_proc_locked_vm_size() local
87 char *line; in get_proc_page_size() local
[all...]
/linux/tools/gpio/
H A Dgpio-utils.c180 int gpiotools_get(const char *device_name, unsigned int line) in gpiotools_get()
242 int gpiotools_set(const char *device_name, unsigned int line, in gpiotools_set()
/linux/drivers/net/wireless/broadcom/brcm80211/include/
H A Ddefs.h89 #define _PADLINE(line) pad ## line argument
90 #define _XSTR(line) _PADLINE(line) argument
/linux/arch/powerpc/platforms/ps3/
H A Dinterrupt.c619 const char* func, int line) in _dump_64_bmp()
628 const u64 *p, unsigned cpu, const char* func, int line) in _dump_256_bmp()
635 static void _dump_bmp(struct ps3_private* pd, const char* func, int line) in _dump_bmp()
647 const char* func, int line) in _dump_mask()
/linux/drivers/media/pci/cx18/
H A Dcx18-vbi.c27 int line = 0; in copy_vbi_data() local
133 u32 line = 0; in compress_sliced_buf() local
/linux/arch/x86/platform/olpc/
H A Dolpc.c63 static int __wait_on_ibf(unsigned int line, unsigned int port, int desired) in __wait_on_ibf()
83 static int __wait_on_obf(unsigned int line, unsigned int port, int desired) in __wait_on_obf()
/linux/scripts/kconfig/lxdialog/
H A Dtextbox.c57 static char line[MAX_LEN + 1]; in get_line() local
86 char *line; in print_line() local
/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_hugetlb_options.c28 char *line = NULL; in default_huge_page_size() local
49 char *line = NULL; in is_hugetlb_allocated() local
/linux/drivers/staging/greybus/
H A Dgpio.c273 struct gb_gpio_line *line = &ggc->lines[d->hwirq]; in gb_gpio_irq_mask() local
283 struct gb_gpio_line *line = &ggc->lines[d->hwirq]; in gb_gpio_irq_unmask() local
293 struct gb_gpio_line *line = &ggc->lines[d->hwirq]; in gb_gpio_irq_set_type() local
339 struct gb_gpio_line *line = &ggc->lines[d->hwirq]; in gb_gpio_irq_bus_sync_unlock() local
/linux/tools/perf/util/
H A Ddrm_pmu.c72 static struct drm_pmu *add_drm_pmu(struct list_head *pmus, char *line, size_t line_len) in add_drm_pmu()
137 const char *line, enum drm_pmu_unit unit, const char *desc) in add_event()
163 char *line = NULL; in read_drm_pmus_cb() local
580 char *line = NULL; in read_drm_event() local
H A Dfind-map.c5 char line[128]; in find_map() local
H A Dsrccode.h6 unsigned line; member
/linux/arch/um/kernel/
H A Dconfig.c.in14 static int __init print_config(char *line, int *add)
/linux/sound/core/seq/
H A Dseq_lock.c12 void snd_use_lock_sync_helper(snd_use_lock_t *lockp, const char *file, int line) in snd_use_lock_sync_helper()
/linux/drivers/gpu/drm/xe/display/ext/
H A Di915_utils.c21 const char *func, int line) in __i915_inject_probe_error()
/linux/include/dt-bindings/gpio/
H A Duniphier-gpio.h13 #define UNIPHIER_GPIO_PORT(bank, line) \ argument

12345678910>>...17