Home
last modified time | relevance | path

Searched refs:set_period (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/include/sound/
A Dtimer.h53 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den); member
/linux-6.3-rc2/drivers/comedi/drivers/
A Dcomedi_test.c62 static unsigned int set_period; variable
72 module_param_named(period, set_period, uint, 0444);
754 int period = set_period; in waveform_auto_attach()
/linux-6.3-rc2/include/scsi/
A Dscsi_transport_spi.h96 void (*set_period)(struct scsi_target *, int); member
/linux-6.3-rc2/drivers/scsi/
A Dscsi_transport_spi.c506 if (!i->f->set_period) in store_spi_transport_period()
514 i->f->set_period(starget, period); in store_spi_transport_period()
533 if (!i->f->set_period) in show_spi_transport_min_period()
895 if (!i->f->set_period) in spi_dv_device_internal()
A D53c700.c2097 .set_period = NCR_700_set_period,
A Desp_scsi.c2734 .set_period = esp_set_period,
A Dncr53c8xx.c8390 .set_period = ncr53c8xx_set_period,
/linux-6.3-rc2/arch/x86/events/
A Dperf_event.h754 int (*set_period)(struct perf_event *event); member
1053 DECLARE_STATIC_CALL(x86_pmu_set_period, *x86_pmu.set_period);
A Dcore.c75 DEFINE_STATIC_CALL_NULL(x86_pmu_set_period, *x86_pmu.set_period);
2017 static_call_update(x86_pmu_set_period, x86_pmu.set_period); in x86_pmu_static_call_update()
2131 if (!x86_pmu.set_period) in init_hw_perf_events()
2132 x86_pmu.set_period = x86_perf_event_set_period; in init_hw_perf_events()
/linux-6.3-rc2/sound/core/
A Dtimer.c1698 if (!t->hw.set_period) { in timer_set_gparams()
1702 err = t->hw.set_period(t, gparams->period_num, gparams->period_den); in timer_set_gparams()
/linux-6.3-rc2/arch/x86/events/intel/
A Dp4.c1343 .set_period = p4_pmu_set_period,
A Dcore.c4926 .set_period = intel_pmu_set_period,
/linux-6.3-rc2/drivers/message/fusion/
A Dmptspi.c1204 .set_period = mptspi_write_period,
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_glue.c1965 .set_period = sym2_set_period,
/linux-6.3-rc2/drivers/scsi/aic7xxx/
A Daic7xxx_osm.c2529 .set_period = ahc_linux_set_period,
A Daic79xx_osm.c2795 .set_period = ahd_linux_set_period,

Completed in 66 milliseconds