Home
last modified time | relevance | path

Searched refs:cls (Results 1 - 11 of 11) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_service.c142 srv->child_dev = device_create(srv->cls, dev, srv->dev_id, NULL, "%s", service_name); in mpp_register_service()
149 device_destroy(srv->cls, srv->dev_id); in mpp_remove_service()
309 srv->cls = class_create(THIS_MODULE, MPP_CLASS_NAME); in mpp_service_probe()
310 if (PTR_ERR_OR_ZERO(srv->cls)) { in mpp_service_probe()
311 return PTR_ERR(srv->cls); in mpp_service_probe()
379 class_destroy(srv->cls); in mpp_service_probe()
408 class_destroy(srv->cls); in mpp_service_remove()
H A Dmpp_common.h504 struct class *cls;
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_service.c144 srv->child_dev = device_create(srv->cls, dev, srv->dev_id, in mpp_register_service()
152 device_destroy(srv->cls, srv->dev_id); in mpp_remove_service()
309 srv->cls = class_create(THIS_MODULE, MPP_CLASS_NAME); in mpp_service_probe()
310 if (PTR_ERR_OR_ZERO(srv->cls)) in mpp_service_probe()
311 return PTR_ERR(srv->cls); in mpp_service_probe()
381 class_destroy(srv->cls); in mpp_service_probe()
409 class_destroy(srv->cls); in mpp_service_remove()
H A Dmpp_common.h480 struct class *cls;
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
H A Ddns.h126 PACK_STRUCT_FIELD(u16_t cls);
139 PACK_STRUCT_FIELD(u16_t cls);
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/
H A Dai_infer_process.h64 int cls; // The category of the object, an integer> 0 member
H A Dai_infer_process.c938 resBuf[resId].cls = 1; // class 1 in Yolo2FetchRes()
/device/soc/rockchip/common/vendor/drivers/net/
H A Drfkill-wlan.c707 static ssize_t wifi_power_show(struct class *cls, struct class_attribute *attr, char *_buf) in wifi_power_show() argument
712 static ssize_t wifi_power_store(struct class *cls, struct class_attribute *attr, const char *_buf, size_t _count) in wifi_power_store() argument
733 static ssize_t wifi_bt_vbat_show(struct class *cls, struct class_attribute *attr, char *_buf) in wifi_bt_vbat_show() argument
738 static ssize_t wifi_bt_vbat_store(struct class *cls, struct class_attribute *attr, const char *_buf, size_t _count) in wifi_bt_vbat_store() argument
759 static ssize_t wifi_set_carddetect_store(struct class *cls, struct class_attribute *attr, const char *_buf, in wifi_set_carddetect_store() argument
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H A Drfkill-wlan.c738 static ssize_t wifi_power_show(struct class *cls, struct class_attribute *attr, char *_buf) in wifi_power_show() argument
743 static ssize_t wifi_power_store(struct class *cls, struct class_attribute *attr, const char *_buf, size_t _count) in wifi_power_store() argument
762 static ssize_t wifi_bt_vbat_show(struct class *cls, struct class_attribute *attr, char *_buf) in wifi_bt_vbat_show() argument
767 static ssize_t wifi_bt_vbat_store(struct class *cls, struct class_attribute *attr, const char *_buf, size_t _count) in wifi_bt_vbat_store() argument
786 static ssize_t wifi_set_carddetect_store(struct class *cls, struct class_attribute *attr, const char *_buf, size_t _count) in wifi_set_carddetect_store() argument
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dhwif.h556 struct tc_cls_u32_offload *cls);
560 struct flow_cls_offload *cls);
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1452 u8 cls; member

Completed in 15 milliseconds