Searched refs:hw_period (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/rc/
H A Dmtk-cir.c106 * @hw_period: The value indicating the hardware sampling period
113 u32 hw_period; member in struct:mtk_ir_data
274 .hw_period = 0xff,
282 .hw_period = 0xffff,
396 val = (ir->data->hw_period << ir->data->fields[MTK_HW_PERIOD].offset) &
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-hw.c209 struct img_ir_timing_range hw_pulse, hw_period; local
210 /* we calculate period in hw_period, then convert in place */
211 hw_period.min = timing->pulse.min + timing->space.min;
212 hw_period.max = timing->pulse.max + timing->space.max;
213 img_ir_timing_range_convert(&hw_period, &hw_period,
218 return (hw_period.max << IMG_IR_PD_MAX_SHIFT) |
219 (hw_period.min << IMG_IR_PD_MIN_SHIFT) |
/linux-master/arch/x86/events/amd/
H A Dibs.c101 perf_event_set_period(struct hw_perf_event *hwc, u64 min, u64 max, u64 *hw_period) argument
138 *hw_period = (u64)left;

Completed in 140 milliseconds