Home
last modified time | relevance | path

Searched defs:ctrl (Results 176 - 200 of 229) sorted by relevance

12345678910

/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H A Ddwmac-rk-tool.c118 u32 ctrl; in dwmac_rk_enable_mac_loopback() local
176 u32 ctrl; in dwmac_rk_disable_mac_loopback() local
203 u32 ctrl; dwmac_rk_enable_phy_loopback() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/i2c/busses/
H A Di2c-rk3x.c339 unsigned int ctrl; in rk3x_i2c_stop() local
/device/soc/rockchip/common/vendor/drivers/media/i2c/
H A Dgc2093.c549 static int gc2093_set_ctrl(struct v4l2_ctrl *ctrl) in gc2093_set_ctrl() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Disp_params_v3x.c873 u32 i, var, ctrl; in isp_rawaf_config() local
2202 u32 i, value, ctrl; isp_dhaz_config() local
2538 u32 i, value, ctrl, gain_ctrl; isp_cnr_config() local
2890 u32 i, val, ctrl; isp_cac_config() local
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/rockchip/
H A Drockchip_sip.h222 static inline int sip_smc_set_suspend_mode(u32 ctrl, u32 config1, u32 config2) in sip_smc_set_suspend_mode() argument
/device/soc/rockchip/rk3588/kernel/include/linux/rockchip/
H A Drockchip_sip.h226 static inline int sip_smc_set_suspend_mode(u32 ctrl, u32 config1, u32 config2) in sip_smc_set_suspend_mode() argument
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H A Dov13855.c1736 static int ov13855_set_ctrl(struct v4l2_ctrl *ctrl) in ov13855_set_ctrl() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp.c1141 u32 i, val, ctrl = 0; in rkisp_config_cmsk_single() local
1200 u32 i, val, h_offs, h_size, ctrl; in rkisp_config_cmsk_dual() local
[all...]
H A Disp_params_v3x.c1021 u32 i, var, ctrl; in isp_rawaf_config() local
2763 u32 i, value, ctrl; isp_dhaz_config() local
3151 u32 i, value, ctrl, gain_ctrl; isp_cnr_config() local
3567 u32 i, val, ctrl; isp_cac_config() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-hdptx.c491 const struct tx_drv_ctrl *ctrl; in rockchip_hdptx_phy_set_voltage() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk-tool.c128 u32 ctrl; in dwmac_rk_enable_mac_loopback() local
184 u32 ctrl; in dwmac_rk_disable_mac_loopback() local
213 u32 ctrl; dwmac_rk_enable_phy_loopback() local
[all...]
/third_party/backends/backend/
H A Dagfafocus.c155 Byte ctrl; in reserve_unit() member
177 Byte ctrl; in release_unit() member
202 Byte ctrl; in test_ready() member
282 Byte ctrl; in start_scan() member
318 Byte ctrl; in wait_ready() member
442 Byte ctrl; in set_window() member
647 Byte ctrl; in upload_dither_matrix() member
750 Byte ctrl; in read_data() member
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.c1475 fuvc_streaming_set(struct uvc_dev_s *fuvc, struct usbdev_req_s *req, const struct usb_device_request *ctrl) fuvc_streaming_set() argument
1770 fuvc_fill_streaming_control(struct uvc_dev_s *fuvc, struct uvc_probe_commit_control1_1 *ctrl, int iframe, int iformat) fuvc_fill_streaming_control() argument
1838 fuvc_get_default_streaming_ctrl(struct uvc_dev_s *fuvc, struct uvc_probe_commit_control1_1 *ctrl, uint32_t fint) fuvc_get_default_streaming_ctrl() argument
1860 fuvc_handle_camera_control(struct uvc_dev_s *fuvc, struct usbdev_req_s *req, const struct usb_device_request *ctrl) fuvc_handle_camera_control() argument
1895 fuvc_handle_process_control(struct uvc_dev_s *fuvc, struct usbdev_req_s *req, const struct usb_device_request *ctrl) fuvc_handle_process_control() argument
1934 fuvc_handle_ext_control(struct uvc_dev_s *fuvc, struct usbdev_req_s *req, const struct usb_device_request *ctrl) fuvc_handle_ext_control() argument
1963 fuvc_handle_xu_hicamera_control(struct uvc_dev_s *fuvc, struct usbdev_req_s *req, const struct usb_device_request *ctrl) fuvc_handle_xu_hicamera_control() argument
1989 fuvc_handle_class_setup_control(struct uvc_dev_s *fuvc, struct usbdev_req_s *req, const struct usb_device_request *ctrl) fuvc_handle_class_setup_control() argument
2051 fuvc_handle_streaming_probe(struct uvc_dev_s *fuvc, struct usbdev_req_s *req, const struct usb_device_request *ctrl) fuvc_handle_streaming_probe() argument
2128 fuvc_handle_class_setup_streaming(struct uvc_dev_s *fuvc, struct usbdev_req_s *req, const struct usb_device_request *ctrl) fuvc_handle_class_setup_streaming() argument
2578 usbclass_uvc_setup(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, const struct usb_device_request *ctrl, uint8_t *dataout, size_t outlen) usbclass_uvc_setup() argument
[all...]
H A Df_mass_storage.c1708 usbclass_mass_setup(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, const struct usb_device_request *ctrl, uint8_t *dataout, size_t outlen) usbclass_mass_setup() argument
/third_party/libuv/src/win/
H A Dtty.c625 static const char* get_vt100_fn_key(DWORD code, char shift, char ctrl, in get_vt100_fn_key() argument
/third_party/libdrm/freedreno/kgsl/
H A Dmsm_kgsl.h200 unsigned int ctrl; member
/third_party/ltp/lib/
H A Dtst_cgroup.c325 has_ctrl(const uint32_t ctrl_field, const struct cgroup_ctrl *const ctrl) has_ctrl() argument
332 add_ctrl(uint32_t *const ctrl_field, const struct cgroup_ctrl *const ctrl) add_ctrl() argument
354 cgroup_ctrl_on_v2(const struct cgroup_ctrl *const ctrl) cgroup_ctrl_on_v2() argument
411 const struct cgroup_ctrl *ctrl; tst_cg_print_config() local
435 struct cgroup_ctrl *ctrl; cgroup_find_ctrl() local
462 struct cgroup_ctrl *ctrl; cgroup_parse_config_line() local
551 struct cgroup_ctrl *ctrl; cgroup_root_scan() local
704 cgroup_mount_v1(struct cgroup_ctrl *const ctrl) cgroup_mount_v1() argument
808 struct cgroup_ctrl *const ctrl = cgroup_find_ctrl(ctrl_name); tst_cg_require() local
984 struct cgroup_ctrl *ctrl; tst_cg_cleanup() local
1057 const struct cgroup_ctrl *ctrl; cgroup_group_add_dir() local
1148 const struct cgroup_ctrl *ctrl; cgroup_file_find() local
1191 const struct cgroup_ctrl *const ctrl = cgroup_find_ctrl(ctrl_name); tst_cg_ver() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c801 control(FILE *file, const char *name, const char *const ctrl[], in control() argument
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1424 ctrl_t ctrl = GetCtrl(i); in SwissNameDictionaryVerify() local
1435 CHECK_EQ(swiss_table::H2(name.hash()), ctrl); in SwissNameDictionaryVerify() local
1475 ctrl_t ctrl = GetCtrl(entry); in SwissNameDictionaryVerify() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost.h232 unsigned ctrl : 4; member
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h170 int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2); member
318 int (*ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr); member
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_lib.c949 evp_pkey_ctx_set_md(EVP_PKEY_CTX *ctx, const EVP_MD *md, int fallback, const char *param, int op, int ctrl) evp_pkey_ctx_set_md() argument
996 evp_pkey_ctx_set1_octet_string(EVP_PKEY_CTX *ctx, int fallback, const char *param, int op, int ctrl, const unsigned char *data, int datalen) evp_pkey_ctx_set1_octet_string() argument
1135 evp_pkey_ctx_set_uint64(EVP_PKEY_CTX *ctx, const char *param, int op, int ctrl, uint64_t val) evp_pkey_ctx_set_uint64() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dtty.c631 static const char* get_vt100_fn_key(DWORD code, char shift, char ctrl, in get_vt100_fn_key() argument
/third_party/openssl/crypto/evp/
H A Dpmeth_lib.c948 evp_pkey_ctx_set_md(EVP_PKEY_CTX *ctx, const EVP_MD *md, int fallback, const char *param, int op, int ctrl) evp_pkey_ctx_set_md() argument
995 evp_pkey_ctx_set1_octet_string(EVP_PKEY_CTX *ctx, int fallback, const char *param, int op, int ctrl, const unsigned char *data, int datalen) evp_pkey_ctx_set1_octet_string() argument
1134 evp_pkey_ctx_set_uint64(EVP_PKEY_CTX *ctx, const char *param, int op, int ctrl, uint64_t val) evp_pkey_ctx_set_uint64() argument
[all...]
/third_party/openssl/include/crypto/
H A Devp.h170 int (*ctrl) (EVP_PKEY_CTX *ctx, int type, int p1, void *p2); member
318 int (*ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr); member
[all...]

Completed in 52 milliseconds

12345678910