Home
last modified time | relevance | path

Searched defs:s (Results 651 – 675 of 4336) sorted by relevance

1...<<21222324252627282930>>...174

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dstrlist.c17 const char *s = entry; in strlist__node_new() local
111 static int strlist__parse_list_entry(struct strlist *slist, const char *s, in strlist__parse_list_entry()
142 static int strlist__parse_list(struct strlist *slist, const char *s, const char *subst_dir) in strlist__parse_list()
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpi-internal.h62 #define MPN_COPY(d, s, n) \ argument
69 #define MPN_COPY_INCR(d, s, n) \ argument
77 #define MPN_COPY_DECR(d, s, n) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgm107.c885 const int s = 8; in gm107_grctx_generate_bundle() local
898 const int s = 8; in gm107_grctx_generate_pagepool() local
916 const int s = 12; in gm107_grctx_generate_attrib() local
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dparport_mfc3.c214 static void mfc3_init_state(struct pardevice *dev, struct parport_state *s) in mfc3_init_state()
222 static void mfc3_save_state(struct parport *p, struct parport_state *s) in mfc3_save_state()
234 static void mfc3_restore_state(struct parport *p, struct parport_state *s) in mfc3_restore_state()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_ft.h44 #define rtw_ft_chk_status(a, s) \ argument
47 #define rtw_ft_roam_status(a, s) \ argument
55 #define rtw_ft_set_status(a, s) \ argument
60 #define rtw_ft_lock_set_status(a, s) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_ft.h44 #define rtw_ft_chk_status(a, s) \ argument
47 #define rtw_ft_roam_status(a, s) \ argument
55 #define rtw_ft_set_status(a, s) \ argument
60 #define rtw_ft_lock_set_status(a, s) \ argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_mixer.c80 static void mixer_dbg_ctl(struct seq_file *s, int val) in mixer_dbg_ctl()
105 static void mixer_dbg_crb(struct seq_file *s, int val) in mixer_dbg_crb()
140 static void mixer_dbg_mxn(struct seq_file *s, void *addr) in mixer_dbg_mxn()
148 static int mixer_dbg_show(struct seq_file *s, void *arg) in mixer_dbg_show()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvhci_sysfs.c69 char *s = out; in status_show_vhci() local
109 char *s = out; in status_show_not_ready() local
150 char *s = out; in status_show() local
168 char *s = out; in nports_show() local
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dadv_pci1760.c150 struct comedi_subdevice *s, in pci1760_di_insn_bits()
160 struct comedi_subdevice *s, in pci1760_do_insn_bits()
221 struct comedi_subdevice *s, in pci1760_pwm_insn_config()
343 struct comedi_subdevice *s; in pci1760_auto_attach() local
H A Dni_660x.c379 static int ni_660x_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in ni_660x_cmd()
395 static int ni_660x_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in ni_660x_cancel()
422 struct comedi_subdevice *s) in ni_660x_handle_gpct_interrupt()
434 struct comedi_subdevice *s; in ni_660x_interrupt() local
455 struct comedi_subdevice *s) in ni_660x_input_poll()
469 struct comedi_subdevice *s) in ni_660x_buf_change()
532 struct comedi_subdevice *s, in ni_660x_dio_insn_bits()
695 struct comedi_subdevice *s, in ni_660x_dio_insn_config()
1003 struct comedi_subdevice *s; in ni_660x_auto_attach() local
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dhilkbd.c98 unsigned char s; member
128 static inline void handle_status(unsigned char s, unsigned char c) in handle_status()
145 static inline void handle_data(unsigned char s, unsigned char c) in handle_data()
157 unsigned char s, c; in hil_interrupt() local
/OK3568_Linux_fs/u-boot/lib/
H A Dslre.c440 loop_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_greedy()
457 loop_non_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_non_greedy()
471 is_any_of(const unsigned char *p, int len, const char *s, int *ofs) in is_any_of()
487 is_any_but(const unsigned char *p, int len, const char *s, int *ofs) in is_any_but()
503 match(const struct slre *r, int pc, const char *s, int len, in match()
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/
H A Drequest_manager.h34 } s; member
42 } s; member
82 } s; member
121 } s; member
134 } s; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dkasan.h211 static __always_inline bool kasan_slab_free(struct kmem_cache *s, in kasan_slab_free()
236 struct kmem_cache *s, void *object, gfp_t flags, bool init) in kasan_slab_alloc()
245 static __always_inline void * __must_check kasan_kmalloc(struct kmem_cache *s, in kasan_kmalloc()
315 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, bool init) in kasan_slab_free()
321 static inline void *kasan_slab_alloc(struct kmem_cache *s, void *object, in kasan_slab_alloc()
326 static inline void *kasan_kmalloc(struct kmem_cache *s, const void *object, in kasan_kmalloc()
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.h275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument
283 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument
319 # define _tr_tally_lit(s, c, flush) \ argument
326 # define _tr_tally_dist(s, distance, length, flush) \ argument
337 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
338 # define _tr_tally_dist(s, distance, length, flush) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvboxguest.h102 #define VBG_IOCTL_VMMDEV_REQUEST(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 2, s) argument
176 #define VBG_IOCTL_HGCM_CALL_32(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 6, s) argument
177 #define VBG_IOCTL_HGCM_CALL_64(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 7, s) argument
179 #define VBG_IOCTL_HGCM_CALL(s) VBG_IOCTL_HGCM_CALL_64(s) argument
181 #define VBG_IOCTL_HGCM_CALL(s) VBG_IOCTL_HGCM_CALL_32(s) argument
201 #define VBG_IOCTL_LOG(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 9, s) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvboxguest.h102 #define VBG_IOCTL_VMMDEV_REQUEST(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 2, s) argument
176 #define VBG_IOCTL_HGCM_CALL_32(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 6, s) argument
177 #define VBG_IOCTL_HGCM_CALL_64(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 7, s) argument
179 #define VBG_IOCTL_HGCM_CALL(s) VBG_IOCTL_HGCM_CALL_64(s) argument
181 #define VBG_IOCTL_HGCM_CALL(s) VBG_IOCTL_HGCM_CALL_32(s) argument
201 #define VBG_IOCTL_LOG(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 9, s) argument
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree-remove.c237 static int rebalance2(struct shadow_spine *s, struct dm_btree_info *info, in rebalance2()
305 int s; in redistribute3() local
371 static int rebalance3(struct shadow_spine *s, struct dm_btree_info *info, in rebalance3()
407 static int rebalance_children(struct shadow_spine *s, in rebalance_children()
469 static int remove_raw(struct shadow_spine *s, struct dm_btree_info *info, in remove_raw()
562 static int remove_nearest(struct shadow_spine *s, struct dm_btree_info *info, in remove_nearest()
/OK3568_Linux_fs/kernel/drivers/pinctrl/intel/
H A Dpinctrl-cedarfork.c23 #define CDF_GPP(r, s, e) \ argument
30 #define CDF_COMMUNITY(b, s, e, g) \ argument
/OK3568_Linux_fs/kernel/tools/lib/traceevent/plugins/
H A Dplugin_mac80211.c14 static void print_string(struct trace_seq *s, struct tep_event *event, in print_string()
46 static int drv_bss_info_changed(struct trace_seq *s, in drv_bss_info_changed()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_hashlimit.c1052 static void *dl_seq_start(struct seq_file *s, loff_t *pos) in dl_seq_start()
1070 static void *dl_seq_next(struct seq_file *s, void *v, loff_t *pos) in dl_seq_next()
1083 static void dl_seq_stop(struct seq_file *s, void *v) in dl_seq_stop()
1095 struct seq_file *s) in dl_seq_print()
1126 struct seq_file *s) in dl_seq_real_show_v2()
1141 struct seq_file *s) in dl_seq_real_show_v1()
1156 struct seq_file *s) in dl_seq_real_show()
1170 static int dl_seq_show_v2(struct seq_file *s, void *v) in dl_seq_show_v2()
1184 static int dl_seq_show_v1(struct seq_file *s, void *v) in dl_seq_show_v1()
1198 static int dl_seq_show(struct seq_file *s, void *v) in dl_seq_show()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoareamonitorsource.cpp156 QGeoAreaMonitorSource *s = 0; in createDefaultSource() local
181 QGeoAreaMonitorSource *s = 0; in createSource() local
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dgetopt.h38 #define _SANDBOX_CMDLINE_OPT(f, s, ha, h) \ argument
70 #define SANDBOX_CMDLINE_OPT_SHORT(f, s, ha, h) _SANDBOX_CMDLINE_OPT(f, s, ha, h) argument
/OK3568_Linux_fs/kernel/lib/
H A Ducs2_string.c7 ucs2_strnlen(const ucs2_char_t *s, size_t maxlength) in ucs2_strnlen()
18 ucs2_strlen(const ucs2_char_t *s) in ucs2_strlen()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/
H A Drange.c53 struct comedi_subdevice *s; in do_rangeinfo_ioctl() local
105 int comedi_check_chanlist(struct comedi_subdevice *s, int n, in comedi_check_chanlist()

1...<<21222324252627282930>>...174