Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_transport_spi.h96 void (*set_period)(struct scsi_target *, int); member
/linux/drivers/scsi/
H A Dscsi_transport_spi.c507 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()
H A D53c700.c2097 .set_period = NCR_700_set_period,
H A Desp_scsi.c2734 .set_period = esp_set_period,
/linux/arch/x86/events/
H A Dcore.c82 DEFINE_STATIC_CALL_NULL(x86_pmu_set_period, *x86_pmu.set_period);
2084 static_call_update(x86_pmu_set_period, x86_pmu.set_period); in x86_pmu_static_call_update()
2204 if (!x86_pmu.set_period) in init_hw_perf_events()
2205 x86_pmu.set_period = x86_perf_event_set_period; in init_hw_perf_events()
H A Dperf_event.h836 int (*set_period)(struct perf_event *event); member
1159 DECLARE_STATIC_CALL(x86_pmu_set_period, *x86_pmu.set_period);
/linux/sound/core/
H A Dtimer.c1674 if (!t->hw.set_period) in snd_timer_user_gparams()
1676 return t->hw.set_period(t, gparams->period_num, gparams->period_den); in snd_timer_user_gparams()
/linux/drivers/message/fusion/
H A Dmptspi.c1206 .set_period = mptspi_write_period,
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2542 .set_period = ahc_linux_set_period,
H A Daic79xx_osm.c2809 .set_period = ahd_linux_set_period,
/linux/arch/x86/events/intel/
H A Dcore.c6350 .set_period = intel_pmu_set_period,