| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvhw/ |
| H A D | drf.h | 140 #define DRF_MR_X(er,ew,ty,p,o,dr,m,v) ({ \ argument 142 DRF_WR_X(ew, (p), (o), dr, (_t & ~(m)) | (v)); \ 145 #define DRF_MR_N(X,er,ew,ty,p,o,d,r ,m,v) DRF_MR_X(er, ew, ty, (p), (o), d##_##r , (m), (v)) argument 146 #define DRF_MR_I(X,er,ew,ty,p,o,d,r,i,m,v) DRF_MR_X(er, ew, ty, (p), (o), d##_##r(i), (m), (v)) argument 174 #define DRF_MV_N(X,er,ew,ty,p,o,d,r, f,v) \ argument 175 NVVAL_GET_X(DRF_MR_X(er, ew, ty, (p), (o), d##_##r , DRF_SMASK(d##_##r##_##f), \ 177 #define DRF_MV_I(X,er,ew,ty,p,o,d,r,i,f,v) \ argument 178 NVVAL_GET_X(DRF_MR_X(er, ew, ty, (p), (o), d##_##r(i), DRF_SMASK(d##_##r##_##f), \ 184 #define DRF_MD_N(X,er,ew,ty,p,o,d,r, f,v) \ argument 185 NVVAL_GET_X(DRF_MR_X(er, ew, ty, (p), (o), d##_##r , DRF_SMASK(d##_##r##_##f), \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/ |
| H A D | main.c | 3146 struct ib_event_work *ew = in handle_bonded_port_state_event() local 3148 struct mlx4_ib_dev *ibdev = ew->ib_dev; in handle_bonded_port_state_event() 3153 kfree(ew); in handle_bonded_port_state_event() 3196 struct ib_event_work *ew = container_of(work, struct ib_event_work, work); in ib_sl2vl_update_work() local 3197 struct mlx4_ib_dev *mdev = ew->ib_dev; in ib_sl2vl_update_work() 3198 int port = ew->port; in ib_sl2vl_update_work() 3202 kfree(ew); in ib_sl2vl_update_work() 3208 struct ib_event_work *ew; in mlx4_sched_ib_sl2vl_update_work() local 3210 ew = kmalloc(sizeof(*ew), GFP_ATOMIC); in mlx4_sched_ib_sl2vl_update_work() 3211 if (ew) { in mlx4_sched_ib_sl2vl_update_work() [all …]
|
| H A D | mad.c | 1177 struct ib_event_work *ew = container_of(work, struct ib_event_work, work); in handle_port_mgmt_change_event() local 1178 struct mlx4_ib_dev *dev = ew->ib_dev; in handle_port_mgmt_change_event() 1179 struct mlx4_eqe *eqe = &(ew->ib_eqe); in handle_port_mgmt_change_event() 1274 kfree(ew); in handle_port_mgmt_change_event()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sgi/ |
| H A D | ioc3-eth.c | 304 u16 *ew; in ioc3_tcpudp_checksum() local 338 ew = (u16 *)eh; in ioc3_tcpudp_checksum() 339 ehsum = ew[0] + ew[1] + ew[2] + ew[3] + ew[4] + ew[5] + ew[6]; in ioc3_tcpudp_checksum()
|
| /OK3568_Linux_fs/external/common_algorithm/misc/include/ |
| H A D | mp3_enc_table1.h | 3 long ew[512] = variable
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx25/ |
| H A D | imx-regs.h | 479 cnc, wsc, ew, wws, edc) \ argument 482 (cnc) << 14 | (wsc) << 8 | (ew) << 7 | (wws) << 4 | (edc) << 0)
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sg.c | 132 struct execute_work ew; member 154 struct execute_work ew; member 1321 struct sg_request *srp = container_of(work, struct sg_request, ew.work); in sg_rq_end_io_usercontext() 1426 INIT_WORK(&srp->ew.work, sg_rq_end_io_usercontext); in sg_rq_end_io() 1427 schedule_work(&srp->ew.work); in sg_rq_end_io() 2229 struct sg_fd *sfp = container_of(work, struct sg_fd, ew.work); in sg_remove_sfp_usercontext() 2272 INIT_WORK(&sfp->ew.work, sg_remove_sfp_usercontext); in sg_remove_sfp() 2273 schedule_work(&sfp->ew.work); in sg_remove_sfp()
|
| H A D | scsi_sysfs.c | 455 sdev = container_of(work, struct scsi_device, ew.work); in scsi_device_dev_release_usercontext() 519 &sdp->ew); in scsi_device_dev_release()
|
| H A D | scsi_debug.c | 329 struct execute_work ew; member 4846 ew.work); in sdebug_q_cmd_wq_complete() 5068 cancel_work_sync(&sd_dp->ew.work); in stop_qc_helper() 5570 INIT_WORK(&sd_dp->ew.work, sdebug_q_cmd_wq_complete); in schedule_resp() 5578 schedule_work(&sd_dp->ew.work); in schedule_resp()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flex_type.h | 18 struct ice_fv_word ew[ICE_MAX_FV_WORDS]; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx31/ |
| H A D | imx-regs.h | 641 cnc, wsc, ew, wws, edc) \ argument 643 (sync) << 20 | (dol) << 16 | (cnc) << 14 | (wsc) << 8 | (ew) << 7 |\
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | scsi_device.h | 228 struct execute_work ew; /* used to get process context on put */ member
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | workqueue.c | 3353 int execute_in_process_context(work_func_t fn, struct execute_work *ew) in execute_in_process_context() argument 3356 fn(&ew->work); in execute_in_process_context() 3360 INIT_WORK(&ew->work, fn); in execute_in_process_context() 3361 schedule_work(&ew->work); in execute_in_process_context()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | reg.h | 1968 MLXSW_ITEM32(reg, cwtpm, ew, 36, 1, 1);
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 216 …���������������������������������������������������������������������������ew��������������������Ĩ… 1220 …�����ȝ85����������������������}~y����Ľ��������x����������������������������ew���������������������… 1369 …��������������������m[d�����������������������������������������j+8���{NO^]ew�kH95::87768887777865… 1370 …efffffeeefec_XOE:2.+,0321110.--//.1100011012013*<R,9;)u�ur{���vcWJ9,*%&1H\ew~�����������������~sk… 1536 …ew�������rq�����mr������������������ht�����c0Dz������~rl_\t�������������d9;=;;<:;;;:<<;<;99;99:<;… 1559 …��������������������l[f�����������������������������������������g*:���wNR_`ew�fG95::87768887777865… 1791 …������̨��F3CA?7Gr��������������������rF��������ru�����}lq������������������ew�����`.Az������{oh^`{… 1843 …�ʞ��ƶ�ɾ����α�������xq�������������̰�����������������������������������LG���ew���������������������… 2105 …Ǹ�ƿ�������˴�������tg��������������Ǧ������������������������������������GS��ew���������������������… 2254 …ew�����s<.b������nhb[p������������~G7><;;<::;;:<;:<<9;;::;=;9;;;:;988:899;6GFGFDDCCCDEFIFFHGEDA=… [all …]
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |