Searched refs:insync (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/usb/ttusb-budget/ |
| H A D | dvb-ttusb-budget.c | 128 int insync; member 618 if (ttusb->insync) { in ttusb_process_frame() 620 ttusb->insync = 0; in ttusb_process_frame() 625 ttusb->insync = 1; in ttusb_process_frame() 802 ttusb->insync = 0; in ttusb_start_iso_xfer()
|
| /linux/drivers/md/ |
| H A D | md.c | 3086 * insync - sets Insync providing device isn't active in state_store() 3087 * -insync - clear Insync for a device with a slot assigned, in state_store() 3152 } else if (cmd_match(buf, "insync") && rdev->raid_disk == -1) { in state_store() 3163 } else if (cmd_match(buf, "-insync") && rdev->raid_disk >= 0 && in state_store() 7304 int nr,working,insync,failed,spare; in get_disk_info() 7307 nr = working = insync = failed = spare = 0; in md_add_new_disk() 7316 insync++; in md_add_new_disk() 7347 info.active_disks = insync; in md_add_new_disk() 7178 int nr,working,insync,failed,spare; get_array_info() local
|