| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | wakeup.c | 90 struct wakeup_source *ws; in wakeup_source_create() local 122 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record() 147 static void wakeup_source_free(struct wakeup_source *ws) in wakeup_source_free() 160 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy() 175 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add() 196 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove() 225 struct wakeup_source *ws; in wakeup_source_register() local 247 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister() 304 struct wakeup_source *wakeup_sources_walk_next(struct wakeup_source *ws) in wakeup_sources_walk_next() 320 static int device_wakeup_attach(struct device *dev, struct wakeup_source *ws) in device_wakeup_attach() [all …]
|
| H A D | wakeup_stats.c | 41 struct wakeup_source *ws = dev_get_drvdata(dev); in active_time_ms_show() local 52 struct wakeup_source *ws = dev_get_drvdata(dev); in total_time_ms_show() local 68 struct wakeup_source *ws = dev_get_drvdata(dev); in max_time_ms_show() local 85 struct wakeup_source *ws = dev_get_drvdata(dev); in last_change_ms_show() local 94 struct wakeup_source *ws = dev_get_drvdata(dev); in name_show() local 104 struct wakeup_source *ws = dev_get_drvdata(dev); in prevent_suspend_time_ms_show() local 137 struct wakeup_source *ws) in wakeup_source_device_create() 177 int wakeup_source_sysfs_add(struct device *parent, struct wakeup_source *ws) in wakeup_source_sysfs_add() 206 void wakeup_source_sysfs_remove(struct wakeup_source *ws) in wakeup_source_sysfs_remove()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pm_wakeup.h | 66 #define for_each_wakeup_source(ws) \ argument 133 static inline void wakeup_source_destroy(struct wakeup_source *ws) {} in wakeup_source_destroy() 135 static inline void wakeup_source_add(struct wakeup_source *ws) {} in wakeup_source_add() 137 static inline void wakeup_source_remove(struct wakeup_source *ws) {} in wakeup_source_remove() 145 static inline void wakeup_source_unregister(struct wakeup_source *ws) {} in wakeup_source_unregister() 179 static inline void __pm_stay_awake(struct wakeup_source *ws) {} in __pm_stay_awake() 183 static inline void __pm_relax(struct wakeup_source *ws) {} in __pm_relax() 187 static inline void pm_wakeup_ws_event(struct wakeup_source *ws, in pm_wakeup_ws_event() 195 static inline void __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec) in __pm_wakeup_event()
|
| H A D | wakelock.h | 33 struct wakeup_source ws; member 39 struct wakeup_source *ws = &lock->ws; in wake_lock_init() local 50 struct wakeup_source *ws = &lock->ws; in wake_lock_destroy() local
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | zstd.c | 172 struct list_head *ws; in zstd_init_workspace_manager() local 229 struct list_head *ws; in zstd_find_workspace() local 265 struct list_head *ws; in zstd_get_workspace() local 304 void zstd_put_workspace(struct list_head *ws) in zstd_put_workspace() 334 void zstd_free_workspace(struct list_head *ws) in zstd_free_workspace() 369 int zstd_compress_pages(struct list_head *ws, struct address_space *mapping, in zstd_compress_pages() 546 int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zstd_decompress_bio() 624 int zstd_decompress(struct list_head *ws, unsigned char *data_in, in zstd_decompress()
|
| H A D | compression.c | 65 static int compression_compress_pages(int type, struct list_head *ws, in compression_compress_pages() 96 static int compression_decompress_bio(int type, struct list_head *ws, in compression_decompress_bio() 113 static int compression_decompress(int type, struct list_head *ws, in compression_decompress() 835 static void free_heuristic_ws(struct list_head *ws) in free_heuristic_ws() 849 struct heuristic_ws *ws; in alloc_heuristic_ws() local 902 static void free_workspace(int type, struct list_head *ws) in free_workspace() 947 struct list_head *ws; in btrfs_cleanup_workspace_manager() local 1063 void btrfs_put_workspace(int type, struct list_head *ws) in btrfs_put_workspace() 1094 static void put_workspace(int type, struct list_head *ws) in put_workspace() 1361 static u32 shannon_entropy(struct heuristic_ws *ws) in shannon_entropy() [all …]
|
| H A D | zlib.c | 38 struct list_head *ws = btrfs_get_workspace(BTRFS_COMPRESS_ZLIB, level); in zlib_get_workspace() local 46 void zlib_free_workspace(struct list_head *ws) in zlib_free_workspace() 94 int zlib_compress_pages(struct list_head *ws, struct address_space *mapping, in zlib_compress_pages() 277 int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zlib_decompress_bio() 368 int zlib_decompress(struct list_head *ws, unsigned char *data_in, in zlib_decompress()
|
| H A D | lzo.c | 66 void lzo_free_workspace(struct list_head *ws) in lzo_free_workspace() 114 int lzo_compress_pages(struct list_head *ws, struct address_space *mapping, in lzo_compress_pages() 282 int lzo_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in lzo_decompress_bio() 423 int lzo_decompress(struct list_head *ws, unsigned char *data_in, in lzo_decompress()
|
| /OK3568_Linux_fs/kernel/lib/reed_solomon/ |
| H A D | test_rslib.c | 98 static void free_ws(struct wspace *ws) in free_ws() 111 struct wspace *ws; in alloc_ws() local 151 static int get_rcw_we(struct rs_control *rs, struct wspace *ws, in get_rcw_we() 262 struct wspace *ws, int method) in test_uc() 313 static int ex_rs_helper(struct rs_control *rs, struct wspace *ws, in ex_rs_helper() 349 static int exercise_rs(struct rs_control *rs, struct wspace *ws, in exercise_rs() 368 struct wspace *ws) in test_bc() 407 static int exercise_rs_bc(struct rs_control *rs, struct wspace *ws, in exercise_rs_bc() 450 struct wspace *ws; in run_exercise() local
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | sbitmap.c | 500 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in sbq_wake_ptr() local 516 struct sbq_wait_state *ws; in __sbq_wake_up() local 603 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in sbitmap_queue_wake_all() local 636 struct sbq_wait_state *ws = &sbq->ws[i]; in sbitmap_queue_show() local 650 struct sbq_wait_state *ws, in sbitmap_add_wait_queue() 672 struct sbq_wait_state *ws, in sbitmap_prepare_to_wait() 683 void sbitmap_finish_wait(struct sbitmap_queue *sbq, struct sbq_wait_state *ws, in sbitmap_finish_wait()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | persistence.hpp | 981 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 988 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 995 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1002 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1009 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1016 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1023 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1030 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1037 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1050 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | persistence.hpp | 981 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 988 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 995 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1002 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1009 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1016 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1023 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1030 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1037 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1050 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | persistence.hpp | 981 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 988 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 995 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1002 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1009 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1016 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1023 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1030 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1037 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local 1050 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/leds/trigger/ |
| H A D | ledtrig-multi-control.c | 88 static void multi_ctrl_scroll_work_fn(struct work_struct *ws) in multi_ctrl_scroll_work_fn() 142 static void multi_ctrl_breath_work_fn(struct work_struct *ws) in multi_ctrl_breath_work_fn() 210 static void multi_ctrl_delay_trig_func(struct work_struct *ws) in multi_ctrl_delay_trig_func()
|
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | hvc_console.h | 47 struct winsize ws; member 89 static inline void hvc_resize(struct hvc_struct *hp, struct winsize ws) in hvc_resize()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | term.c | 8 void get_term_dimensions(struct winsize *ws) in get_term_dimensions()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | hwchannel.c | 14 dchannel_bh(struct work_struct *ws) in dchannel_bh() 37 bchannel_bh(struct work_struct *ws) in bchannel_bh()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-era-target.c | 47 static void writeset_free(struct writeset *ws) in writeset_free() 73 static int writeset_alloc(struct writeset *ws, dm_block_t nr_blocks) in writeset_alloc() 87 static int writeset_init(struct dm_disk_bitset *info, struct writeset *ws, in writeset_init() 104 static bool writeset_marked(struct writeset *ws, dm_block_t block) in writeset_marked() 134 struct writeset *ws, uint32_t block) in writeset_test_and_set() 954 struct writeset *ws; in metadata_current_marked() local 1246 struct writeset *ws = era->md->current_writeset; in process_deferred_bios() local 1334 static void do_work(struct work_struct *ws) in do_work()
|
| H A D | dm-cache-target.c | 118 struct work_struct ws; member 173 struct work_struct *ws, *tmp; in __commit() local 1144 static struct dm_cache_migration *ws_to_mg(struct work_struct *ws) in ws_to_mg() 1295 static void mg_success(struct work_struct *ws) in mg_success() 1301 static void mg_update_metadata(struct work_struct *ws) in mg_update_metadata() 1363 static void mg_update_metadata_after_copy(struct work_struct *ws) in mg_update_metadata_after_copy() 1376 static void mg_upgrade_lock(struct work_struct *ws) in mg_upgrade_lock() 1404 static void mg_full_copy(struct work_struct *ws) in mg_full_copy() 1421 static void mg_copy(struct work_struct *ws) in mg_copy() 1533 static void invalidate_completed(struct work_struct *ws) in invalidate_completed() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/meson/ |
| H A D | clk-phase.h | 25 struct parm ws; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/ |
| H A D | driver.c | 582 void __i2400m_dev_reset_handle(struct work_struct *ws) in __i2400m_dev_reset_handle() 694 void __i2400m_error_recovery(struct work_struct *ws) in __i2400m_error_recovery()
|
| H A D | rx.c | 183 void i2400m_report_hook_work(struct work_struct *ws) in i2400m_report_hook_work() 490 unsigned ws; member 545 unsigned ws, count, sn, nsn, new_ws; member 590 unsigned ws, unsigned count, unsigned sn, in i2400m_roq_log_add()
|
| /OK3568_Linux_fs/kernel/drivers/dma/idxd/ |
| H A D | submit.c | 27 struct sbq_wait_state *ws; in idxd_alloc_desc() local
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | eventpoll.c | 173 struct wakeup_source __rcu *ws; member 216 struct wakeup_source *ws; member 646 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake() local 660 struct wakeup_source *ws; in ep_pm_stay_awake_rcu() local 1463 struct wakeup_source *ws; in ep_create_wakeup_source() local 1490 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_destroy_wakeup_source() local 1717 struct wakeup_source *ws; in ep_send_events_proc() local
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm_iec958.c | 89 unsigned int ws; in fill_iec958_consumer() local
|