Home
last modified time | relevance | path

Searched defs:system (Results 1 – 25 of 69) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_soft_job.c20 MALI_STATIC_INLINE void mali_soft_job_system_lock(struct mali_soft_job_system *system) in mali_soft_job_system_lock()
29 MALI_STATIC_INLINE void mali_soft_job_system_unlock(struct mali_soft_job_system *system) in mali_soft_job_system_unlock()
39 MALI_STATIC_INLINE void mali_soft_job_system_assert_locked(struct mali_soft_job_system *system) in mali_soft_job_system_assert_locked()
44 #define MALI_ASSERT_SOFT_JOB_SYSTEM_LOCKED(system) mali_soft_job_system_assert_locked(system) argument
46 #define MALI_ASSERT_SOFT_JOB_SYSTEM_LOCKED(system) argument
51 struct mali_soft_job_system *system; in mali_soft_job_system_create() local
75 void mali_soft_job_system_destroy(struct mali_soft_job_system *system) in mali_soft_job_system_destroy()
90 static void mali_soft_job_system_free_job(struct mali_soft_job_system *system, struct mali_soft_job… in mali_soft_job_system_free_job()
107 …LINE struct mali_soft_job *mali_soft_job_system_lookup_job(struct mali_soft_job_system *system, u3… in mali_soft_job_system_lookup_job()
143 struct mali_soft_job *mali_soft_job_create(struct mali_soft_job_system *system, mali_soft_job_type … in mali_soft_job_create()
[all …]
H A Dmali_timeline.c20 #define MALI_TIMELINE_SYSTEM_LOCKED(system) (mali_spinlock_reentrant_is_held((system)->spinlock, _m… argument
109 struct mali_timeline_system *system; in mali_timeline_timer_callback() local
149 void mali_timeline_system_stop_timer(struct mali_timeline_system *system) in mali_timeline_system_stop_timer()
204 static struct mali_timeline *mali_timeline_create(struct mali_timeline_system *system, enum mali_ti… in mali_timeline_create()
379 struct mali_timeline_system *system; in mali_timeline_update_delayed_work() local
548 struct mali_timeline_system *system; in mali_timeline_tracker_release() local
625 void mali_timeline_system_release_waiter_list(struct mali_timeline_system *system, in mali_timeline_system_release_waiter_list()
641 struct mali_timeline_system *system; in mali_timeline_tracker_activate() local
703 void mali_timeline_system_tracker_get(struct mali_timeline_system *system, struct mali_timeline_tra… in mali_timeline_system_tracker_get()
718 mali_scheduler_mask mali_timeline_system_tracker_put(struct mali_timeline_system *system, struct ma… in mali_timeline_system_tracker_put()
[all …]
H A Dmali_timeline_fence_wait.c61 static mali_bool mali_timeline_fence_wait_check_status(struct mali_timeline_system *system, struct …
145 mali_bool mali_timeline_fence_wait(struct mali_timeline_system *system, struct mali_timeline_fence …
H A Dmali_timeline_fence_wait.h45 struct mali_timeline_system *system; /**< Timeline system. */ member
H A Dmali_timeline_sync_fence.c81 s32 mali_timeline_sync_fence_create(struct mali_timeline_system *system, struct mali_timeline_fence… in mali_timeline_sync_fence_create()
H A Dmali_soft_job.h77 struct mali_soft_job_system *system; /**< The soft job system this job is in. */ member
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dir-rc5-decoder.c114 u8 xdata, command, system; in ir_rc5_decode() local
129 u8 command, system; in ir_rc5_decode() local
143 u8 command, system; in ir_rc5_decode() local
214 unsigned int data, xdata, command, commandx, system, pre_space_data; in ir_rc5_encode() local
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events.c48 static inline int system_refcount(struct event_subsystem *system) in system_refcount()
53 static int system_refcount_inc(struct event_subsystem *system) in system_refcount_inc()
58 static int system_refcount_dec(struct event_subsystem *system) in system_refcount_dec()
694 static void __put_system(struct event_subsystem *system) in __put_system()
712 static void __get_system(struct event_subsystem *system) in __get_system()
892 int trace_set_clr_event(const char *system, const char *event, int set) in trace_set_clr_event()
916 int trace_array_set_clr_event(struct trace_array *tr, const char *system, in trace_array_set_clr_event()
1205 struct event_subsystem *system = dir->subsystem; in system_enable_read() local
1251 struct event_subsystem *system = dir->subsystem; in system_enable_write() local
1501 struct event_subsystem *system = NULL; in subsystem_open() local
[all …]
H A Dtrace_events_hist.c132 char *system; member
549 const char *system = NULL, *name = NULL; in last_cmd_set() local
912 char *system, in find_var_file()
975 char *system = data->match_data.event_system; in find_match_var() local
997 char *system, in find_event_var()
1744 char *system, char *event_name) in init_var_ref()
1834 char *system, char *event_name) in create_var_ref()
1893 char *system, char *event_name, in local_field_var_ref()
1920 char *system, char *event_name, in parse_var_ref()
2407 char *system, char *event_name) in event_file()
[all …]
/OK3568_Linux_fs/kernel/include/trace/
H A Ddefine_trace.h84 # define __TRACE_INCLUDE(system) <trace/events/system.h> argument
87 # define __TRACE_INCLUDE(system) __stringify(TRACE_INCLUDE_PATH/system.h) argument
90 # define TRACE_INCLUDE(system) __TRACE_INCLUDE(system) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqnavigationmanagerengine.cpp79 void QAbstractNavigator::setMeasurementSystem(QLocale::MeasurementSystem system) in setMeasurementSystem()
195 void QNavigationManagerEngine::setMeasurementSystem(QLocale::MeasurementSystem system) in setMeasurementSystem()
H A Dqnavigationmanager.cpp100 void QNavigationManager::setMeasurementSystem(QLocale::MeasurementSystem system) in setMeasurementSystem()
H A Dqgeoroutingmanager.cpp352 void QGeoRoutingManager::setMeasurementSystem(QLocale::MeasurementSystem system) in setMeasurementSystem()
H A Dqgeoroutingmanagerengine.cpp365 void QGeoRoutingManagerEngine::setMeasurementSystem(QLocale::MeasurementSystem system) in setMeasurementSystem()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeosatelliteinfo.cpp143 void QGeoSatelliteInfo::setSatelliteSystem(SatelliteSystem system) in setSatelliteSystem()
295 int system; in operator >>() local
H A Dqgeosatelliteinfo_p.h61 QGeoSatelliteInfo::SatelliteSystem system; variable
/OK3568_Linux_fs/rkbin/tools/
H A Dconfig.ini7 system= key
/OK3568_Linux_fs/yocto/poky/scripts/lib/build_perf/
H A Dscrape-html-report.js2 var system = require('system'); variable
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_atomisp2_led.c80 const struct dmi_system_id *system; in atomisp2_led_init() local
/OK3568_Linux_fs/kernel/arch/mips/dec/prom/
H A Didentify.c47 static char system[STR_BUF_LEN]; in get_system_type() local
/OK3568_Linux_fs/kernel/arch/mips/include/asm/txx9/
H A Dgeneric.h32 const char *system; member
/OK3568_Linux_fs/u-boot/board/armadeus/apf27/
H A Dfpga.c195 struct system_control_regs *system = in apf27_fpga_setup() local
H A Dapf27.c164 struct system_control_regs *system = in apf27_setup_port() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_sync.c223 struct mali_timeline_system *system = mali_tl->system; in timeline_print_obj() local
279 struct mali_timeline_system *system = mali_tl->system; in timeline_value_str() local
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dmachvec_impl.h149 #define ALIAS_MV(system) \ argument

123