| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/seq/ |
| H A D | fold_left.hpp | 33 # define BOOST_PP_SEQ_FOLD_LEFT_257(op, st, ss) BOOST_PP_ERROR(0x0005) argument 34 # define BOOST_PP_SEQ_FOLD_LEFT_I_257(op, st, ss, sz) BOOST_PP_ERROR(0x0005) argument 38 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, ss, sz) 0 argument 39 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, ss, sz) 0 argument 40 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, ss, sz) 0 argument 41 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, ss, sz) 0 argument 42 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, ss, sz) 0 argument 43 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, ss, sz) 0 argument 44 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_7(op, st, ss, sz) 0 argument 45 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_8(op, st, ss, sz) 0 argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-core.c | 60 int sun8i_ss_get_engine_number(struct sun8i_ss_dev *ss) in sun8i_ss_get_engine_number() 65 int sun8i_ss_run_task(struct sun8i_ss_dev *ss, struct sun8i_cipher_req_ctx *rctx, in sun8i_ss_run_task() 149 struct sun8i_ss_dev *ss = (struct sun8i_ss_dev *)data; in ss_irq_handler() local 418 struct sun8i_ss_dev *ss = seq->private; in sun8i_ss_debugfs_show() local 454 static void sun8i_ss_free_flows(struct sun8i_ss_dev *ss, int i) in sun8i_ss_free_flows() 465 static int allocate_flows(struct sun8i_ss_dev *ss) in allocate_flows() 532 struct sun8i_ss_dev *ss = dev_get_drvdata(dev); in sun8i_ss_pm_suspend() local 543 struct sun8i_ss_dev *ss = dev_get_drvdata(dev); in sun8i_ss_pm_resume() local 574 static int sun8i_ss_pm_init(struct sun8i_ss_dev *ss) in sun8i_ss_pm_init() 588 static void sun8i_ss_pm_exit(struct sun8i_ss_dev *ss) in sun8i_ss_pm_exit() [all …]
|
| H A D | sun8i-ss-cipher.c | 100 struct sun8i_ss_dev *ss = op->ss; in sun8i_ss_setup_ivs() local 163 struct sun8i_ss_dev *ss = op->ss; in sun8i_ss_cipher() local 422 struct sun8i_ss_dev *ss = op->ss; in sun8i_ss_aes_setkey() local 451 struct sun8i_ss_dev *ss = op->ss; in sun8i_ss_des3_setkey() local
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-sprd.c | 173 static u32 sprd_spi_transfer_max_timeout(struct sprd_spi *ss, in sprd_spi_transfer_max_timeout() 194 static int sprd_spi_wait_for_tx_end(struct sprd_spi *ss, struct spi_transfer *t) in sprd_spi_wait_for_tx_end() 219 static int sprd_spi_wait_for_rx_end(struct sprd_spi *ss, struct spi_transfer *t) in sprd_spi_wait_for_rx_end() 237 static void sprd_spi_tx_req(struct sprd_spi *ss) in sprd_spi_tx_req() 242 static void sprd_spi_rx_req(struct sprd_spi *ss) in sprd_spi_rx_req() 247 static void sprd_spi_enter_idle(struct sprd_spi *ss) in sprd_spi_enter_idle() 255 static void sprd_spi_set_transfer_bits(struct sprd_spi *ss, u32 bits) in sprd_spi_set_transfer_bits() 265 static void sprd_spi_set_tx_length(struct sprd_spi *ss, u32 length) in sprd_spi_set_tx_length() 278 static void sprd_spi_set_rx_length(struct sprd_spi *ss, u32 length) in sprd_spi_set_rx_length() 294 struct sprd_spi *ss = spi_controller_get_devdata(sctlr); in sprd_spi_chipselect() local [all …]
|
| H A D | spi-sh.c | 84 static void spi_sh_write(struct spi_sh_data *ss, unsigned long data, in spi_sh_write() 93 static unsigned long spi_sh_read(struct spi_sh_data *ss, unsigned long offset) in spi_sh_read() 103 static void spi_sh_set_bit(struct spi_sh_data *ss, unsigned long val, in spi_sh_set_bit() 113 static void spi_sh_clear_bit(struct spi_sh_data *ss, unsigned long val, in spi_sh_clear_bit() 123 static void clear_fifo(struct spi_sh_data *ss) in clear_fifo() 129 static int spi_sh_wait_receive_buffer(struct spi_sh_data *ss) in spi_sh_wait_receive_buffer() 141 static int spi_sh_wait_write_buffer_empty(struct spi_sh_data *ss) in spi_sh_wait_write_buffer_empty() 153 static int spi_sh_send(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_send() 218 static int spi_sh_receive(struct spi_sh_data *ss, struct spi_message *mesg, in spi_sh_receive() 276 struct spi_sh_data *ss = container_of(work, struct spi_sh_data, ws); in spi_sh_work() local [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| H A D | axg-fifo.c | 46 static struct snd_soc_dai *axg_fifo_dai(struct snd_pcm_substream *ss) in axg_fifo_dai() 53 static struct axg_fifo *axg_fifo_data(struct snd_pcm_substream *ss) in axg_fifo_data() 60 static struct device *axg_fifo_dev(struct snd_pcm_substream *ss) in axg_fifo_dev() 74 struct snd_pcm_substream *ss, int cmd) in axg_fifo_pcm_trigger() 98 struct snd_pcm_substream *ss) in axg_fifo_pcm_pointer() 111 struct snd_pcm_substream *ss, in axg_fifo_pcm_hw_params() 155 struct snd_pcm_substream *ss, in g12a_fifo_pcm_hw_params() 174 struct snd_pcm_substream *ss) in axg_fifo_pcm_hw_free() 200 struct snd_pcm_substream *ss = dev_id; in axg_fifo_pcm_irq_block() local 220 struct snd_pcm_substream *ss) in axg_fifo_pcm_open() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | sh_spi.c | 44 static void clear_fifo(struct sh_spi *ss) in clear_fifo() 50 static int recvbuf_wait(struct sh_spi *ss) in recvbuf_wait() 60 static int write_fifo_empty_wait(struct sh_spi *ss) in write_fifo_empty_wait() 74 static void sh_spi_set_cs(struct sh_spi *ss, unsigned int cs) in sh_spi_set_cs() 90 struct sh_spi *ss; in spi_setup_slave() local 132 struct sh_spi *ss = to_sh_spi(slave); in spi_release_bus() local 138 static int sh_spi_send(struct sh_spi *ss, const unsigned char *tx_data, in sh_spi_send() 183 static int sh_spi_receive(struct sh_spi *ss, unsigned char *rx_data, in sh_spi_receive() 210 struct sh_spi *ss = to_sh_spi(slave); in spi_xfer() local
|
| H A D | soft_spi_legacy.c | 50 struct soft_spi_slave *ss; in spi_setup_slave() local 68 struct soft_spi_slave *ss = to_soft_spi(slave); in spi_free_slave() local 78 struct soft_spi_slave *ss = to_soft_spi(slave); in spi_claim_bus() local 115 struct soft_spi_slave *ss = to_soft_spi(slave); in spi_xfer() local
|
| H A D | sh_qspi.c | 80 static void sh_qspi_init(struct sh_qspi_slave *ss) in sh_qspi_init() 130 struct sh_qspi_slave *ss = to_sh_qspi(slave); in spi_cs_activate() local 153 struct sh_qspi_slave *ss = to_sh_qspi(slave); in spi_cs_deactivate() local 167 struct sh_qspi_slave *ss; in spi_setup_slave() local 205 struct sh_qspi_slave *ss = to_sh_qspi(slave); in spi_xfer() local
|
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-core.c | 243 struct sun4i_ss_ctx *ss = dev_get_drvdata(dev); in sun4i_ss_pm_suspend() local 255 struct sun4i_ss_ctx *ss = dev_get_drvdata(dev); in sun4i_ss_pm_resume() local 294 static int sun4i_ss_pm_init(struct sun4i_ss_ctx *ss) in sun4i_ss_pm_init() 308 static void sun4i_ss_pm_exit(struct sun4i_ss_ctx *ss) in sun4i_ss_pm_exit() 320 struct sun4i_ss_ctx *ss; in sun4i_ss_probe() local 481 struct sun4i_ss_ctx *ss = platform_get_drvdata(pdev); in sun4i_ss_remove() local
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-g723.c | 80 struct snd_pcm_substream *ss; in solo_g723_isr() local 118 static int snd_solo_pcm_open(struct snd_pcm_substream *ss) in snd_solo_pcm_open() 146 static int snd_solo_pcm_close(struct snd_pcm_substream *ss) in snd_solo_pcm_close() 158 static int snd_solo_pcm_trigger(struct snd_pcm_substream *ss, int cmd) in snd_solo_pcm_trigger() 192 static int snd_solo_pcm_prepare(struct snd_pcm_substream *ss) in snd_solo_pcm_prepare() 197 static snd_pcm_uframes_t snd_solo_pcm_pointer(struct snd_pcm_substream *ss) in snd_solo_pcm_pointer() 206 static int snd_solo_pcm_copy_user(struct snd_pcm_substream *ss, int channel, in snd_solo_pcm_copy_user() 233 static int snd_solo_pcm_copy_kernel(struct snd_pcm_substream *ss, int channel, in snd_solo_pcm_copy_kernel() 320 struct snd_pcm_substream *ss; in solo_snd_pcm_init() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mediatek/ |
| H A D | mtk_sgmii.c | 16 int mtk_sgmii_init(struct mtk_sgmii *ss, struct device_node *r, u32 ana_rgc3) in mtk_sgmii_init() 37 int mtk_sgmii_setup_mode_an(struct mtk_sgmii *ss, int id) in mtk_sgmii_setup_mode_an() 63 int mtk_sgmii_setup_mode_force(struct mtk_sgmii *ss, int id, in mtk_sgmii_setup_mode_force() 114 struct mtk_sgmii *ss = eth->sgmii; in mtk_sgmii_restart_an() local
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_sdma.c | 68 static void sdma_get(struct qib_sdma_state *ss) in sdma_get() 75 struct qib_sdma_state *ss = in sdma_complete() local 81 static void sdma_put(struct qib_sdma_state *ss) in sdma_put() 86 static void sdma_finalput(struct qib_sdma_state *ss) in sdma_finalput() 172 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_hw_start_up() local 183 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_sw_tear_down() local 197 struct qib_sdma_state *ss = &ppd->sdma_state; in sdma_set_state() local 512 struct rvt_sge_state *ss, u32 dwords, in qib_sdma_verbs_send() 751 struct qib_sdma_state *ss = &ppd->sdma_state; in __qib_sdma_process_event() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-ss.c | 73 static void dcss_ss_write(struct dcss_ss *ss, u32 val, u32 ofs) in dcss_ss_write() 84 struct dcss_ss *ss; in dcss_ss_init() local 107 void dcss_ss_exit(struct dcss_ss *ss) in dcss_ss_exit() 118 void dcss_ss_subsam_set(struct dcss_ss *ss) in dcss_ss_subsam_set() 126 void dcss_ss_sync_set(struct dcss_ss *ss, struct videomode *vm, in dcss_ss_sync_set() 170 void dcss_ss_enable(struct dcss_ss *ss) in dcss_ss_enable() 176 void dcss_ss_shutoff(struct dcss_ss *ss) in dcss_ss_shutoff()
|
| /OK3568_Linux_fs/kernel/sound/parisc/ |
| H A D | harmony.c | 293 snd_harmony_playback_trigger(struct snd_pcm_substream *ss, int cmd) in snd_harmony_playback_trigger() 329 snd_harmony_capture_trigger(struct snd_pcm_substream *ss, int cmd) in snd_harmony_capture_trigger() 395 snd_harmony_playback_prepare(struct snd_pcm_substream *ss) in snd_harmony_playback_prepare() 425 snd_harmony_capture_prepare(struct snd_pcm_substream *ss) in snd_harmony_capture_prepare() 455 snd_harmony_playback_pointer(struct snd_pcm_substream *ss) in snd_harmony_playback_pointer() 484 snd_harmony_capture_pointer(struct snd_pcm_substream *ss) in snd_harmony_capture_pointer() 513 snd_harmony_playback_open(struct snd_pcm_substream *ss) in snd_harmony_playback_open() 532 snd_harmony_capture_open(struct snd_pcm_substream *ss) in snd_harmony_capture_open() 551 snd_harmony_playback_close(struct snd_pcm_substream *ss) in snd_harmony_playback_close() 559 snd_harmony_capture_close(struct snd_pcm_substream *ss) in snd_harmony_capture_close() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/tw686x/ |
| H A D | tw686x-audio.c | 104 static int tw686x_pcm_open(struct snd_pcm_substream *ss) in tw686x_pcm_open() 121 static int tw686x_pcm_close(struct snd_pcm_substream *ss) in tw686x_pcm_close() 130 static int tw686x_pcm_prepare(struct snd_pcm_substream *ss) in tw686x_pcm_prepare() 211 static int tw686x_pcm_trigger(struct snd_pcm_substream *ss, int cmd) in tw686x_pcm_trigger() 250 static snd_pcm_uframes_t tw686x_pcm_pointer(struct snd_pcm_substream *ss) in tw686x_pcm_pointer() 270 struct snd_pcm_substream *ss; in tw686x_snd_pcm_init() local
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup.c | 479 struct cgroup_subsys *ss) in cgroup_css() 497 struct cgroup_subsys *ss) in cgroup_tryget_css() 521 struct cgroup_subsys *ss) in cgroup_e_css_by_mask() 555 struct cgroup_subsys *ss) in cgroup_e_css() 582 struct cgroup_subsys *ss) in cgroup_get_e_css() 701 #define do_each_subsys_mask(ss, ssid, ss_mask) do { \ argument 938 struct cgroup_subsys *ss; in css_set_hash() local 951 struct cgroup_subsys *ss; in put_css_set_locked() local 1079 struct cgroup_subsys *ss; in find_existing_css_set() local 1201 struct cgroup_subsys *ss; in find_css_set() local [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | ad1889.c | 295 snd_ad1889_playback_open(struct snd_pcm_substream *ss) in snd_ad1889_playback_open() 307 snd_ad1889_capture_open(struct snd_pcm_substream *ss) in snd_ad1889_capture_open() 319 snd_ad1889_playback_close(struct snd_pcm_substream *ss) in snd_ad1889_playback_close() 327 snd_ad1889_capture_close(struct snd_pcm_substream *ss) in snd_ad1889_capture_close() 335 snd_ad1889_playback_prepare(struct snd_pcm_substream *ss) in snd_ad1889_playback_prepare() 385 snd_ad1889_capture_prepare(struct snd_pcm_substream *ss) in snd_ad1889_capture_prepare() 436 snd_ad1889_playback_trigger(struct snd_pcm_substream *ss, int cmd) in snd_ad1889_playback_trigger() 477 snd_ad1889_capture_trigger(struct snd_pcm_substream *ss, int cmd) in snd_ad1889_capture_trigger() 512 snd_ad1889_playback_pointer(struct snd_pcm_substream *ss) in snd_ad1889_playback_pointer() 531 snd_ad1889_capture_pointer(struct snd_pcm_substream *ss) in snd_ad1889_capture_pointer()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_sseu.c | 107 int s, ss; in gen11_compute_sseu_info() local 199 int s, ss; in gen10_sseu_info_init() local 332 int s, ss; in gen9_sseu_info_init() local 415 #define IS_SS_DISABLED(ss) (!(sseu->subslice_mask[0] & BIT(ss))) in gen9_sseu_info_init() argument 435 int s, ss; in bdw_sseu_info_init() local 522 int s, ss; in hsw_sseu_info_init() local 743 int s, ss; in intel_sseu_print_topology() local
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_storage.c | 976 static int usb_inquiry(struct scsi_cmd *srb, struct us_data *ss) in usb_inquiry() 1000 static int usb_request_sense(struct scsi_cmd *srb, struct us_data *ss) in usb_request_sense() 1020 static int usb_test_unit_ready(struct scsi_cmd *srb, struct us_data *ss) in usb_test_unit_ready() 1051 static int usb_read_capacity(struct scsi_cmd *srb, struct us_data *ss) in usb_read_capacity() 1069 static int usb_read_10(struct scsi_cmd *srb, struct us_data *ss, in usb_read_10() 1086 static int usb_write_10(struct scsi_cmd *srb, struct us_data *ss, in usb_write_10() 1139 struct us_data *ss; in usb_stor_read() local 1221 struct us_data *ss; in usb_stor_write() local 1297 struct us_data *ss) in usb_storage_probe() 1418 int usb_stor_get_info(struct usb_device *dev, struct us_data *ss, in usb_stor_get_info()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_sourcesink.c | 320 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_bind() local 464 static int check_read_data(struct f_sourcesink *ss, struct usb_request *req) in check_read_data() 507 struct f_sourcesink *ss = ep->driver_data; in reinit_write_data() local 525 struct f_sourcesink *ss = ep->driver_data; in source_sink_complete() local 577 static int source_sink_start_ep(struct f_sourcesink *ss, bool is_in, in source_sink_start_ep() 635 static void disable_source_sink(struct f_sourcesink *ss) in disable_source_sink() 646 enable_source_sink(struct usb_composite_dev *cdev, struct f_sourcesink *ss, in enable_source_sink() 740 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_set_alt() local 749 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_get_alt() local 756 struct f_sourcesink *ss = func_to_ss(f); in sourcesink_disable() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/lib/ |
| H A D | memset.c | 27 short *ss = s; in memset() local 64 short *ss = s; in memset() local
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | hmac.c | 45 int ss = crypto_shash_statesize(parent); in hmac_setkey() local 117 int ss = crypto_shash_statesize(parent); in hmac_final() local 132 int ss = crypto_shash_statesize(parent); in hmac_finup() local 174 int ss; in hmac_create() local
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dixstruct.h | 69 #define SaveSetWindow(ss) ((ss).windowPtr) argument 70 #define SaveSetToRoot(ss) ((ss).toRoot) argument 71 #define SaveSetShouldMap(ss) ((ss).map) argument 72 #define SaveSetAssignWindow(ss,w) ((ss).windowPtr = (w)) argument 73 #define SaveSetAssignToRoot(ss,tr) ((ss).toRoot = (tr)) argument 74 #define SaveSetAssignMap(ss,m) ((ss).map = (m)) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | program_parameters.cpp | 12 std::ostringstream ss; in ProgramParameters() local 32 std::ostringstream ss; in cachePath() local
|