Lines Matching refs:cu_device
636 char cu_device[PATH_MAX];
647 cu_device[0] = '\0';
732 if (cu_device[0] != '\0') /* Did we work on a device ? */
735 hp_attach_matching_devices (hp_global_config_get(), cu_device);
736 cu_device[0] = '\0';
744 strcpy (cu_device, dev_name); /* Save the device name */
747 if (cu_device[0] != '\0') /* Did we work on a device ? */
750 DBG(1, "hp_read_config: attach %s\n", cu_device);
751 hp_attach_matching_devices (hp_global_config_get (), cu_device);
752 cu_device[0] = '\0';