Home
last modified time | relevance | path

Searched defs:str (Results 1301 - 1325 of 6388) sorted by relevance

1...<<51525354555657585960>>...256

/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dapc.c47 static int __init apc_setup(char *str) in apc_setup() argument
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvde_kern.c70 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 Dinit.h63 const char *str; member
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-wiimote-debug.c101 const char *str = NULL; in wiidebug_drm_show() local
/kernel/linux/linux-5.10/drivers/iommu/
H A Dirq_remapping.c48 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 Dsolo6x10-enc.c130 u8 *str = solo_enc->osd_text; in solo_osd_print() local
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
H A Daq_drvinfo.c66 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 Dspider_net_ethtool.c19 const char str[ETH_GSTRING_LEN]; member
/kernel/linux/linux-5.10/drivers/usb/common/
H A Ddebug.c99 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 Dlathist_user.c23 static void stars(char *str, long val, long max, int width) in stars() argument
H A Dlwt_len_hist_user.c18 static void stars(char *str, long val, long max, int width) in stars() argument
/kernel/linux/linux-5.10/include/linux/
H A Dof_device.h83 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 Ddigi00x-midi.c95 struct snd_rawmidi_str *str; in set_substream_names() local
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dcontext.h33 char *str; /* string representation if context cannot be mapped. */ member
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Drealpath.c23 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 Dyamltree.c95 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 Dtrace-seq.c188 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 Dlsiio.c28 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 Diio_utils.h52 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 Dfreefall.c82 const char *str = (seconds == 0) ? "Unparked" : "Parked"; in protect() local
/kernel/linux/linux-5.10/tools/lib/
H A Dstring.c124 char *skip_spaces(const char *str) in skip_spaces() argument
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dtime-utils-test.c12 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 Dcomm.c13 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 Dbranch.c109 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 Dheader.c16 char *str = *arg; in ui_browser__argv_write() local

Completed in 10 milliseconds

1...<<51525354555657585960>>...256