Searched +full:0 +full:xf829 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/mfd/ |
| H A D | wm8994-regmap.c | 18 { 0x0001, 0x0000 }, /* R1 - Power Management (1) */ 19 { 0x0002, 0x6000 }, /* R2 - Power Management (2) */ 20 { 0x0003, 0x0000 }, /* R3 - Power Management (3) */ 21 { 0x0004, 0x0000 }, /* R4 - Power Management (4) */ 22 { 0x0005, 0x0000 }, /* R5 - Power Management (5) */ 23 { 0x0006, 0x0000 }, /* R6 - Power Management (6) */ 24 { 0x0015, 0x0000 }, /* R21 - Input Mixer (1) */ 25 { 0x0018, 0x008B }, /* R24 - Left Line Input 1&2 Volume */ 26 { 0x0019, 0x008B }, /* R25 - Left Line Input 3&4 Volume */ 27 { 0x001A, 0x008B }, /* R26 - Right Line Input 1&2 Volume */ [all …]
|
| /linux/drivers/media/usb/gspca/ |
| H A D | sq930x.c | 35 #define Generic 0 52 .priv = 0}, 61 #define SQ930_CTRL_UCBUS_IO 0x0001 62 #define SQ930_CTRL_I2C_IO 0x0002 63 #define SQ930_CTRL_GPIO 0x0005 64 #define SQ930_CTRL_CAP_START 0x0010 65 #define SQ930_CTRL_CAP_STOP 0x0011 66 #define SQ930_CTRL_SET_EXPOSURE 0x001d 67 #define SQ930_CTRL_RESET 0x001e 68 #define SQ930_CTRL_GET_DEV_INFO 0x001f [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | wm8996.c | 110 return 0; \ 113 WM8996_REGULATOR_EVENT(0) 118 { WM8996_POWER_MANAGEMENT_1, 0x0 }, 119 { WM8996_POWER_MANAGEMENT_2, 0x0 }, 120 { WM8996_POWER_MANAGEMENT_3, 0x0 }, 121 { WM8996_POWER_MANAGEMENT_4, 0x0 }, 122 { WM8996_POWER_MANAGEMENT_5, 0x0 }, 123 { WM8996_POWER_MANAGEMENT_6, 0x0 }, 124 { WM8996_POWER_MANAGEMENT_7, 0x10 }, 125 { WM8996_POWER_MANAGEMENT_8, 0x [all...] |
| H A D | wm8962.c | 101 return 0; \ 104 WM8962_REGULATOR_EVENT(0) 114 { 0, 0x009F }, /* R0 - Left Input volume */ 115 { 1, 0x049F }, /* R1 - Right Input volume */ 116 { 2, 0x0000 }, /* R2 - HPOUTL volume */ 117 { 3, 0x0000 }, /* R3 - HPOUTR volume */ 119 { 5, 0x0018 }, /* R5 - ADC & DAC Control 1 */ 120 { 6, 0x2008 }, /* R6 - ADC & DAC Control 2 */ 121 { 7, 0x000A }, /* R7 - Audio Interface 0 */ 122 { 8, 0x01E4 }, /* R8 - Clocking2 */ [all …]
|