Home
last modified time | relevance | path

Searched defs:work (Results 251 - 275 of 611) sorted by relevance

1...<<11121314151617181920>>...25

/device/soc/rockchip/common/sdk_linux/kernel/
H A Dreboot.c498 static void poweroff_work_func(struct work_struct *work) in poweroff_work_func() argument
521 static void reboot_work_func(struct work_struct *work) in reboot_work_func() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_devfreq.c547 static void kbase_devfreq_suspend_resume_worker(struct work_struct *work) in kbase_devfreq_suspend_resume_worker() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/
H A Dmali_kbase_config_rk.c73 static void rk_pm_power_off_delay_work(struct work_struct *work) in rk_pm_power_off_delay_work() argument
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dbridge.h49 struct work_struct work; member
H A Disp_mipi_luma.c208 static void rkisp_stats_send_luma(struct rkisp_luma_vdev *vdev, struct rkisp_luma_readout_work *work) in rkisp_stats_send_luma() argument
252 struct rkisp_luma_readout_work work; in rkisp_luma_readout_task() local
[all...]
H A Dhw.h30 struct work_struct work; member
H A Disp_stats.c212 struct rkisp_isp_readout_work work; in rkisp_stats_readout_task() local
H A Disp_stats_v1x.c294 struct rkisp_isp_readout_work work; in rkisp1_stats_isr_v1x() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/
H A Dmali_kbase_config_rk.c74 static void rk_pm_power_off_delay_work(struct work_struct *work) in rk_pm_power_off_delay_work() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_virtualizer.c781 kbase_hwcnt_virtualizer_queue_work(struct kbase_hwcnt_virtualizer *hvirt, struct work_struct *work) kbase_hwcnt_virtualizer_queue_work() argument
H A Dmali_kbase_hwcnt.c738 kbase_hwcnt_context_queue_work(struct kbase_hwcnt_context *hctx, struct work_struct *work) kbase_hwcnt_context_queue_work() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu.h234 struct work_struct work; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H A Dkutf_suite.h233 struct work_struct work; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_wq.c109 struct dhd_deferred_wq *work = NULL; in dhd_deferred_work_init() local
180 dhd_deferred_work_deinit(void *work) dhd_deferred_work_deinit() argument
343 dhd_deferred_work_handler(struct work_struct *work) dhd_deferred_work_handler() argument
381 dhd_deferred_work_set_skip(void *work, u8 event, bool set) dhd_deferred_work_set_skip() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_kcpu.h276 struct work_struct work; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
H A Dmali_kbase_config_rk.c84 static void rk_pm_power_off_delay_work(struct work_struct *work) in rk_pm_power_off_delay_work() argument
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dhw.h30 struct work_struct work; member
H A Dbridge.h49 struct work_struct work; member
H A Disp_stats.c223 struct rkisp_isp_readout_work work; in rkisp_stats_readout_task() local
H A Disp_stats_v1x.c328 struct rkisp_isp_readout_work work; in rkisp1_stats_isr_v1x() local
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_config_observer.cpp106 int NAccessibilityConfigObserver::NotifyStateChanged(uv_work_t *work) in NotifyStateChanged() argument
149 int NAccessibilityConfigObserver::NotifyPropertyChanged(uv_work_t *work) in NotifyPropertyChanged() argument
192 NotifyStringChanged(uv_work_t *work) NotifyStringChanged() argument
232 NotifyStringVectorChanged(uv_work_t *work) NotifyStringVectorChanged() argument
273 NotifyIntChanged(uv_work_t *work) NotifyIntChanged() argument
314 NotifyUintChanged(uv_work_t *work) NotifyUintChanged() argument
355 NotifyFloatChanged(uv_work_t *work) NotifyFloatChanged() argument
408 uv_work_t *work = new(std::nothrow) uv_work_t; NotifyStateChanged2JS() local
438 uv_work_t *work = new(std::nothrow) uv_work_t; NotifyPropertyChanged2JS() local
468 uv_work_t *work = new(std::nothrow) uv_work_t; NotifyStringChanged2JS() local
498 uv_work_t *work = new(std::nothrow) uv_work_t; NotifyStringVectorChanged2JS() local
528 uv_work_t *work = new(std::nothrow) uv_work_t; NotifyIntChanged2JS() local
558 uv_work_t *work = new(std::nothrow) uv_work_t; NotifyUintChanged2JS() local
588 uv_work_t *work = new(std::nothrow) uv_work_t; NotifyFloatChanged2JS() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp83 void AfterWorkCallbackToSysBLEScan(uv_work_t *work, int status) in AfterWorkCallbackToSysBLEScan() argument
114 void AfterWorkCallbackToSysBLEDeviceFound(uv_work_t *work, int status) in AfterWorkCallbackToSysBLEDeviceFound() argument
149 uv_work_t *work = new (std::nothrow) uv_work_t; in SysOnScanCallBack() local
202 UvQueueWorkOnBleBatchScanResultsEvent( uv_work_t *work, const std::vector<BleScanResult> &results) UvQueueWorkOnBleBatchScanResultsEvent() argument
258 uv_work_t *work = new (std::nothrow) uv_work_t; OnBleBatchScanResultsEvent() local
302 uv_work_t *work = new (std::nothrow) uv_work_t; OnStartOrStopScanEvent() local
[all...]
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_receiver_napi.h96 napi_async_work work = nullptr; member
H A Dimage_creator_napi.h92 napi_async_work work = nullptr; member
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_receiver_napi.h93 napi_async_work work = nullptr; member

Completed in 16 milliseconds

1...<<11121314151617181920>>...25