Searched refs:device_string (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/m68k/include/asm/ |
| H A D | oplib.h | 70 extern int prom_devopen(char *device_string);
|
| /linux/drivers/bluetooth/ |
| H A D | btnxpuart.c | 1442 char device_string[30]; in nxp_setup() local 1444 char *envp[] = {device_string, event_string, NULL}; in nxp_setup() 1457 snprintf(device_string, 30, "BTNXPUART_DEV=%s", dev_name(&serdev->dev)); in nxp_setup() 1459 bt_dev_dbg(hdev, "==== Send uevent: %s:%s ===", device_string, in nxp_setup() 1787 char device_string[30]; in nxp_coredump_notify() local 1789 char *envp[] = {device_string, event_string, NULL}; in nxp_coredump_notify() 1791 snprintf(device_string, 30, "BTNXPUART_DEV=%s", dev_name(&serdev->dev)); in nxp_coredump_notify() 1807 bt_dev_dbg(hdev, "==== Send uevent: %s:%s ===", device_string, in nxp_coredump_notify()
|