| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_priv.h | 4 * @brief This file contains definition for extended private IOCTL call. 35 /** PRIVATE CMD ID */ 38 /** Private command ID to set one int/get word char */ 40 /** Private command ID to get version */ 42 /** Private command ID to get extended version */ 45 /** Private command ID to set/get none */ 47 /** Private command ID for warm reset */ 71 /** Private command ID for usb suspend */ 73 /** Private command ID for usb resume */ 76 /** Private command ID to clear 11d chan table */ [all …]
|
| H A D | moal_uap_priv.h | 3 * @brief This file contains definition for extended private IOCTL call. 31 /** Private command ID */ 34 /** Private command to get/set 256 chars */ 36 /** Private command ID to FW reload */ 38 /** Private command ID to set AP configuration */ 41 /** Private command ID to set/get none */ 43 /** Private command ID to start UAP */ 45 /** Private command ID to stop UAP */ 47 /** Private command ID to start AP BSS */ 49 /** Private command ID to stop AP BSS */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | vfio_ccw_ops.c | 22 struct vfio_ccw_private *private; in vfio_ccw_mdev_reset() local 26 private = dev_get_drvdata(mdev_parent_dev(mdev)); in vfio_ccw_mdev_reset() 27 sch = private->sch; in vfio_ccw_mdev_reset() 42 private->state = VFIO_CCW_STATE_IDLE; in vfio_ccw_mdev_reset() 51 struct vfio_ccw_private *private = in vfio_ccw_mdev_notifier() local 61 if (!cp_iova_pinned(&private->cp, unmap->iova)) in vfio_ccw_mdev_notifier() 64 if (vfio_ccw_mdev_reset(private->mdev)) in vfio_ccw_mdev_notifier() 67 cp_free(&private->cp); in vfio_ccw_mdev_notifier() 90 struct vfio_ccw_private *private = dev_get_drvdata(dev); in available_instances_show() local 92 return sprintf(buf, "%d\n", atomic_read(&private->avail)); in available_instances_show() [all …]
|
| H A D | vfio_ccw_drv.c | 41 struct vfio_ccw_private *private = dev_get_drvdata(&sch->dev); in vfio_ccw_sch_quiesce() local 67 private->completion = &completion; in vfio_ccw_sch_quiesce() 73 private->completion = NULL; in vfio_ccw_sch_quiesce() 79 private->state = VFIO_CCW_STATE_NOT_OPER; in vfio_ccw_sch_quiesce() 86 struct vfio_ccw_private *private; in vfio_ccw_sch_io_todo() local 91 private = container_of(work, struct vfio_ccw_private, io_work); in vfio_ccw_sch_io_todo() 92 irb = &private->irb; in vfio_ccw_sch_io_todo() 97 cp_update_scsw(&private->cp, &irb->scsw); in vfio_ccw_sch_io_todo() 98 if (is_final && private->state == VFIO_CCW_STATE_CP_PENDING) { in vfio_ccw_sch_io_todo() 99 cp_free(&private->cp); in vfio_ccw_sch_io_todo() [all …]
|
| H A D | device_fsm.c | 41 struct io_subchannel_private *private; in ccw_timeout_log() local 46 private = to_io_private(sch); in ccw_timeout_log() 47 orb = &private->orb; in ccw_timeout_log() 71 &private->dma_area->sense_ccw || in ccw_timeout_log() 73 cdev->private->dma_area->iccws) in ccw_timeout_log() 84 cdev->private->state); in ccw_timeout_log() 91 &cdev->private->flags, sizeof(cdev->private->flags), 0); in ccw_timeout_log() 117 del_timer(&cdev->private->timer); in ccw_device_set_timeout() 120 if (timer_pending(&cdev->private->timer)) { in ccw_device_set_timeout() 121 if (mod_timer(&cdev->private->timer, jiffies + expires)) in ccw_device_set_timeout() [all …]
|
| H A D | device_pgid.c | 36 struct ccw_dev_id *id = &cdev->private->dev_id; in verify_done() 37 int mpath = cdev->private->flags.mpath; in verify_done() 38 int pgroup = cdev->private->flags.pgroup; in verify_done() 59 struct ccw_request *req = &cdev->private->req; in nop_build_cp() 60 struct ccw1 *cp = cdev->private->dma_area->iccws; in nop_build_cp() 75 struct ccw_request *req = &cdev->private->req; in nop_do() 78 ~cdev->private->path_noirq_mask); in nop_do() 107 struct ccw_request *req = &cdev->private->req; in nop_callback() 114 cdev->private->path_noirq_mask |= req->lpm; in nop_callback() 117 cdev->private->path_notoper_mask |= req->lpm; in nop_callback() [all …]
|
| H A D | vfio_ccw_fsm.c | 18 static int fsm_io_helper(struct vfio_ccw_private *private) in fsm_io_helper() argument 27 sch = private->sch; in fsm_io_helper() 31 orb = cp_get_orb(&private->cp, (u32)(addr_t)sch, sch->lpm); in fsm_io_helper() 52 private->state = VFIO_CCW_STATE_CP_PENDING; in fsm_io_helper() 80 static int fsm_do_halt(struct vfio_ccw_private *private) in fsm_do_halt() argument 87 sch = private->sch; in fsm_do_halt() 121 static int fsm_do_clear(struct vfio_ccw_private *private) in fsm_do_clear() argument 128 sch = private->sch; in fsm_do_clear() 159 static void fsm_notoper(struct vfio_ccw_private *private, in fsm_notoper() argument 162 struct subchannel *sch = private->sch; in fsm_notoper() [all …]
|
| H A D | eadm_sch.c | 100 struct eadm_private *private = from_timer(private, t, timer); in eadm_subchannel_timeout() local 101 struct subchannel *sch = private->sch; in eadm_subchannel_timeout() 113 struct eadm_private *private = get_eadm_private(sch); in eadm_subchannel_set_timeout() local 116 del_timer(&private->timer); in eadm_subchannel_set_timeout() 119 if (timer_pending(&private->timer)) { in eadm_subchannel_set_timeout() 120 if (mod_timer(&private->timer, jiffies + expires)) in eadm_subchannel_set_timeout() 123 private->timer.expires = jiffies + expires; in eadm_subchannel_set_timeout() 124 add_timer(&private->timer); in eadm_subchannel_set_timeout() 129 struct eadm_private *private = get_eadm_private(sch); in eadm_subchannel_irq() local 148 if (private->state != EADM_BUSY) { in eadm_subchannel_irq() [all …]
|
| H A D | vfio_ccw_chp.c | 15 static ssize_t vfio_ccw_schib_region_read(struct vfio_ccw_private *private, in vfio_ccw_schib_region_read() argument 27 mutex_lock(&private->io_mutex); in vfio_ccw_schib_region_read() 28 region = private->region[i].data; in vfio_ccw_schib_region_read() 30 if (cio_update_schib(private->sch)) { in vfio_ccw_schib_region_read() 35 memcpy(region, &private->sch->schib, sizeof(*region)); in vfio_ccw_schib_region_read() 45 mutex_unlock(&private->io_mutex); in vfio_ccw_schib_region_read() 49 static ssize_t vfio_ccw_schib_region_write(struct vfio_ccw_private *private, in vfio_ccw_schib_region_write() argument 57 static void vfio_ccw_schib_region_release(struct vfio_ccw_private *private, in vfio_ccw_schib_region_release() argument 69 int vfio_ccw_register_schib_dev_regions(struct vfio_ccw_private *private) in vfio_ccw_register_schib_dev_regions() argument 71 return vfio_ccw_register_dev_region(private, in vfio_ccw_register_schib_dev_regions() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_priv.h | 4 * @brief This file contains definition for extended private IOCTL call. 34 /** PRIVATE CMD ID */ 37 /** Private command ID to set one int/get word char */ 39 /** Private command ID to get version */ 41 /** Private command ID to get extended version */ 44 /** Private command ID to set/get none */ 46 /** Private command ID for warm reset */ 69 /** Private command ID to clear 11d chan table */ 72 /** Private command ID to set/get sixteen int */ 74 /** Private command ID to set/get TX power configurations */ [all …]
|
| H A D | moal_uap_priv.h | 3 * @brief This file contains definition for extended private IOCTL call. 30 /** Private command ID */ 33 /** Private command to get/set 256 chars */ 35 /** Private command ID to FW reload */ 37 /** Private command ID to set AP configuration */ 40 /** Private command ID to set/get none */ 42 /** Private command ID to start UAP */ 44 /** Private command ID to stop UAP */ 46 /** Private command ID to start AP BSS */ 48 /** Private command ID to stop AP BSS */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | WINDOWS-31J.gz | 1<code_set_name> WINDOWS-31J
2<comment_char> %
3<escape_char> /
4 ... |
| HD | GB18030.gz | ... U0091> /x81/x30/x82/x37 PRIVATE USE ONE (PU1)
154<U0092> / ... |
| HD | EUC-JP-MS.gz | ... STRING (DCS)
162<U0091> /x91 PRIVATE USE ONE (PU1)
163<U0092> / ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | WINDOWS-31J.gz | 1<code_set_name> WINDOWS-31J
2<comment_char> %
3<escape_char> /
4 ... |
| HD | GB18030.gz | ... U0091> /x81/x30/x82/x37 PRIVATE USE ONE (PU1)
154<U0092> / ... |
| HD | EUC-JP-MS.gz | ... STRING (DCS)
162<U0091> /x91 PRIVATE USE ONE (PU1)
163<U0092> / ... |
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/ |
| H A D | mtk_drm_drv.c | 168 struct mtk_drm_private *private = drm->dev_private; in mtk_drm_kms_init() local 177 pdev = of_find_device_by_node(private->mutex_node); in mtk_drm_kms_init() 180 private->mutex_node); in mtk_drm_kms_init() 181 of_node_put(private->mutex_node); in mtk_drm_kms_init() 184 private->mutex_dev = &pdev->dev; in mtk_drm_kms_init() 212 ret = mtk_drm_crtc_create(drm, private->data->main_path, in mtk_drm_kms_init() 213 private->data->main_len); in mtk_drm_kms_init() 217 ret = mtk_drm_crtc_create(drm, private->data->ext_path, in mtk_drm_kms_init() 218 private->data->ext_len); in mtk_drm_kms_init() 222 ret = mtk_drm_crtc_create(drm, private->data->third_path, in mtk_drm_kms_init() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
| H A D | 0002-interface-remove-C-reserved-keyword.patch | 6 Because "private" was used in cdda_interface.h, this header file could not be 29 - cdda_private_data_t *private; 30 + cdda_private_data_t *priv; /* private is a C++ reserved keyword */ 42 - int ret1=clock_gettime(d->private->clock,&tv1); 45 - int ret3=clock_gettime(d->private->clock,&tv2); 48 - d->private->last_milliseconds=-1; 51 - d->private->last_milliseconds = (tv2.tv_sec-tv1.tv_sec)*1000. + (tv2.tv_nsec-tv1.tv_nsec)/1000… 64 - if(d->private){ 65 - if(d->private->sg_hd)free(d->private->sg_hd); 66 - free(d->private); [all …]
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer_scarlett_gen2.c | 571 static void scarlett2_fill_request_header(struct scarlett2_mixer_data *private, in scarlett2_fill_request_header() argument 576 u16 seq = private->scarlett2_seq++; in scarlett2_fill_request_header() 590 struct scarlett2_mixer_data *private = mixer->private_data; in scarlett2_usb() local 608 mutex_lock(&private->usb_mutex); in scarlett2_usb() 612 scarlett2_fill_request_header(private, req, cmd, req_size); in scarlett2_usb() 680 mutex_unlock(&private->usb_mutex); in scarlett2_usb() 700 struct scarlett2_mixer_data *private = in scarlett2_config_save_work() local 703 scarlett2_config_save(private->mixer); in scarlett2_config_save_work() 722 struct scarlett2_mixer_data *private = mixer->private_data; in scarlett2_usb_set_config() local 725 cancel_delayed_work_sync(&private->work); in scarlett2_usb_set_config() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | dasd_diag.c | 107 struct dasd_diag_private *private = device->private; in mdsk_init_io() local 108 struct dasd_diag_init_io *iib = &private->iib; in mdsk_init_io() 113 iib->dev_nr = private->dev_id.devno; in mdsk_init_io() 131 struct dasd_diag_private *private = device->private; in mdsk_term_io() local 132 struct dasd_diag_init_io *iib = &private->iib; in mdsk_term_io() 136 iib->dev_nr = private->dev_id.devno; in mdsk_term_io() 167 struct dasd_diag_private *private; in dasd_start_diag() local 178 private = device->private; in dasd_start_diag() 181 private->iob.dev_nr = private->dev_id.devno; in dasd_start_diag() 182 private->iob.key = 0; in dasd_start_diag() [all …]
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | ecdh.h | 21 * an ECDH private key. The packet private key that can be set with 30 * struct ecdh - define an ECDH private key 33 * @key: Private ECDH key 34 * @key_size: Size of the private ECDH key 43 * crypto_ecdh_key_len() - Obtain the size of the private ECDH key 44 * @params: private ECDH key 47 * with the provided ECDH private key reference to obtain the required 55 * crypto_ecdh_encode_key() - encode the private key 57 * private key. The buffer should be at least crypto_ecdh_key_len 59 * @len: Length of the packet private key buffer [all …]
|
| H A D | dh.h | 18 * a DH private key. The packet private key that can be set with 23 * struct dh - define a DH private key 25 * @key: Private DH key 29 * @key_size: Size of the private DH key 46 * crypto_dh_key_len() - Obtain the size of the private DH key 47 * @params: private DH key 50 * with the provided DH private key reference to obtain the required 58 * crypto_dh_encode_key() - encode the private key 60 * private key. The buffer should be at least crypto_dh_key_len 62 * @len: Length of the packet private key buffer [all …]
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxdri2.c | 126 __GLXDRIdrawable *private = (__GLXDRIdrawable *) drawable; in __glXDRIdrawableDestroy() local 127 const __DRIcoreExtension *core = private->screen->core; in __glXDRIdrawableDestroy() 129 FreeResource(private->dri2_id, FALSE); in __glXDRIdrawableDestroy() 131 (*core->destroyDrawable) (private->driDrawable); in __glXDRIdrawableDestroy() 135 free(private); in __glXDRIdrawableDestroy() 142 __GLXDRIdrawable *private = (__GLXDRIdrawable *) drawable; in __glXDRIdrawableCopySubBuffer() local 144 copy_box(drawable, x, private->height - y - h, in __glXDRIdrawableCopySubBuffer() 152 __GLXDRIdrawable *private = (__GLXDRIdrawable *) drawable; in __glXDRIdrawableWaitX() local 155 0, 0, private->width, private->height); in __glXDRIdrawableWaitX() 161 __GLXDRIdrawable *private = (__GLXDRIdrawable *) drawable; in __glXDRIdrawableWaitGL() local [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/ |
| H A D | CameraPreviewActivity.java | 50 private final String TAG = "rkyolo"; 51 private static final int MAGIC_TEXTURE_ID = 10; 55 private Camera mCamera0 = null; 56 private SurfaceView mSurfaceView = null; 58 private SurfaceHolder mSurfaceHolder = null; 63 private boolean mIsCameraOpened = false; 64 private int mCameraId = -1; 68 private String mModelName = "yolov5s.rknn"; 69 private String platform = "rk3588"; 70 private InferenceWrapper mInferenceWrapper; [all …]
|