/linux/arch/sparc/boot/ |
H A D | piggyback.c | 71 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 D | code-reading.c | 47 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 D | bug.c | 131 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 D | sysmap_is_sealed.c | 23 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 D | hfcmulti.c | 277 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 D | ivtv-vbi.c | 176 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 D | hist.c | 624 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 D | stdio_console.c | 115 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 D | ssl.c | 114 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 D | mlock-random-test.c | 52 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 D | gpio-utils.c | 180 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 D | defs.h | 89 #define _PADLINE(line) pad ## line argument 90 #define _XSTR(line) _PADLINE(line) argument
|
/linux/arch/powerpc/platforms/ps3/ |
H A D | interrupt.c | 619 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 D | cx18-vbi.c | 27 int line = 0; in copy_vbi_data() local 133 u32 line = 0; in compress_sliced_buf() local
|
/linux/arch/x86/platform/olpc/ |
H A D | olpc.c | 63 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 D | textbox.c | 57 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 D | check_hugetlb_options.c | 28 char *line = NULL; in default_huge_page_size() local 49 char *line = NULL; in is_hugetlb_allocated() local
|
/linux/drivers/staging/greybus/ |
H A D | gpio.c | 273 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 D | drm_pmu.c | 72 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 D | find-map.c | 5 char line[128]; in find_map() local
|
H A D | srccode.h | 6 unsigned line; member
|
/linux/arch/um/kernel/ |
H A D | config.c.in | 14 static int __init print_config(char *line, int *add)
|
/linux/sound/core/seq/ |
H A D | seq_lock.c | 12 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 D | i915_utils.c | 21 const char *func, int line) in __i915_inject_probe_error()
|
/linux/include/dt-bindings/gpio/ |
H A D | uniphier-gpio.h | 13 #define UNIPHIER_GPIO_PORT(bank, line) \ argument
|