Searched refs:pdev_name (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ath/ath12k/ |
D | debugfs.c | 75 char pdev_name[5]; in ath12k_debugfs_register() local 78 scnprintf(pdev_name, sizeof(pdev_name), "%s%d", "mac", ar->pdev_idx); in ath12k_debugfs_register() 80 ar->debug.debugfs_pdev = debugfs_create_dir(pdev_name, ab->debugfs_soc); in ath12k_debugfs_register()
|
/linux-6.12.1/drivers/regulator/ |
D | palmas-regulator.c | 892 const char *pdev_name, in palmas_ldo_registration() argument 984 pdev_name); in palmas_ldo_registration() 1010 const char *pdev_name, in tps65917_ldo_registration() argument 1091 pdev_name); in tps65917_ldo_registration() 1117 const char *pdev_name, in palmas_smps_registration() argument 1276 pdev_name); in palmas_smps_registration() 1287 const char *pdev_name, in tps65917_smps_registration() argument 1380 pdev_name); in tps65917_smps_registration() 1602 const char *pdev_name; in palmas_regulators_probe() local 1649 pdev_name = pdev->name; in palmas_regulators_probe() [all …]
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | debugfs.c | 1595 char pdev_name[10]; in ath11k_debugfs_register() local 1598 snprintf(pdev_name, sizeof(pdev_name), "%s%u", "mac", ar->pdev_idx); in ath11k_debugfs_register() 1600 ar->debug.debugfs_pdev = debugfs_create_dir(pdev_name, ab->debugfs_soc); in ath11k_debugfs_register()
|
/linux-6.12.1/drivers/scsi/ |
D | myrs.h | 533 unsigned char pdev_name[16]; /* Bytes 64-79 */ member
|
/linux-6.12.1/include/linux/mfd/ |
D | palmas.h | 122 const char *pdev_name, 127 const char *pdev_name,
|