Lines Matching defs:function
1021 /* this function makes sure that the disk stays in the drive during the
1048 void (*function)(void))
1059 fd_timer_fn = function;
1362 * of the specify command (i.e. using the fdc_specify function).
1488 void (*function)(void);
1502 function = floppy_start;
1504 function = setup_rw_floppy;
1507 if (fd_wait_for_completion(ready_date, function))
1856 pr_info("delayed work.function=%p expires=%ld\n",
1898 static int start_motor(void (*function)(void))
1923 function);