| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_pbs.c | 19 #define DEBUG_PBS_FULL_C(s, d, l) \ argument 21 #define DEBUG_PBS_C(s, d, l) \ argument 25 #define DEBUG_PBS_S(s) puts(s) argument 28 #define DEBUG_PBS_S(s) argument 33 #define DEBUG_PBS_FULL_S(s) puts(s) argument 36 #define DEBUG_PBS_FULL_S(s) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | debugfs.c | 240 mt7615_radio_read_phy(struct mt7615_phy *phy, struct seq_file *s) in mt7615_radio_read_phy() 255 mt7615_radio_read(struct seq_file *s, void *data) in mt7615_radio_read() 265 static int mt7615_read_temperature(struct seq_file *s, void *data) in mt7615_read_temperature() 284 mt7615_queues_acq(struct seq_file *s, void *data) in mt7615_queues_acq() 317 mt7615_queues_read(struct seq_file *s, void *data) in mt7615_queues_read()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_at_ao.c | 127 struct comedi_subdevice *s, in atao_ao_insn_write() 154 struct comedi_subdevice *s, in atao_dio_insn_bits() 167 struct comedi_subdevice *s, in atao_dio_insn_config() 233 struct comedi_subdevice *s, in atao_calib_insn_write() 297 struct comedi_subdevice *s; in atao_attach() local
|
| H A D | adl_pci7x3x.c | 108 struct comedi_subdevice *s, in adl_pci7x3x_do_insn_bits() 135 struct comedi_subdevice *s, in adl_pci7x3x_di_insn_bits() 151 struct comedi_subdevice *s; in adl_pci7x3x_auto_attach() local
|
| H A D | ni_labpc_isadma.c | 26 struct comedi_subdevice *s, in labpc_suggest_transfer_size() 52 void labpc_setup_dma(struct comedi_device *dev, struct comedi_subdevice *s) in labpc_setup_dma() 76 struct comedi_subdevice *s = dev->read_subdev; in labpc_drain_dma() local
|
| H A D | cb_pcidas64.c | 1732 struct comedi_subdevice *s, in cb_pcidas64_ai_eoc() 1752 static int ai_rinsn(struct comedi_device *dev, struct comedi_subdevice *s, in ai_rinsn() 1969 static int ai_config_insn(struct comedi_device *dev, struct comedi_subdevice *s, in ai_config_insn() 2064 struct comedi_subdevice *s, in cb_pcidas64_ai_check_chanlist() 2103 static int ai_cmdtest(struct comedi_device *dev, struct comedi_subdevice *s, in ai_cmdtest() 2558 static int ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in ai_cmd() 2681 struct comedi_subdevice *s = dev->read_subdev; in pio_drain_ai_fifo_16() local 2743 struct comedi_subdevice *s = dev->read_subdev; in pio_drain_ai_fifo_32() local 2785 struct comedi_subdevice *s = dev->read_subdev; in drain_dma_buffers() local 2820 struct comedi_subdevice *s = dev->read_subdev; in handle_ai_interrupt() local [all …]
|
| H A D | 8255.c | 50 struct comedi_subdevice *s; in dev_8255_attach() local 102 struct comedi_subdevice *s; in dev_8255_detach() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/pipeline/src/ |
| H A D | pipeline.c | 237 struct ia_css_pipeline_stage *s; in ia_css_pipeline_clean() local 357 struct ia_css_pipeline_stage *s; in ia_css_pipeline_get_stage() local 377 struct ia_css_pipeline_stage *s; in ia_css_pipeline_get_stage_from_fw() local 396 struct ia_css_pipeline_stage *s; in ia_css_pipeline_get_fw_from_stage() local 416 struct ia_css_pipeline_stage *s; in ia_css_pipeline_get_output_stage() local
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | util.c | 179 unsigned char *s = (unsigned char *)(&v16); in le16_to_cpu() local 190 unsigned char *s = (unsigned char *)(&v32); in le32_to_cpu() local 203 unsigned char *s = (unsigned char *)(&v32); in ql_swap32() local 216 unsigned char *s = (unsigned char *)(&v16); in cpu_to_le16() local 227 unsigned char *s = (unsigned char *)(&v32); in cpu_to_le32() local
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/ |
| H A D | zip_inflate.c | 53 struct zip_state *s, union zip_inst_s *zip_cmd) in prepare_inflate_zcmd() 128 int zip_inflate(struct zip_operation *zip_ops, struct zip_state *s, in zip_inflate()
|
| H A D | zip_deflate.c | 54 struct zip_state *s, union zip_inst_s *zip_cmd) in prepare_zip_command() 115 int zip_deflate(struct zip_operation *zip_ops, struct zip_state *s, in zip_deflate()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/req-gen/ |
| H A D | _begin.h | 8 #define CAT2_STR_(t, s) __stringify(t/s) argument 9 #define CAT2_STR(t, s) CAT2_STR_(t, s) argument
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | early_printk.c | 15 static void early_write(const char *s, unsigned n) in early_write() 28 static void early_console_write(struct console *con, const char *s, unsigned n) in early_console_write()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 351 static inline int __must_check kstrtoul(const char *s, unsigned int base, unsigned long *res) in kstrtoul() 379 static inline int __must_check kstrtol(const char *s, unsigned int base, long *res) in kstrtol() 395 static inline int __must_check kstrtou64(const char *s, unsigned int base, u64 *res) in kstrtou64() 400 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64() 405 static inline int __must_check kstrtou32(const char *s, unsigned int base, u32 *res) in kstrtou32() 410 static inline int __must_check kstrtos32(const char *s, unsigned int base, s32 *res) in kstrtos32() 433 static inline int __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int… in kstrtou64_from_user() 438 static inline int __must_check kstrtos64_from_user(const char __user *s, size_t count, unsigned int… in kstrtos64_from_user() 443 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user() 448 static inline int __must_check kstrtos32_from_user(const char __user *s, size_t count, unsigned int… in kstrtos32_from_user()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | util.c | 113 void str_append(struct gstr *gs, const char *s) in str_append() 130 char s[10000]; /* big enough... */ in str_printf() local 170 char *xstrdup(const char *s) in xstrdup()
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | sidtab.h | 111 static inline struct context *sidtab_search(struct sidtab *s, u32 sid) in sidtab_search() 118 static inline struct context *sidtab_search_force(struct sidtab *s, u32 sid) in sidtab_search_force() 144 static inline void sidtab_sid2str_put(struct sidtab *s, in sidtab_sid2str_put() 149 static inline int sidtab_sid2str_get(struct sidtab *s, in sidtab_sid2str_get()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | fault.c | 62 static void *_fault_stats_seq_start(struct seq_file *s, loff_t *pos) in _fault_stats_seq_start() 71 static void *_fault_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _fault_stats_seq_next() 81 static void _fault_stats_seq_stop(struct seq_file *s, void *v) in _fault_stats_seq_stop() 85 static int _fault_stats_seq_show(struct seq_file *s, void *v) in _fault_stats_seq_show()
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/ |
| H A D | cpupower-monitor.c | 76 int fill_string_with_spaces(char *s, int n) in fill_string_with_spaces() 99 cstate_t s; in print_header() local 146 cstate_t s; in print_results() local 261 cstate_t s; in list_monitors() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/list/ |
| H A D | fold_right.hpp | 28 # define BOOST_PP_LIST_FOLD_RIGHT_257(o, s, l) BOOST_PP_ERROR(0x0004) argument 30 # define BOOST_PP_LIST_FOLD_RIGHT_D(d, o, s, l) BOOST_PP_LIST_FOLD_RIGHT_ ## d(o, s, l) argument
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | usbstring.c | 18 static int utf8_to_utf16le(const char *s, __le16 *cp, unsigned len) in utf8_to_utf16le() 108 struct usb_string *s; in usb_gadget_get_string() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/tools/ |
| H A D | csv_collection.py | 21 strip = lambda s:s.strip() argument 23 strip = lambda s:s argument
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/ |
| H A D | delta-debug.c | 12 char *delta_streaminfo_str(struct delta_streaminfo *s, char *str, in delta_streaminfo_str() 58 struct delta_streaminfo *s = &ctx->streaminfo; in delta_trace_summary() local
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | parse-sublevel-options.c | 13 char *vstr, *s = strdup(str); in parse_one_sublevel_option() local 48 char *s = strdup(str); in perf_parse_sublevel_options() local
|
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | parport_amiga.c | 124 static void amiga_init_state(struct pardevice *dev, struct parport_state *s) in amiga_init_state() 132 static void amiga_save_state(struct parport *p, struct parport_state *s) in amiga_save_state() 142 static void amiga_restore_state(struct parport *p, struct parport_state *s) in amiga_restore_state()
|
| H A D | parport_atari.c | 93 parport_atari_init_state(struct pardevice *d, struct parport_state *s) in parport_atari_init_state() 98 parport_atari_save_state(struct parport *p, struct parport_state *s) in parport_atari_save_state() 103 parport_atari_restore_state(struct parport *p, struct parport_state *s) in parport_atari_restore_state()
|