Release 4.17 include/linux/platform_data/media/ir-rx51.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _IR_RX51_H
#define _IR_RX51_H
struct ir_rx51_platform_data {
int(*set_max_mpu_wakeup_lat)(struct device *dev, long t);
};
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Timo Kokkonen | 25 | 86.21% | 1 | 33.33% |
Sean Young | 3 | 10.34% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 3.45% | 1 | 33.33% |
Total | 29 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.