/* * Platform data for MAX9768 * Copyright (C) 2011, 2012 by Wolfram Sang, Pengutronix e.K. * same licence as the driver */ #ifndef __SOUND_MAX9768_PDATA_H__ #define __SOUND_MAX9768_PDATA_H__ /** * struct max9768_pdata - optional platform specific MAX9768 configuration * @shdn_gpio: GPIO to SHDN pin. If not valid, pin must be hardwired HIGH * @mute_gpio: GPIO to MUTE pin. If not valid, control for mute won't be added * @flags: configuration flags, e.g. set classic PWM mode (check datasheet * regarding "filterless modulation" which is default). */ struct max9768_pdata { int shdn_gpio; int mute_gpio; unsigned flags; #define MAX9768_FLAG_CLASSIC_PWM (1 << 0) }; #endif /* __SOUND_MAX9768_PDATA_H__*/ git.cgi/'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_sysfs.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-12-11 11:17:54 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-11 11:17:54 -0800
commit69973b830859bc6529a7a0468ba0d80ee5117826 (patch)
tree5f11fe15ed9d9a3ab9c92242030e54b73ecdce45 /fs/xfs/xfs_sysfs.c
parent2e4333c14de06a333783d6812cf3c4998f78b0c8 (diff)
Linux 4.9
Diffstat (limited to 'fs/xfs/xfs_sysfs.c')