Home
last modified time | relevance | path

Searched refs:col (Results 1 - 10 of 10) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_listbox.h27 /* Max col number */
42 typedef HI_S32 (*HIGV_LIST_CONV_CB)(HIGV_HANDLE listHandle, HI_U32 col, HI_U32 item, const HI_CHAR *srcStr,
47 typedef HI_S32 (*HIGV_GET_WIDTH_CB)(HIGV_HANDLE listHandle, HI_U32 item, HI_U32 col);
72 HI_U32 ScrollCol; /* If item active,scroll col of item */
105 * param[in] col Column index.
112 HI_S32 HI_GV_List_GetCell(HIGV_HANDLE listHandle, HI_U32 item, HI_U32 col, HI_CHAR *value, HI_U32 length);
201 * param[in] col Column index.
205 HI_S32 HI_GV_List_ChangeImage(HIGV_HANDLE listHandle, HI_U32 col, HIGV_HANDLE imageHandle);
246 * param[in] col Column index.
253 HI_S32 HI_GV_List_SetSelCell(HIGV_HANDLE listHandle, HI_U32 item, HI_U32 col);
[all...]
H A Dhi_gv_adm.h144 HI_S32 HI_GV_ADM_GetFieldAttr(HIGV_HANDLE admHandle, HI_U32 col, HIGV_FIELDATTR_S *fieldAttr);
148 HI_S32 HI_GV_ADM_GetCellData(HIGV_HANDLE admHandle, HI_U32 row, HI_U32 col, HI_VOID *data, HI_U32 len);
150 HI_S32 HI_GV_ADM_GetCellDataString(HIGV_HANDLE admHandle, HI_U32 row, HI_U32 col, HI_CHAR *dataString, HI_U32 len);
H A Dhi_gv_ddb.h138 * param[in] col Column index.
147 HI_S32 HI_GV_DDB_GetCellData(HIGV_HANDLE ddbHandle, HI_U32 row, HI_U32 col, HI_VOID *fieldData, HI_U32 len);
153 * param[in] col Column index.
162 HI_S32 HI_GV_DDB_SetCellData(HIGV_HANDLE ddbHandle, HI_U32 row, HI_U32 col, const HI_VOID *fieldData, HI_U32 len);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmsdspi_linux.c365 int i, col; in hexdump() local
370 col = 0; in hexdump()
372 for (i = 0; i < msglen; i++, col++) { in hexdump()
373 if (col % 16 == 0) in hexdump()
376 if ((col + 1) % 16 == 0) in hexdump()
382 if (col % 16 != 0) in hexdump()
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3-its.c299 static struct its_collection *valid_col(struct its_collection *col) in valid_col() argument
301 if (WARN_ON_ONCE(col->target_address & GENMASK_ULL(ITS_COL_TARGET_ADDR_MASK, 0))) { in valid_col()
305 return col; in valid_col()
344 struct its_collection *col; member
356 struct its_collection *col; member
366 struct its_collection *col; member
375 struct its_collection *col; member
396 struct its_collection *col; member
480 static void its_encode_collection(struct its_cmd_block *cmd, u16 col) in its_encode_collection() argument
482 its_mask_encode(&cmd->raw_cmd[0x2], col, in its_encode_collection()
625 struct its_collection *col; its_build_mapti_cmd() local
643 struct its_collection *col; its_build_movi_cmd() local
660 struct its_collection *col; its_build_discard_cmd() local
676 struct its_collection *col; its_build_inv_cmd() local
692 struct its_collection *col; its_build_int_cmd() local
708 struct its_collection *col; its_build_clear_cmd() local
1178 its_send_mapc(struct its_node *its, struct its_collection *col, int valid) its_send_mapc() argument
1199 its_send_movi(struct its_device *dev, struct its_collection *col, u32 id) its_send_movi() argument
1220 its_send_invall(struct its_node *its, struct its_collection *col) its_send_invall() argument
[all...]
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_face_node.cpp106 constexpr int32_t col = 4; in GetCameraFaceRectangles() local
122 float faceRectangles[row][col]; in GetCameraFaceRectangles()
138 row * col); in GetCameraFaceRectangles()
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
H A Drk_face_node.cpp99 constexpr int32_t col = 4; in GetCameraFaceRectangles() local
115 float faceRectangles[row][col]; in GetCameraFaceRectangles()
131 row * col); in GetCameraFaceRectangles()
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-core.c1946 struct hid_collection *col = &hdev->collection[i]; in hid_connect() local
1947 if (col->type == HID_COLLECTION_APPLICATION && (col->usage & HID_USAGE_PAGE) == HID_UP_GENDESK && in hid_connect()
1948 (col->usage & 0xffff) < ARRAY_SIZE(types)) { in hid_connect()
1949 type = types[col->usage & 0xffff]; in hid_connect()
H A Dhid-input.c2397 struct hid_collection *col = &hid->collection[i]; in hidinput_connect() local
2398 if (col->type == HID_COLLECTION_APPLICATION || col->type == HID_COLLECTION_PHYSICAL) { in hidinput_connect()
2399 if (IS_INPUT_APPLICATION(col->usage)) { in hidinput_connect()
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc_dbg.c62 unsigned int col; member
225 p_dram_info->ch[i].rank, p_dram_info->ch[i].buswidth, p_dram_info->ch[i].col, in dmcinfo_proc_show()

Completed in 17 milliseconds