/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | i2c.c | 86 * @str: String of options 95 static int __init omap_i2c_bus_setup(char *str) in omap_i2c_bus_setup() argument 99 get_options(str, 3, ints); in omap_i2c_bus_setup()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | rtc.c | 37 specifiy_epoch(char *str) in specifiy_epoch() argument 39 unsigned long epoch = simple_strtoul(str, NULL, 0); in specifiy_epoch()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-timeout.c | 17 static int __init setup_fail_io_timeout(char *str) in setup_fail_io_timeout() argument 19 return setup_fault_attr(&fail_io_timeout, str); in setup_fail_io_timeout()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | ptrace.h | 167 static inline void die_if_kernel(const char *str, struct pt_regs *regs) in die_if_kernel() argument 170 die(str, regs); in die_if_kernel()
|
/kernel/linux/linux-6.6/arch/m68k/virt/ |
H A D | config.c | 28 static void virt_get_model(char *str) in virt_get_model() argument 30 /* str is 80 characters long */ in virt_get_model() 31 sprintf(str, "QEMU Virtual M68K Machine (%u.%u.%u)", in virt_get_model()
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | exceptions.c | 40 void die(const char *str, struct pt_regs *fp, long err) in die() argument 44 pr_warn("Oops: %s, sig: %ld\n", str, err); in die()
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | futex.h | 90 "2: " TUSER(str) " %0, [%3]\n" \ 117 "2: " TUSERCOND(str, eq) " %3, [%4]\n" in futex_atomic_cmpxchg_inatomic()
|
H A D | tls.h | 17 str \tmp2, [\base, #TI_TP_VALUE + 4] @ save it 43 str \tp, [\tmp1, #-15] @ set TLS value at 0xffff0ff0
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | rtc.c | 37 specifiy_epoch(char *str) in specifiy_epoch() argument 39 unsigned long epoch = simple_strtoul(str, NULL, 0); in specifiy_epoch()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | i2c.c | 80 * @str: String of options 89 static int __init omap_i2c_bus_setup(char *str) in omap_i2c_bus_setup() argument 93 get_options(str, 3, ints); in omap_i2c_bus_setup()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sleep24xx.S | 61 str r4, [r2] @ make it so 71 str r4, [r2] @ write to SDRC_POWER
|
/kernel/linux/linux-6.6/arch/arm/mach-tegra/ |
H A D | sleep.S | 147 str r0, [r5, #CLK_RESET_CCLK_BURST] 149 str r0, [r5, #CLK_RESET_CCLK_DIVIDER]
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | traps.c | 32 void die(const char *str, struct pt_regs *regs, long err) in die() argument 36 pr_warn("Oops: %s, sig: %ld\n", str, err); in die()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | pdc_chassis.c | 44 * @str: configuration param: 0 to disable chassis log 48 static int __init pdc_chassis_setup(char *str) in pdc_chassis_setup() argument 50 /*panic_timeout = simple_strtoul(str, NULL, 0);*/ in pdc_chassis_setup() 51 get_option(&str, &pdc_chassis_enabled); in pdc_chassis_setup()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | dumpstack.c | 19 void dump_mem(const char *str, const char *loglvl, unsigned long bottom, in dump_mem() argument 25 printk("%s%s(0x%08lx to 0x%08lx)\n", loglvl, str, bottom, top); in dump_mem()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | pcap_kern.c | 53 int pcap_setup(char *str, char **mac_out, void *data) in pcap_setup() argument 65 remain = split_if_spec(str, &host_if, &init->filter, in pcap_setup()
|
H A D | vde_kern.c | 70 static int vde_setup(char *str, char **mac_out, void *data) in vde_setup() argument 82 remain = split_if_spec(str, &init->vde_switch, mac_out, &port_str, in vde_setup()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | apc.c | 47 static int __init apc_setup(char *str) in apc_setup() argument 49 if(!strncmp(str, "noidle", strlen("noidle"))) { in apc_setup()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_drvinfo.c | 68 u32 attr, int channel, const char **str) in aq_hwmon_read_string() 79 *str = atl_temp_label[channel]; in aq_hwmon_read_string() 66 aq_hwmon_read_string(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, const char **str) aq_hwmon_read_string() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | debugfs.c | 64 void mt76_seq_puts_array(struct seq_file *file, const char *str, in mt76_seq_puts_array() argument 69 seq_printf(file, "%10s:", str); in mt76_seq_puts_array()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_generic_token.c | 47 #define TWRITE_STR(ptr, str, len) \ 48 memcpy((ptr), (char *) (str), (len)); \
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_device.h | 38 extern ssize_t of_device_modalias(struct device *dev, char *str, ssize_t len); 84 char *str, ssize_t len) in of_device_modalias() 83 of_device_modalias(struct device *dev, char *str, ssize_t len) of_device_modalias() argument
|
H A D | trace_seq.h | 85 extern void trace_seq_puts(struct trace_seq *s, const char *str); 123 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() argument
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | tasks.py | 63 raise gdb.GdbError("No task of PID " + str(pid)) 137 raise gdb.GdbError("No task of PID " + str(pid))
|
H A D | cpus.py | 41 "trap_block[{0}].__per_cpu_base".format(str(cpu))) 45 "__per_cpu_offset[{0}]".format(str(cpu)))
|