Home
last modified time | relevance | path

Searched refs:object (Results 1 - 23 of 23) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_notification.c25 * Declaration of the notification queue object type
65 MALI_DEBUG_PRINT(1, ("Failed to create a notification object\n")); in _mali_osk_notification_create()
86 void _mali_osk_notification_delete(_mali_osk_notification_t *object) in _mali_osk_notification_delete() argument
89 MALI_DEBUG_ASSERT_POINTER(object); in _mali_osk_notification_delete()
91 notification = container_of(object, _mali_osk_notification_wrapper_t, data); in _mali_osk_notification_delete()
109 void mali_osk_notification_queue_send(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t *object) in mali_osk_notification_queue_send() argument
117 MALI_DEBUG_ASSERT_POINTER(object); in mali_osk_notification_queue_send()
119 notification = container_of(object, _mali_osk_notification_wrapper_t, data); in mali_osk_notification_queue_send()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_notification.c24 * Declaration of the notification queue object type
62 MALI_DEBUG_PRINT(1, ("Failed to create a notification object\n")); in _mali_osk_notification_create()
83 void _mali_osk_notification_delete(_mali_osk_notification_t *object) in _mali_osk_notification_delete() argument
86 MALI_DEBUG_ASSERT_POINTER(object); in _mali_osk_notification_delete()
88 notification = container_of(object, _mali_osk_notification_wrapper_t, data); in _mali_osk_notification_delete()
106 void _mali_osk_notification_queue_send(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t *object) in _mali_osk_notification_queue_send() argument
114 MALI_DEBUG_ASSERT_POINTER(object); in _mali_osk_notification_queue_send()
116 notification = container_of(object, _mali_osk_notification_wrapper_t, data); in _mali_osk_notification_queue_send()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_lease.c56 * _drm_lease_held_master - check to see if an object is leased (or owned) by master (idr_mutex held)
60 * Checks if the specified master holds a lease on the object. Return
63 * true 'master' holds a lease on (or owns) the object
76 * _drm_has_leased - check to see if an object has been leased (idr_mutex held)
83 * true Some lessee holds a lease on the object.
84 * false No lessee has a lease on the object.
98 * @id: the object id
100 * Checks if the specified master holds a lease on the object. Return
103 * true 'master' holds a lease on (or owns) the object
118 * @id: the object i
205 int object; drm_lease_create() local
308 int object; _drm_lease_revoke() local
673 int object; drm_mode_get_lease_ioctl() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H A Dlos_list.h89 * @param object [IN] Node in the doubly linked list.
96 #define LOS_DL_LIST_FIRST(object) ((object)->pstNext)
111 * @param object [IN] Node in the doubly linked list.
118 #define LOS_DL_LIST_LAST(object) ((object)->pstPrev)
/device/soc/hisilicon/common/platform/hieth-sf/adapter/
H A Dhdf_driver_register.c62 static void HdfEthHisiChipRelease(struct HdfDeviceObject *object) in HdfEthHisiChipRelease() argument
64 (void)object; in HdfEthHisiChipRelease()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dmem.h56 * @param type The type of object to be stored.
64 * type must be the same that was used for allocating the object pointed to by
67 * @param type The type of the object to release.
82 COAP_STATIC_INLINE void coap_free(void *object) { in coap_free() argument
83 coap_free_type(COAP_STRING, object); in coap_free()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_list.h202 #define hi_list_first(object) ((object)->next)
204 #define hi_list_last(object) ((object)->prev)
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_session.h113 MALI_STATIC_INLINE void mali_session_send_notification(struct mali_session_data *session, _mali_osk_notification_t *object) in mali_session_send_notification() argument
115 _mali_osk_notification_queue_send(session->ioctl_queue, object); in mali_session_send_notification()
H A Dmali_osk.h80 * @return a pointer to a \a type object which contains \a member, as pointed
101 * Creates a work object which can be scheduled in the work queue. When
114 * Creates a work object which can be scheduled in the high priority work queue.
130 /** @brief Delete a work object
137 /** @brief Delete a work object
191 * @param work a pointer to the _mali_osk_wq_work_t object corresponding to the
222 * Creates a work object which can be scheduled in the work queue. When
234 /** @brief Delete a work object
298 * @return on success, a pointer to a _mali_osk_irq_t object, which represents
312 * @param irq a pointer to the _mali_osk_irq_t object correspondin
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_session.h117 _mali_osk_notification_t *object) in mali_session_send_notification()
119 mali_osk_notification_queue_send(session->ioctl_queue, object); in mali_session_send_notification()
116 mali_session_send_notification(struct mali_session_data *session, _mali_osk_notification_t *object) mali_session_send_notification() argument
H A Dmali_osk.h98 * @return a pointer to a \a type object which contains \a member, as pointed
118 * Creates a work object which can be scheduled in the work queue. When
131 * Creates a work object which can be scheduled in the high priority work queue.
147 /** @brief Delete a work object
154 /** @brief Delete a work object
208 * @param work a pointer to the _mali_osk_wq_work_t object corresponding to the
239 * Creates a work object which can be scheduled in the work queue. When
251 /** @brief Delete a work object
314 * @return on success, a pointer to a _mali_osk_irq_t object, which represents
330 * @param irq a pointer to the _mali_osk_irq_t object correspondin
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c217 ret = nvif_device_ctor(&cli->base.object, "drmDevice", 0, NV_DEVICE, in nouveau_cli_init()
227 ret = nvif_mclass(&cli->device.object, mmus); in nouveau_cli_init()
233 ret = nvif_mmu_ctor(&cli->device.object, "drmMmu", mmus[ret].oclass, &cli->mmu); in nouveau_cli_init()
239 ret = nvif_mclass(&cli->mmu.object, vmms); in nouveau_cli_init()
251 ret = nvif_mclass(&cli->mmu.object, mems); in nouveau_cli_init()
402 ret = n = nvif_object_sclass_get(&device->object, &sclass); in nouveau_accel_init()
462 static void __printf(2, 3) nouveau_drm_errorf(struct nvif_object *object, const char *fmt, ...) in nouveau_drm_errorf() argument
464 struct nouveau_drm *drm = container_of(object->parent, typeof(*drm), parent); in nouveau_drm_errorf()
475 static void __printf(2, 3) nouveau_drm_debugf(struct nvif_object *object, const char *fmt, ...) in nouveau_drm_debugf() argument
477 struct nouveau_drm *drm = container_of(object in nouveau_drm_debugf()
[all...]
H A Dnouveau_drv.h28 * - object api exposed to userspace
129 #include <nvif/object.h>
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_list.h255 #define hi_list_first(object) ((object)->next)
258 #define hi_list_last(object) ((object)->prev)
/device/board/hisilicon/hispark_taurus/display_drivers/
H A Dmipi_icn9700_st7701sn.c269 if (panel->object == NULL) { in PanelToIcn9700Dev()
270 HDF_LOGE("%s: object is null", __func__); in PanelToIcn9700Dev()
273 icn9700 = (struct Icn9700Dev *)panel->object->priv; in PanelToIcn9700Dev()
462 static int32_t Icn9700EntryInit(struct HdfDeviceObject *object) in Icn9700EntryInit() argument
466 if (object == NULL) { in Icn9700EntryInit()
467 HDF_LOGE("%s: object is null", __func__); in Icn9700EntryInit()
476 icn9700->panel.object = object; in Icn9700EntryInit()
479 object->priv = (void *)icn9700; in Icn9700EntryInit()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_driver_bdh_register.c163 static void HdfWlanBDH6ChipRelease(struct HdfDeviceObject *object) in HdfWlanBDH6ChipRelease() argument
165 (void)object; in HdfWlanBDH6ChipRelease()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H A Dhdf_driver_register.c126 static void HdfWlanHisiChipRelease(struct HdfDeviceObject *object) in HdfWlanHisiChipRelease() argument
128 (void)object; in HdfWlanHisiChipRelease()
/device/qemu/arm_mps2_an386/liteos_m/board/
H A Dstartup.s72 .type Vector_Table, %object
/device/qemu/arm_mps3_an547/liteos_m/board/
H A Dstartup.s71 .type Vector_Table, %object
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
H A Danalog_headset_core.c427 .object.objectId = 1, in HdfHeadsetInit()
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/
H A Debc_dev_v8.S8045 .type ebc_driver, %object
8058 .type ebc_misc, %object
8066 .type ebc_thread_wq, %object
8073 .type ebc_poweroff_wq, %object
8080 .type ebc_wq, %object
8087 .type ebc_auto_thread_sem, %object
8094 .type dev_attr_waveform_version, %object
8102 .type dev_attr_pmic_name, %object
8110 .type dev_attr_pmic_temp, %object
8118 .type dev_attr_pmic_vcom, %object
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/epdlut/
H A Dpvi_waveform_v8.S1342 .type __func__.16854, %object
1349 .type sftemp.16894, %object
1353 .type stype.16893, %object
1360 .type pvi_modes.16805, %object
1365 .type global_waveform, %object
1369 .type waveformdata, %object
1373 .type spi_id_buffer.16929, %object
H A Drkf_waveform_v8.S1056 .type sftemp.16952, %object
1060 .type stype.16951, %object
1067 .type global_waveform, %object
1071 .type crc32_table, %object

Completed in 37 milliseconds