Searched refs:toc (Results 1 - 8 of 8) sorted by relevance

/drivers/ide/
H A Dide-cd_ioctl.c251 struct atapi_toc *toc; local
257 if ((drive->atapi_flags & IDE_AFLAG_TOC_VALID) == 0 || !info->toc) {
263 toc = info->toc;
264 ms_info->addr.lba = toc->last_session_lba;
265 ms_info->xa_flag = toc->xa_flag;
325 struct atapi_toc *toc = info->toc; local
329 * don't serve cached data, if the toc isn't valid
335 ntracks = toc
388 struct atapi_toc *toc; local
[all...]
H A Dide-cd.c162 * If a read toc is executed for a CD-R or CD-RW medium where the first
163 * toc has not been recorded yet, it will fail with 05/24/00 (which is a
955 struct atapi_toc *toc = info->toc; local
965 if (toc == NULL) {
967 toc = kmalloc(sizeof(struct atapi_toc), GFP_KERNEL);
968 if (toc == NULL) {
973 info->toc = toc;
986 stat = cdrom_read_capacity(drive, &toc
[all...]
H A Dide-cd.h88 struct atapi_toc *toc; member in struct:cdrom_info
/drivers/cdrom/
H A Dgdrom.c123 struct gdromtoc *toc; member in struct:gdrom_unit
278 static int gdrom_readtoc_cmd(struct gdromtoc *toc, int session) argument
305 insw(GDROM_DATA_REG, toc, tocsize/2);
336 if (!gd.toc)
340 err = gdrom_readtoc_cmd(gd.toc, 1);
344 err = gdrom_readtoc_cmd(gd.toc, 0);
351 fentry = get_entry_track(gd.toc->first);
352 lentry = get_entry_track(gd.toc->last);
354 track = get_entry_track(gd.toc->last);
356 data = gd.toc
[all...]
H A Dcdrom.c2817 struct cdrom_tocentry toc; local
2865 the toc contents. */
2867 toc.cdte_format = CDROM_MSF;
2868 toc.cdte_track = CDROM_LEADOUT;
2869 if ((ret = cdi->ops->audio_ioctl(cdi, CDROMREADTOCENTRY, &toc)))
2871 sanitize_format(&toc.cdte_addr, &toc.cdte_format, CDROM_LBA);
2872 *last_written = toc.cdte_addr.lba;
/drivers/remoteproc/
H A Dste_modem_rproc.c70 const struct ste_toc *toc; local
71 toc = data;
75 toc->table[i].start != 0xffffffff; i++) {
76 if (!strncmp(toc->table[i].name, SPROC_RESOURCE_NAME,
77 sizeof(toc->table[i].name)))
78 return &toc->table[i];
/drivers/isdn/act2000/
H A Dcapi.h70 __u8 toc; /* type of charging info */ member in struct:actcapi_infoel::charge
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c566 * This routine sets the swapper and reads the toc pointer and returns the
567 * memory mapped address of the toc
573 struct vxge_hw_toc_reg __iomem *toc = NULL; local
584 toc = bar0 + val64;
586 return toc;
591 * This routine sets the swapper and reads the toc pointer and initializes the
1001 struct vxge_hw_toc_reg __iomem *toc; local
1010 toc = __vxge_hw_device_toc_get(bar0);
1011 if (toc == NULL) {
1016 val64 = readq(&toc
[all...]

Completed in 206 milliseconds