Home
last modified time | relevance | path

Searched refs:shared_name (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_common.c684 char shared_name[32] = "shared_"; in mpp_reset_control_get() local
697 strncat(shared_name, name, in mpp_reset_control_get()
698 sizeof(shared_name) - strlen(shared_name) - 1); in mpp_reset_control_get()
700 "reset-names", shared_name); in mpp_reset_control_get()
702 dev_err(mpp->dev, "%s is not found!\n", shared_name); in mpp_reset_control_get()
715 rst = devm_reset_control_get(mpp->dev, shared_name); in mpp_reset_control_get()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h640 char shared_name[IFNAMSIZ + 8]; member