/kernel/linux/linux-5.10/include/sound/ |
H A D | timer.h | 53 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den); member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | timer.h | 53 int (*set_period) (struct snd_timer * timer, unsigned long period_num, unsigned long period_den); member
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H 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()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_spi.h | 96 void (*set_period)(struct scsi_target *, int); member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_spi.h | 96 void (*set_period)(struct scsi_target *, int); member
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | comedi_test.c | 62 static unsigned int set_period; variable 74 module_param_named(period, set_period, uint, 0444); 778 int period = set_period; in waveform_auto_attach()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H 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()
|
H A D | 53c700.c | 2101 .set_period = NCR_700_set_period,
|
H A D | esp_scsi.c | 2744 .set_period = esp_set_period,
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_transport_spi.c | 506 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()
|
H A D | 53c700.c | 2097 .set_period = NCR_700_set_period,
|
H A D | esp_scsi.c | 2734 .set_period = esp_set_period,
|
/kernel/linux/linux-6.6/arch/x86/events/ |
H A D | core.c | 75 DEFINE_STATIC_CALL_NULL(x86_pmu_set_period, *x86_pmu.set_period); 2013 static_call_update(x86_pmu_set_period, x86_pmu.set_period); in x86_pmu_static_call_update() 2127 if (!x86_pmu.set_period) in init_hw_perf_events() 2128 x86_pmu.set_period = x86_perf_event_set_period; in init_hw_perf_events()
|
H A D | perf_event.h | 754 int (*set_period)(struct perf_event *event); member 1053 DECLARE_STATIC_CALL(x86_pmu_set_period, *x86_pmu.set_period);
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | timer.c | 1698 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()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | timer.c | 1704 if (!t->hw.set_period) { in timer_set_gparams() 1708 err = t->hw.set_period(t, gparams->period_num, gparams->period_den); in timer_set_gparams()
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptspi.c | 1204 .set_period = mptspi_write_period,
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptspi.c | 1204 .set_period = mptspi_write_period,
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | p4.c | 1343 .set_period = p4_pmu_set_period,
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 2526 .set_period = ahc_linux_set_period,
|
H A D | aic79xx_osm.c | 2807 .set_period = ahd_linux_set_period,
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 1969 .set_period = sym2_set_period,
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 1965 .set_period = sym2_set_period,
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 2529 .set_period = ahc_linux_set_period,
|
H A D | aic79xx_osm.c | 2795 .set_period = ahd_linux_set_period,
|