Home
last modified time | relevance | path

Searched refs:label (Results 1 - 25 of 31) sorted by relevance

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H A Dlos_typedef.h106 #define LOS_LABEL_DEFN(label) (label)
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dpwm.h70 * @label: name of the PWM device
81 const char *label; member
308 struct pwm_device *pwm_request(int pwm_id, const char *label);
395 struct pwm_device *pwm_request_from_chip(struct pwm_chip *chip, unsigned int index, const char *label);
408 static inline struct pwm_device *pwm_request(int pwm_id, const char *label) in pwm_request() argument
471 static inline struct pwm_device *pwm_request_from_chip(struct pwm_chip *chip, unsigned int index, const char *label) in pwm_request_from_chip() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/
H A Dcustom_log.h136 * 然后跳转 'label' 指定的代码处执行.
146 * @param label
153 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \
157 goto label; \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/
H A Dcustom_log.h164 * 然后跳转 'label' 指定的代码处执行.
174 * @param label
181 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \
187 goto label; \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/platform/rk/
H A Dcustom_log.h117 * 然后跳转 'label' 指定的代码处执行.
127 * @param label
134 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \
138 goto label; \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_kernel_common.h110 * to the specified label using a goto. The label must therefore be local to the function in
117 #define MALI_CHECK_GOTO(condition, label) \
120 goto(label); \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/
H A Dcustom_log.h136 * 然后跳转 'label' 指定的代码处执行.
146 * @param label
153 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \
157 goto label; \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
H A Dcustom_log.h164 * 然后跳转 'label' 指定的代码处执行.
174 * @param label
181 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \
187 goto label; \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
H A Dcustom_log.h147 * 然后跳转 'label' 指定的代码处执行.
157 * @param label
164 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \
170 goto label; \
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_kernel_common.h95 * to the specified label using a goto. The label must therefore be local to the function in
102 #define MALI_CHECK_GOTO(condition, label) do { if(!(condition)) goto label; } while(0)
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dpower.h215 extern void suspend_test_finish(const char *label);
220 static inline void suspend_test_finish(const char *label) in suspend_test_finish() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpiolib-of.c290 * @label: label to attach to the requested GPIO
299 enum gpiod_flags dflags, const char *label) in gpiod_get_from_of_node()
320 ret = gpiod_request(desc, label); in gpiod_get_from_of_node()
865 gc->label = kasprintf(GFP_KERNEL, "%pOF", np); in of_mm_gpiochip_add_data()
866 if (!gc->label) { in of_mm_gpiochip_add_data()
889 kfree(gc->label); in of_mm_gpiochip_add_data()
910 kfree(gc->label); in of_mm_gpiochip_remove()
298 gpiod_get_from_of_node(struct device_node *node, const char *propname, int index, enum gpiod_flags dflags, const char *label) gpiod_get_from_of_node() argument
H A Dgpio-rockchip.c540 gc->label = bank->name; in rockchip_gpiolib_register()
548 dev_err(bank->dev, "failed to add gpiochip %s, %d\n", gc->label, ret); in rockchip_gpiolib_register()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/common/
H A Dsample_comm_ive.h118 #define SAMPLE_CHECK_EXPR_GOTO(expr, label, fmt...) \
122 goto label; \
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Drsa.h682 * \param label The buffer holding the custom label to use.
685 * \param label_len The length of the label in Bytes.
700 const unsigned char *label, size_t label_len,
837 * \param label The buffer holding the custom label to use.
840 * \param label_len The length of the label in Bytes.
857 const unsigned char *label, size_t label_len,
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c91 #define PIN_BANK(id, pins, label) \
93 .bank_num = (id), .nr_pins = (pins), .name = (label), \
102 #define PIN_BANK_IOMUX_FLAGS(id, pins, label, iom0, iom1, iom2, iom3) \
104 .bank_num = (id), .nr_pins = (pins), .name = (label), \
113 #define PIN_BANK_IOMUX_FLAGS_OFFSET(id, pins, label, iom0, iom1, iom2, iom3, offset0, offset1, offset2, offset3) \
115 .bank_num = (id), .nr_pins = (pins), .name = (label), \
124 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \
126 .bank_num = (id), .nr_pins = (pins), .name = (label), \
142 #define PIN_BANK_DRV_FLAGS_PULL_FLAGS(id, pins, label, drv0, drv1, drv2, drv3, pull0, pull1, pull2, pull3) \
144 .bank_num = (id), .nr_pins = (pins), .name = (label), \
[all...]
H A Dpinctrl-rockchip.h195 char *label; member
H A Dpinctrl-rk805.c336 .label = "rk805-gpio",
350 .label = "rk816-gpio",
364 .label = "rk817-gpio",
/device/soc/rockchip/common/sdk_linux/scripts/dtc/
H A Dchecks.c407 static void check_duplicate_label(struct check *c, struct dt_info *dti, const char *label, struct node *node, in check_duplicate_label() argument
415 othernode = get_node_by_label(dt, label); in check_duplicate_label()
417 otherprop = get_property_by_label(dt, label, &othernode); in check_duplicate_label()
420 othermark = get_marker_label(dt, label, &othernode, &otherprop); in check_duplicate_label()
428 FAIL(c, dti, node, "Duplicate label '%s' on " DESCLABEL_FMT " and " DESCLABEL_FMT, label, in check_duplicate_label()
435 struct label *l; in check_duplicate_label_node()
438 for_each_label(node->labels, l) check_duplicate_label(c, dti, l->label, node, NULL, NULL); in check_duplicate_label_node()
444 for_each_label(prop->labels, l) check_duplicate_label(c, dti, l->label, node, prop, NULL); in check_duplicate_label_node()
588 "label \" in fixup_phandle_references()
647 struct label *label; fixup_omit_unused_nodes() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.h335 extern int sec_argos_register_notifier(struct notifier_block *n, char *label);
336 extern int sec_argos_unregister_notifier(struct notifier_block *n, char *label);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhks_client.h485 * @param label [IN] type #const struct hks_blob *,Derived label,constraint condition:
487 CNcomment:派生使用的label,约束条件:lable.size必须大于或等于16。CNend
496 const struct hks_blob *salt, const struct hks_blob *label);
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
H A Danalog_headset_core.c53 static int32_t GpioDirectionInput(struct device *dev, uint32_t gpio, const char *label) in GpioDirectionInput() argument
57 if ((dev == NULL) || (label == NULL)) { in GpioDirectionInput()
58 AUDIO_DEVICE_LOG_ERR("dev or label is NULL."); in GpioDirectionInput()
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H A Dpinctrl-rockchip.h390 char *label; member
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Dpinctrl-rockchip.h390 char *label; member
/device/soc/rockchip/common/vendor/drivers/gpio/
H A Dgpio-rockchip.c537 gc->label = bank->name; in rockchip_gpiolib_register()
545 dev_err(bank->dev, "failed to add gpiochip %s, %d\n", gc->label, ret); in rockchip_gpiolib_register()

Completed in 22 milliseconds

12