Home
last modified time | relevance | path

Searched defs:s (Results 276 – 300 of 4336) sorted by relevance

1...<<11121314151617181920>>...174

/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dicp_multi.c89 struct comedi_subdevice *s, in icp_multi_ai_eoc()
102 struct comedi_subdevice *s, in icp_multi_ai_insn_read()
142 struct comedi_subdevice *s, in icp_multi_ao_ready()
155 struct comedi_subdevice *s, in icp_multi_ao_insn_write()
191 struct comedi_subdevice *s, in icp_multi_di_insn_bits()
201 struct comedi_subdevice *s, in icp_multi_do_insn_bits()
247 struct comedi_subdevice *s; in icp_multi_auto_attach() local
H A Dni_labpc_common.c104 static int labpc_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in labpc_cancel()
149 struct comedi_subdevice *s, in labpc_setup_cmd6_reg()
213 struct comedi_subdevice *s, in labpc_ai_eoc()
226 struct comedi_subdevice *s, in labpc_ai_insn_read()
441 struct comedi_subdevice *s, in labpc_ai_check_chanlist()
498 struct comedi_subdevice *s, struct comedi_cmd *cmd) in labpc_ai_cmdtest()
612 static int labpc_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in labpc_ai_cmd()
819 struct comedi_subdevice *s = dev->read_subdev; in labpc_interrupt() local
890 struct comedi_subdevice *s, in labpc_ao_write()
902 struct comedi_subdevice *s, in labpc_ao_insn_write()
[all …]
H A Dpcm3724.c63 static int compute_buffer(int config, int devno, struct comedi_subdevice *s) in compute_buffer()
88 struct comedi_subdevice *s, int chanspec) in do_3724_config()
122 static void enable_chan(struct comedi_device *dev, struct comedi_subdevice *s, in enable_chan()
161 struct comedi_subdevice *s, in subdev_3724_insn_config()
192 struct comedi_subdevice *s; in pcm3724_attach() local
H A Dadq12b.c94 struct comedi_subdevice *s, in adq12b_ai_eoc()
107 struct comedi_subdevice *s, in adq12b_ai_insn_read()
143 struct comedi_subdevice *s, in adq12b_di_insn_bits()
153 struct comedi_subdevice *s, in adq12b_do_insn_bits()
180 struct comedi_subdevice *s; in adq12b_attach() local
H A Damplc_pci230.c709 struct comedi_subdevice *s, in pci230_ai_eoc()
723 struct comedi_subdevice *s, in pci230_ai_insn_read()
823 struct comedi_subdevice *s, in pci230_ao_insn_write()
850 struct comedi_subdevice *s, in pci230_ao_check_chanlist()
882 struct comedi_subdevice *s, struct comedi_cmd *cmd) in pci230_ao_cmdtest()
1009 struct comedi_subdevice *s) in pci230_ao_stop()
1063 struct comedi_subdevice *s) in pci230_handle_ao_nofifo()
1093 struct comedi_subdevice *s) in pci230_handle_ao_fifo()
1177 struct comedi_subdevice *s, in pci230_ao_inttrig_scan_begin()
1210 struct comedi_subdevice *s) in pci230_ao_start()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-stats.c172 struct dm_stat *s = container_of(head, struct dm_stat, rcu_head); in dm_stat_free() local
209 struct dm_stat *s; in dm_stats_cleanup() local
245 struct dm_stat *s, *tmp_s; in dm_stats_create() local
399 struct dm_stat *s; in __dm_stats_find() local
413 struct dm_stat *s; in dm_stats_delete() local
449 struct dm_stat *s; in dm_stats_list() local
488 static void dm_stat_round(struct dm_stat *s, struct dm_stat_shared *shared, in dm_stat_round()
519 static void dm_stat_for_entry(struct dm_stat *s, size_t entry, in dm_stat_for_entry()
589 static void __dm_stat_bio(struct dm_stat *s, int bi_rw, in __dm_stat_bio()
632 struct dm_stat *s; in dm_stats_account_io() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dpairs.hpp26 ptr_pair(First const& f, Pointer s) : first(f), second(s) {} in ptr_pair()
36 make_ptr_pair(First const& f, Pointer s) in make_ptr_pair()
50 exclusive_ptr_pair(First const& f, Pointer s) : first(f), second(s) {} in exclusive_ptr_pair()
62 make_exclusive_ptr_pair(First const& f, Pointer s) in make_exclusive_ptr_pair()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_debugfs.c84 static int musb_regdump_show(struct seq_file *s, void *unused) in musb_regdump_show()
115 static int musb_test_mode_show(struct seq_file *s, void *unused) in musb_test_mode_show()
166 struct seq_file *s = file->private_data; in musb_test_mode_write() local
232 static int musb_softconnect_show(struct seq_file *s, void *unused) in musb_softconnect_show()
266 struct seq_file *s = file->private_data; in musb_softconnect_write() local
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-ciu-defs.h109 } s; member
123 } s; member
138 } s; member
149 } s; member
159 } s; member
173 } s; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dstring_32.h198 static inline void *__memset_generic(void *s, char c, size_t count) in __memset_generic()
210 #define __constant_count_memset(s, c, count) __memset_generic((s), (c), (count)) argument
220 #define __memset(s, c, count) \ argument
228 #define memset(s, c, count) __builtin_memset(s, c, count) argument
232 static inline void *memset16(uint16_t *s, uint16_t v, size_t n) in memset16()
244 static inline void *memset32(uint32_t *s, uint32_t v, size_t n) in memset32()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmackfs.c531 static void *smk_seq_start(struct seq_file *s, loff_t *pos, in smk_seq_start()
548 static void *smk_seq_next(struct seq_file *s, void *v, loff_t *pos, in smk_seq_next()
559 static void smk_seq_stop(struct seq_file *s, void *v) in smk_seq_stop()
564 static void smk_rule_show(struct seq_file *s, struct smack_rule *srp, int max) in smk_rule_show()
607 static void *load2_seq_start(struct seq_file *s, loff_t *pos) in load2_seq_start()
612 static void *load2_seq_next(struct seq_file *s, void *v, loff_t *pos) in load2_seq_next()
617 static int load_seq_show(struct seq_file *s, void *v) in load_seq_show()
751 static void *cipso_seq_start(struct seq_file *s, loff_t *pos) in cipso_seq_start()
756 static void *cipso_seq_next(struct seq_file *s, void *v, loff_t *pos) in cipso_seq_next()
765 static int cipso_seq_show(struct seq_file *s, void *v) in cipso_seq_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/dma/qcom/
H A Dhidma_dbg.c15 static void hidma_ll_chstats(struct seq_file *s, void *llhndl, u32 tre_ch) in hidma_ll_chstats()
54 static void hidma_ll_devstats(struct seq_file *s, void *llhndl) in hidma_ll_devstats()
84 static int hidma_chan_show(struct seq_file *s, void *unused) in hidma_chan_show()
116 static int hidma_dma_show(struct seq_file *s, void *unused) in hidma_dma_show()
/OK3568_Linux_fs/kernel/include/linux/
H A Dandroid_vendor.h31 #define ANDROID_VENDOR_DATA_ARRAY(n, s) u64 android_vendor_data##n[s] argument
34 #define ANDROID_OEM_DATA_ARRAY(n, s) u64 android_oem_data##n[s] argument
42 #define ANDROID_VENDOR_DATA_ARRAY(n, s) argument
44 #define ANDROID_OEM_DATA_ARRAY(n, s) argument
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_pmc_core.c630 struct seq_file *s) in pmc_core_slps0_display()
667 struct seq_file *s, u32 offset, in pmc_core_lpm_display()
714 static void pmc_core_display_map(struct seq_file *s, int index, int idx, int ip, in pmc_core_display_map()
722 static int pmc_core_ppfear_show(struct seq_file *s, void *unused) in pmc_core_ppfear_show()
776 static int pmc_core_mphy_pg_show(struct seq_file *s, void *unused) in pmc_core_mphy_pg_show()
830 static int pmc_core_pll_show(struct seq_file *s, void *unused) in pmc_core_pll_show()
908 static int pmc_core_ltr_ignore_show(struct seq_file *s, void *unused) in pmc_core_ltr_ignore_show()
949 static int pmc_core_slps0_dbg_show(struct seq_file *s, void *unused) in pmc_core_slps0_dbg_show()
995 static int pmc_core_ltr_show(struct seq_file *s, void *unused) in pmc_core_ltr_show()
1032 static int pmc_core_substate_res_show(struct seq_file *s, void *unused) in pmc_core_substate_res_show()
[all …]
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c81 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessUpdateScreenPixmap() local
143 RootlessScreenRec *s; in RootlessCloseScreen() local
498 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessGetColormap() local
507 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessInstallColormap() local
526 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessUninstallColormap() local
542 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessStoreColors() local
627 RootlessScreenRec *s; in RootlessAllocatePrivates() local
657 RootlessScreenRec *s = SCREENREC(pScreen); in RootlessWrap() local
717 RootlessScreenRec *s; in RootlessInit() local
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_strings.c85 const char *drbd_conn_str(enum drbd_conns s) in drbd_conn_str()
91 const char *drbd_role_str(enum drbd_role s) in drbd_role_str()
96 const char *drbd_disk_str(enum drbd_disk_state s) in drbd_disk_str()
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decdsa.c71 int mbedtls_ecdsa_sign( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign()
160 int mbedtls_ecdsa_sign_det( mbedtls_ecp_group *grp, mbedtls_mpi *r, mbedtls_mpi *s, in mbedtls_ecdsa_sign_det()
200 const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s) in mbedtls_ecdsa_verify()
283 static int ecdsa_signature_to_asn1( const mbedtls_mpi *r, const mbedtls_mpi *s, in ecdsa_signature_to_asn1()
314 mbedtls_mpi r, s; in mbedtls_ecdsa_write_signature() local
364 mbedtls_mpi r, s; in mbedtls_ecdsa_read_signature() local
497 mbedtls_mpi r, s; in rk_ecdsa_sign() local
532 mbedtls_mpi r, s; in rk_ecdsa_verify() local
591 mbedtls_mpi r, s; in rk_ecdsa_sign2() local
628 mbedtls_mpi r, s; in rk_ecdsa_verify2() local
/OK3568_Linux_fs/kernel/tools/io_uring/
H A Dio_uring-bench.c107 static int io_uring_register_buffers(struct submitter *s) in io_uring_register_buffers()
116 static int io_uring_register_files(struct submitter *s) in io_uring_register_files()
138 static unsigned file_depth(struct submitter *s) in file_depth()
143 static void init_io(struct submitter *s, unsigned index) in init_io()
194 static int prep_more_ios(struct submitter *s, unsigned max_ios) in prep_more_ios()
244 static int reap_events(struct submitter *s) in reap_events()
280 struct submitter *s = data; in submitter_fn() local
389 static int setup_ring(struct submitter *s) in setup_ring()
464 struct submitter *s = &submitters[0]; in file_depths() local
482 struct submitter *s = &submitters[0]; in main() local
/OK3568_Linux_fs/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_dqs.c19 #define DEBUG_DQS_C(s, d, l) \ argument
21 #define DEBUG_DQS_FULL_C(s, d, l) \ argument
23 #define DEBUG_DQS_RESULTS_C(s, d, l) \ argument
25 #define DEBUG_PER_DQ_C(s, d, l) \ argument
28 #define DEBUG_DQS_RESULTS_S(s) \ argument
33 #define DEBUG_PER_DQ_S(s) \ argument
41 #define DEBUG_DQS_S(s) puts(s) argument
44 #define DEBUG_DQS_S(s) argument
49 #define DEBUG_DQS_FULL_S(s) puts(s) argument
52 #define DEBUG_DQS_FULL_S(s) argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c272 static int enable_reuseport(int s, int progfd) in enable_reuseport()
291 int err, s; in socket_loopback_reuseport() local
345 int err, s; in test_insert_opened() local
366 int err, s; in test_insert_bound() local
391 int s; in test_insert() local
407 int s; in test_delete_after_insert() local
422 int err, s; in test_delete_after_close() local
448 int s; in test_lookup_after_insert() local
473 int err, s; in test_lookup_after_delete() local
497 int err, s; in test_lookup_32_bit_value() local
[all …]
/OK3568_Linux_fs/kernel/tools/virtio/linux/
H A Ddma-mapping.h16 #define dma_alloc_coherent(d, s, hp, f) ({ \ argument
22 #define dma_free_coherent(d, s, p, h) kfree(p) argument
24 #define dma_map_page(d, p, o, s, dir) (page_to_phys(p) + (o)) argument
26 #define dma_map_single(d, p, s, dir) (virt_to_phys(p)) argument
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinconf.h79 static inline void pinconf_show_map(struct seq_file *s, in pinconf_show_map()
84 static inline void pinconf_show_setting(struct seq_file *s, in pinconf_show_setting()
112 struct seq_file *s, in pinconf_generic_dump_pins()
119 struct seq_file *s, in pinconf_generic_dump_config()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Ddebugfs.c25 static int mdsmap_show(struct seq_file *s, void *p) in mdsmap_show()
52 static int mdsc_show(struct seq_file *s, void *p) in mdsc_show()
143 static int metric_show(struct seq_file *s, void *p) in metric_show()
214 struct seq_file *s = p; in caps_show_cb() local
223 static int caps_show(struct seq_file *s, void *p) in caps_show()
271 static int mds_sessions_show(struct seq_file *s, void *ptr) in mds_sessions_show()
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dmpc5200_dma.c61 static void psc_dma_bcom_enqueue_next_buffer(struct psc_dma_stream *s) in psc_dma_bcom_enqueue_next_buffer()
78 struct psc_dma_stream *s = _psc_dma_stream; in psc_dma_bcom_irq() local
120 struct psc_dma_stream *s = to_psc_dma_stream(substream, psc_dma); in psc_dma_trigger() local
221 struct psc_dma_stream *s; in psc_dma_open() local
249 struct psc_dma_stream *s; in psc_dma_close() local
275 struct psc_dma_stream *s; in psc_dma_pointer() local
/OK3568_Linux_fs/kernel/drivers/xen/events/
H A Devents_2l.c64 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_clear_pending() local
70 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_set_pending() local
76 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_is_pending() local
82 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_mask() local
88 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_unmask() local
172 struct shared_info *s = HYPERVISOR_shared_info; in evtchn_2l_handle_events() local

1...<<11121314151617181920>>...174