Searched refs:set_period (Results 1 – 12 of 12) sorted by relevance
/linux/include/sound/ |
A D | timer.h | 53 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den); member
|
/linux/drivers/comedi/drivers/ |
A D | comedi_test.c | 64 static unsigned int set_period; variable 74 module_param_named(period, set_period, uint, 0444); 756 int period = set_period; in waveform_auto_attach()
|
/linux/include/scsi/ |
A D | scsi_transport_spi.h | 96 void (*set_period)(struct scsi_target *, int); member
|
/linux/drivers/scsi/ |
A D | scsi_transport_spi.c | 507 if (!i->f->set_period) in store_spi_transport_period() 515 i->f->set_period(starget, period); in store_spi_transport_period() 534 if (!i->f->set_period) in show_spi_transport_min_period() 896 if (!i->f->set_period) in spi_dv_device_internal()
|
A D | 53c700.c | 2100 .set_period = NCR_700_set_period,
|
A D | esp_scsi.c | 2733 .set_period = esp_set_period,
|
A D | ncr53c8xx.c | 8388 .set_period = ncr53c8xx_set_period,
|
/linux/sound/core/ |
A D | timer.c | 1697 if (!t->hw.set_period) { in timer_set_gparams() 1701 err = t->hw.set_period(t, gparams->period_num, gparams->period_den); in timer_set_gparams()
|
/linux/drivers/message/fusion/ |
A D | mptspi.c | 1204 .set_period = mptspi_write_period,
|
/linux/drivers/scsi/sym53c8xx_2/ |
A D | sym_glue.c | 1965 .set_period = sym2_set_period,
|
/linux/drivers/scsi/aic7xxx/ |
A D | aic7xxx_osm.c | 2529 .set_period = ahc_linux_set_period,
|
A D | aic79xx_osm.c | 2799 .set_period = ahd_linux_set_period,
|
Completed in 55 milliseconds