| /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
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| H A D | vde_kern.c | 70 static int vde_setup(char *str, char **mac_out, void *data) in vde_setup() argument
|
| /kernel/linux/linux-6.6/arch/um/include/shared/ |
| H A D | init.h | 63 const char *str; member
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | hid-wiimote-debug.c | 101 const char *str = NULL; in wiidebug_drm_show() local
|
| /kernel/linux/linux-5.10/drivers/iommu/ |
| H A D | irq_remapping.c | 48 static __init int setup_nointremap(char *str) in setup_nointremap() argument 55 static __init int setup_irqremap(char *str) in setup_irqremap() argument [all...] |
| /kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-enc.c | 130 u8 *str = solo_enc->osd_text; in solo_osd_print() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_drvinfo.c | 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/ethernet/toshiba/ |
| H A D | spider_net_ethtool.c | 19 const char str[ETH_GSTRING_LEN]; member
|
| /kernel/linux/linux-5.10/drivers/usb/common/ |
| H A D | debug.c | 99 static void usb_decode_set_address(__u16 wValue, char *str, size_t size) in usb_decode_set_address() argument 13 usb_decode_get_status(__u8 bRequestType, __u16 wIndex, __u16 wLength, char *str, size_t size) usb_decode_get_status() argument 71 usb_decode_set_clear_feature(__u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, char *str, size_t size) usb_decode_set_clear_feature() argument 104 usb_decode_get_set_descriptor(__u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength, char *str, size_t size) usb_decode_get_set_descriptor() argument 169 usb_decode_get_configuration(__u16 wLength, char *str, size_t size) usb_decode_get_configuration() argument 174 usb_decode_set_configuration(__u8 wValue, char *str, size_t size) usb_decode_set_configuration() argument 179 usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str, size_t size) usb_decode_get_intf() argument 186 usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str, size_t size) usb_decode_set_intf() argument 193 usb_decode_synch_frame(__u16 wIndex, __u16 wLength, char *str, size_t size) usb_decode_synch_frame() argument 200 usb_decode_set_sel(__u16 wLength, char *str, size_t size) usb_decode_set_sel() argument 205 usb_decode_set_isoch_delay(__u8 wValue, char *str, size_t size) usb_decode_set_isoch_delay() argument 210 usb_decode_ctrl_generic(char *str, size_t size, __u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength) usb_decode_ctrl_generic() argument 229 usb_decode_ctrl_standard(char *str, size_t size, __u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength) usb_decode_ctrl_standard() argument 299 usb_decode_ctrl(char *str, size_t size, __u8 bRequestType, __u8 bRequest, __u16 wValue, __u16 wIndex, __u16 wLength) usb_decode_ctrl() argument [all...] |
| /kernel/linux/linux-5.10/samples/bpf/ |
| H A D | lathist_user.c | 23 static void stars(char *str, long val, long max, int width) in stars() argument
|
| H A D | lwt_len_hist_user.c | 18 static void stars(char *str, long val, long max, int width) in stars() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | of_device.h | 83 of_device_modalias(struct device *dev, char *str, ssize_t len) of_device_modalias() argument
|
| /kernel/linux/linux-5.10/sound/firewire/digi00x/ |
| H A D | digi00x-midi.c | 95 struct snd_rawmidi_str *str; in set_substream_names() local
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| H A D | context.h | 33 char *str; /* string representation if context cannot be mapped. */ member [all...] |
| /kernel/linux/linux-5.10/security/tomoyo/ |
| H A D | realpath.c | 23 char *tomoyo_encode2(const char *str, int str_len) in tomoyo_encode2() argument 78 char *tomoyo_encode(const char *str) in tomoyo_encode() argument [all...] |
| /kernel/linux/linux-5.10/scripts/dtc/ |
| H A D | yamltree.c | 95 static void yaml_propval_string(yaml_emitter_t *emitter, char *str, int len) in yaml_propval_string() argument
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/ |
| H A D | trace-seq.c | 188 int trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() argument
|
| /kernel/linux/linux-5.10/tools/iio/ |
| H A D | lsiio.c | 28 static inline int check_prefix(const char *str, const char *prefix) in check_prefix() argument 34 static inline int check_postfix(const char *str, const char *postfix) in check_postfix() argument
|
| H A D | iio_utils.h | 52 static inline int iioutils_check_suffix(const char *str, const char *suffix) in iioutils_check_suffix() argument
|
| /kernel/linux/linux-5.10/tools/laptop/freefall/ |
| H A D | freefall.c | 82 const char *str = (seconds == 0) ? "Unparked" : "Parked"; in protect() local
|
| /kernel/linux/linux-5.10/tools/lib/ |
| H A D | string.c | 124 char *skip_spaces(const char *str) in skip_spaces() argument
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| H A D | time-utils-test.c | 12 static bool test__parse_nsec_time(const char *str, u64 expected) in test__parse_nsec_time() argument 61 const char *str; member [all...] |
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | comm.c | 13 char *str; member 41 static struct comm_str *comm_str__alloc(const char *str) in comm_str__alloc() argument 61 struct comm_str *__comm_str__findnew(const char *str, struct rb_root *root) in __comm_str__findnew() argument 97 comm_str__findnew(const char *str, struct rb_root *root) comm_str__findnew() argument 108 comm__new(const char *str, u64 timestamp, bool exec) comm__new() argument 127 comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) comm__override() argument [all...] |
| H A D | branch.c | 109 static int count_str_scnprintf(int idx, const char *str, char *bf, int size) in count_str_scnprintf() argument
|
| /kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
| H A D | header.c | 16 char *str = *arg; in ui_browser__argv_write() local
|