/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | usb.h | 17 TP_PROTO(struct usb_device *udev, pm_message_t msg, int *bypass), 18 TP_ARGS(udev, msg, bypass)); 21 TP_PROTO(struct usb_device *udev, pm_message_t msg, int *bypass), 22 TP_ARGS(udev, msg, bypass));
|
H A D | typec.h | 39 * Handler has to set bypass to override the value that would otherwise be returned by this 44 TP_PROTO(struct tcpci *tcpci, struct tcpci_data *data, int *vbus, int *bypass), 45 TP_ARGS(tcpci, data, vbus, bypass), 1); 62 TP_PROTO(const char *log, bool *bypass), 63 TP_ARGS(log, bypass));
|
H A D | vmscan.h | 20 TP_PROTO(gfp_t gfp_mask, int nid, struct mem_cgroup *memcg, int priority, bool *bypass), 21 TP_ARGS(gfp_mask, nid, memcg, priority, bypass));
|
/device/soc/rockchip/rk3588/kernel/drivers/regulator/ |
H A D | internal.h | 38 unsigned int bypass:1; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_frl.h | 126 hi_u32 bypass; member
|
H A D | drv_hdmi_frl.c | 894 if (curr_frl_info->bypass & FRL_BYPASS_READY_CHECK) {
in frl_training_ready_check_timeout() 895 hdmi_info("READY_CHECK bypass, goto TRAIN_START!\n");
in frl_training_ready_check_timeout() 932 if (curr_frl_info->bypass & FRL_BYPASS_RESULT_CHECK) {
in frl_training_result_check_timeout() 933 hdmi_info("RESULT_CHECK bypass, goto RESULT_HANDLE!\n");
in frl_training_result_check_timeout() 1027 if (curr_frl_info->bypass & FRL_BYPASS_RETRAIN_CHECK) {
in frl_retraining_check_timeout() 1028 hdmi_info("RETRAIN_CHECK bypass!\n");
in frl_retraining_check_timeout()
|
H A D | drv_hdmi_debug.c | 2088 frl_info->bypass = (data & 0x7); in frl_attr_parse() 2089 hdmi_dbg_print("bypass: 0x%x.\n", frl_info->bypass); in frl_attr_parse() 2573 frl_info->bypass = (data & 0x7); in debug_frl_bypass() 2574 hdmi_dbg_print("bypass: 0x%x.\n", frl_info->bypass); in debug_frl_bypass()
|
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | core.c | 758 label = "bypass";
in regulator_status_show() 934 bool bypass;
in regulator_bypass_show() local 936 ret = rdev->desc->ops->get_bypass(rdev, &bypass);
in regulator_bypass_show() 939 } else if (bypass) {
in regulator_bypass_show() 947 static DEVICE_ATTR(bypass, CORE_FILE_PROPERTY_B, regulator_bypass_show, NULL);
4433 * regulator_allow_bypass - allow the regulator to go into bypass mode
4436 * @enable: enable or disable bypass mode
4438 * Allow the regulator to go into bypass mode if all other consumers
4439 * for the regulator also enable bypass mode and the machine
4459 if (enable && !regulator->bypass) {
in regulator_allow_bypass() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_comm_isp_adapt.h | 1994 hi_bool bypass; /* RW; Range:[0, 1]; Format:1.0; */
member 2399 hi_bool bypass; /* RW; Range: [0, 1]; Format:1.0; If enabled, awb will be bypassed */
member 2420 hi_bool iso_act_en; /* RW; Range: [0, 1]; Format:1.0; if enabled, CCM will bypass in low light */
2421 hi_bool temp_act_en; /* RW; Range: [0, 1]; Format:1.0; if enabled, CCM will bypass when color temperature is
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_comm_isp_adapt.h | 1994 hi_bool bypass; /* RW; Range:[0, 1]; Format:1.0; */
member 2399 hi_bool bypass; /* RW; Range: [0, 1]; Format:1.0; If enabled, awb will be bypassed */
member 2420 hi_bool iso_act_en; /* RW; Range: [0, 1]; Format:1.0; if enabled, CCM will bypass in low light */
2421 hi_bool temp_act_en; /* RW; Range: [0, 1]; Format:1.0; if enabled, CCM will bypass when color temperature is
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/ |
H A D | rkisp3-config.h | 331 u8 bypass; member
|
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/ |
H A D | rkisp3-config.h | 331 u8 bypass; member
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v3x.c | 2617 value |= (arg->bypass & 0x1) << 1 | (arg->center_mode & 0x1) << 2 | (arg->exgain_bypass & 0x1) << 3; in isp_sharp_config()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v3x.c | 3241 value |= (arg->bypass & 0x1) << 1 | in isp_sharp_config()
|