Lines Matching refs:this

26  * As with hd.c, all routines within this file can (and will) be called
66 * this helped the floppy driver as well. Much cleaner, and still seems to
245 * some ports reference this variable from there. -DaveM
353 * this struct defines the different floppy drive types.
487 * the respective entry of this array.
536 /* this is called after the interrupt of the
538 void (*redo)(void); /* this is called to retry the operation */
539 void (*error)(void); /* this is called to tally an error */
540 done_f done; /* this is called to say if the operation has
645 /* this routine checks whether the floppy driver is "alive" */
726 * change line is set, this means either that no disk is in the drive, or
1021 /* this function makes sure that the disk stays in the drive during the
1239 DPRINT("perpendicular mode not supported by this FDC.\n");
1422 * OK, this error interpreting routine is called after a
1426 * ak: Made this into a separate routine.
1605 * If it isn't, this means that there is really no disk in
1672 * and we are not at track 0, this
1689 * track 0, this might mean that we
1711 /* interrupt handler. Note that this can be called externally on the Sparc */
1889 cont->redo(); /* this will recall reset when needed */
1908 /* no read since this drive is running */
1941 twaddle(current_fdc, current_drive); /* this clears the dcl on certain
2175 /* position of logical sector 1 on this track */
2503 * transfer length: We use raw_cmd->cmd[SECT_PER_TRACK]. Unfortunately, this
2530 * this routine decides where to load the data (directly to buffer, or to
2866 /* fdc busy, this new request will be treated when the
3066 struct floppy_raw_cmd *this;
3068 this = *ptr;
3070 while (this) {
3071 if (this->buffer_length) {
3072 fd_dma_mem_free((unsigned long)this->kernel_data,
3073 this->buffer_length);
3074 this->buffer_length = 0;
3076 next = this->next;
3077 kfree(this);
3078 this = next;
3413 * We do this in order to provide a means to eject floppy disks before
3450 /* somebody else has this drive open */
4792 * Unfortunately, Adaptec doesn't know this :-(, */