/linux-3.3/drivers/md/persistent-data/ |
D | dm-block-manager.c | 353 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_block_manager_alloc_callback() local 354 aux->validator = NULL; in dm_block_manager_alloc_callback() 355 bl_init(&aux->lock); in dm_block_manager_alloc_callback() 360 struct buffer_aux *aux = dm_bufio_get_aux_data(buf); in dm_block_manager_write_callback() local 361 if (aux->validator) { in dm_block_manager_write_callback() 362 aux->validator->prepare_for_write(aux->validator, (struct dm_block *) buf, in dm_block_manager_write_callback() 402 struct buffer_aux *aux, in dm_bm_validate_buffer() argument 405 if (unlikely(!aux->validator)) { in dm_bm_validate_buffer() 412 aux->validator = v; in dm_bm_validate_buffer() 414 if (unlikely(aux->validator != v)) { in dm_bm_validate_buffer() [all …]
|
/linux-3.3/scripts/basic/ |
D | fixdep.c | 166 struct item *aux; in is_defined_config() local 168 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in is_defined_config() 169 if (aux->hash == hash && aux->len == len && in is_defined_config() 170 memcmp(aux->name, name, len) == 0) in is_defined_config() 181 struct item *aux = malloc(sizeof(*aux) + len); in define_config() local 183 if (!aux) { in define_config() 187 memcpy(aux->name, name, len); in define_config() 188 aux->len = len; in define_config() 189 aux->hash = hash; in define_config() 190 aux->next = hashtab[hash % HASHSZ]; in define_config() [all …]
|
/linux-3.3/arch/powerpc/boot/dts/ |
D | mucmc52.dts | 189 compatible = "manroland,mucmc52-aux-gpio"; 195 compatible = "manroland,mucmc52-aux-gpio"; 201 compatible = "manroland,mucmc52-aux-gpio"; 207 compatible = "manroland,mucmc52-aux-gpio"; 213 compatible = "manroland,mucmc52-aux-gpio"; 219 compatible = "manroland,mucmc52-aux-gpio"; 225 compatible = "manroland,mucmc52-aux-gpio"; 231 compatible = "manroland,mucmc52-aux-gpio"; 237 compatible = "manroland,mucmc52-aux-gpio"; 243 compatible = "manroland,mucmc52-aux-gpio";
|
/linux-3.3/drivers/input/serio/ |
D | i8042.c | 40 MODULE_PARM_DESC(noaux, "Do not probe or use AUX (mouse) port."); 64 MODULE_PARM_DESC(noloop, "Disable the AUX Loopback command while probing for the AUX port"); 100 * Writers to AUX and KBD ports as well as users issuing i8042_command 235 data, str & I8042_STR_AUXDATA ? "aux" : "kbd"); in i8042_flush() 328 * i8042_aux_write() sends a byte out through the aux interface. 342 * i8042_aux_close attempts to clear AUX or KBD port state by disabling 355 port_name = "AUX"; in i8042_port_close() 406 * We synchronize with both AUX and KBD IRQs because there is in i8042_stop() 407 * a (very unlikely) chance that AUX IRQ is raised for KBD port in i8042_stop() 556 * i8042_enable_aux_port enables AUX (mouse) port on chip [all …]
|
/linux-3.3/sound/soc/codecs/ |
D | wm9712.c | 126 SOC_SINGLE("Aux Playback Headphone Volume", AC97_CD, 12, 7, 1), 127 SOC_SINGLE("Aux Playback Speaker Volume", AC97_CD, 8, 7, 1), 128 SOC_SINGLE("Aux Playback Phone Volume", AC97_CD, 4, 7, 1), 164 u16 l, r, beep, line, phone, mic, pcm, aux; in mixer_event() local 173 aux = ac97_read(w->codec, AC97_CD); in mixer_event() 196 ac97_write(w->codec, AC97_CD, aux & 0x7fff); in mixer_event() 198 ac97_write(w->codec, AC97_CD, aux | 0x8000); in mixer_event() 211 SOC_DAPM_SINGLE("Aux Playback Switch", HPL_MIXER, 4, 1, 0), 221 SOC_DAPM_SINGLE("Aux Playback Switch", HPR_MIXER, 4, 1, 0), 231 SOC_DAPM_SINGLE("Aux Playback Switch", AC97_CD, 11, 1, 1), [all …]
|
D | wm8974.c | 165 SOC_ENUM("Aux Mode", wm8974_auxmode), 178 SOC_DAPM_SINGLE("Aux Playback Switch", WM8974_SPKMIX, 5, 1, 0), 185 SOC_DAPM_SINGLE("Aux Playback Switch", WM8974_MONOMIX, 2, 1, 0), 191 SOC_DAPM_SINGLE("Aux Switch", WM8974_INPPGA, 6, 1, 0), 196 SOC_DAPM_SINGLE("Aux Switch", WM8974_INPUT, 2, 1, 0), 201 /* AUX Input boost vol */ 203 SOC_DAPM_SINGLE("Aux Volume", WM8974_ADCBOOST, 0, 7, 0); 218 SND_SOC_DAPM_PGA("Aux Input", WM8974_POWER1, 6, 0, NULL, 0), 232 SND_SOC_DAPM_INPUT("AUX"), 241 {"Mono Mixer", "Aux Playback Switch", "Aux Input"}, [all …]
|
D | ak4535.c | 80 SOC_SINGLE("AUX Bypass Volume", AK4535_VOL, 0, 15, 0), 94 SOC_DAPM_SINGLE("Aux Bypass Switch", AK4535_SIG2, 5, 1, 0), 100 SOC_DAPM_SINGLE("Aux Capture Switch", AK4535_MIC, 5, 1, 0), 163 SND_SOC_DAPM_PGA("AUX In", AK4535_PM1, 2, 0, NULL, 0), 169 SND_SOC_DAPM_INPUT("AUX"), 178 {"Stereo Mixer", "Aux Bypass Switch", "AUX In"}, 222 /* Aux In */ 223 {"Aux In", NULL, "AUX"}, 228 {"Input Mixer", "Aux Capture Switch", "Aux In"},
|
D | wm8510.c | 130 SOC_DAPM_SINGLE("Aux Playback Switch", WM8510_SPKMIX, 5, 1, 0), 137 SOC_DAPM_SINGLE("Aux Playback Switch", WM8510_MONOMIX, 2, 1, 0), 143 SOC_DAPM_SINGLE("Aux Volume", WM8510_ADCBOOST, 0, 7, 0), 150 SOC_DAPM_SINGLE("AUX Switch", WM8510_INPUT, 2, 1, 0), 162 SND_SOC_DAPM_PGA("Aux Input", WM8510_POWER1, 6, 0, NULL, 0), 178 SND_SOC_DAPM_INPUT("AUX"), 187 {"Mono Mixer", "Aux Playback Switch", "Aux Input"}, 192 {"Speaker Mixer", "Aux Playback Switch", "Aux Input"}, 206 { "Mic PGA", "AUX Switch", "Aux Input" }, 211 {"Boost Mixer", "Aux Volume", "Aux Input"},
|
D | wm9713.c | 14 * o Support for AC97 Codec, Voice DAC and Aux DAC 190 SOC_SINGLE_TLV("Headphone Mixer Aux Playback Volume", AC97_REC_SEL, 12, 7, 1, 195 SOC_SINGLE_TLV("Speaker Mixer Aux Playback Volume", AC97_REC_SEL, 8, 7, 1, 200 SOC_SINGLE_TLV("Mono Mixer Aux Playback Volume", AC97_REC_SEL, 4, 7, 1, 203 SOC_SINGLE("Aux Playback Headphone Volume", AC97_REC_SEL, 12, 7, 1), 204 SOC_SINGLE("Aux Playback Master Volume", AC97_REC_SEL, 8, 7, 1), 247 u16 l, r, beep, tone, phone, rec, pcm, aux; in mixer_event() local 256 aux = ac97_read(w->codec, AC97_AUX); in mixer_event() 286 ac97_write(w->codec, AC97_AUX, aux & 0x7fff); in mixer_event() 288 ac97_write(w->codec, AC97_AUX, aux | 0x8000); in mixer_event() [all …]
|
D | wm8940.c | 211 SOC_DAPM_SINGLE("Aux Playback Switch", WM8940_SPKMIX, 5, 1, 0), 217 SOC_DAPM_SINGLE("Aux Playback Switch", WM8940_MONOMIX, 2, 1, 0), 224 SOC_DAPM_SINGLE_TLV("Aux Volume", WM8940_ADCBOOST, 231 SOC_DAPM_SINGLE("AUX Switch", WM8940_INPUTCTL, 2, 1, 0), 252 SND_SOC_DAPM_PGA("Aux Input", WM8940_POWER1, 6, 0, NULL, 0), 264 SND_SOC_DAPM_INPUT("AUX"), 270 {"Mono Mixer", "Aux Playback Switch", "Aux Input"}, 275 {"Speaker Mixer", "Aux Playback Switch", "Aux Input"}, 289 {"Mic PGA", "AUX Switch", "AUX"}, 294 {"Boost Mixer", "Aux Volume", "Aux Input"},
|
D | adav80x.c | 148 "Aux Playback", 184 SND_SOC_DAPM_AIF_OUT("AIFAUXOUT", "Aux Capture", 0, SND_SOC_NOPM, 0, 0), 185 SND_SOC_DAPM_AIF_IN("AIFAUXIN", "Aux Playback", 0, SND_SOC_NOPM, 0, 0), 187 ADAV80X_MUX("Aux Capture Select", &adav80x_aux_capture_mux_ctrl), 239 { "DAC Select", "Aux Playback", "AIFAUXIN" }, 244 { "Capture Select", "Aux Playback", "AIFAUXIN" }, 247 { "Aux Capture Select", "ADC", "ADC" }, 248 { "Aux Capture Select", "Playback", "AIFIN" }, 249 { "Aux Capture Select", "Aux Playback", "AIFAUXIN" }, 250 { "AIFAUXOUT", NULL, "Aux Capture Select" }, [all …]
|
D | ak4641.c | 148 SOC_SINGLE_TLV("AUX In Volume", AK4641_VOL, 0, 15, 0, aux_in_tlv), 172 SOC_DAPM_SINGLE("Aux Bypass Switch", AK4641_SIG2, 5, 1, 0), 178 SOC_DAPM_SINGLE("Aux Capture Switch", AK4641_MIC, 5, 1, 0), 219 SND_SOC_DAPM_PGA("AUX In", AK4641_PM1, 2, 0, NULL, 0), 234 SND_SOC_DAPM_INPUT("AUX"), 242 {"Stereo Mixer", "Aux Bypass Switch", "AUX In"}, 276 /* Aux In */ 277 {"AUX In", NULL, "AUX"}, 282 {"Input Mixer", "Aux Capture Switch", "AUX In"},
|
D | wm8900.c | 378 SOC_SINGLE_TLV("Left AUX Bypass Volume", WM8900_REG_AUXOUT_CTL, 4, 7, 0, 380 SOC_SINGLE_TLV("Right AUX Bypass Volume", WM8900_REG_AUXOUT_CTL, 0, 7, 0, 400 SOC_SINGLE_TLV("Left AUX Boost Volume", WM8900_REG_AUXBOOST, 4, 3, 0, 402 SOC_SINGLE_TLV("Right AUX Boost Volume", WM8900_REG_AUXBOOST, 0, 3, 0, 432 SOC_DAPM_SINGLE("AUX Bypass Switch", WM8900_REG_AUXOUT_CTL, 7, 1, 0), 440 SOC_DAPM_SINGLE("AUX Bypass Switch", WM8900_REG_AUXOUT_CTL, 3, 1, 0), 449 SOC_DAPM_SINGLE("AUX Switch", WM8900_REG_AUXBOOST, 6, 1, 1), 456 SOC_DAPM_SINGLE("AUX Switch", WM8900_REG_AUXBOOST, 2, 1, 1), 496 SND_SOC_DAPM_INPUT("AUX"), 557 {"Left Input Mixer", "AUX Switch", "AUX"}, [all …]
|
/linux-3.3/net/decnet/ |
D | dn_nsp_out.c | 656 unsigned char aux; in dn_nsp_send_conninit() local 693 aux = scp->accessdata.acc_userl; in dn_nsp_send_conninit() 694 *skb_put(skb, 1) = aux; in dn_nsp_send_conninit() 695 if (aux > 0) in dn_nsp_send_conninit() 696 memcpy(skb_put(skb, aux), scp->accessdata.acc_user, aux); in dn_nsp_send_conninit() 698 aux = scp->accessdata.acc_passl; in dn_nsp_send_conninit() 699 *skb_put(skb, 1) = aux; in dn_nsp_send_conninit() 700 if (aux > 0) in dn_nsp_send_conninit() 701 memcpy(skb_put(skb, aux), scp->accessdata.acc_pass, aux); in dn_nsp_send_conninit() 703 aux = scp->accessdata.acc_accl; in dn_nsp_send_conninit() [all …]
|
/linux-3.3/security/keys/ |
D | request_key.c | 114 void *aux) in call_sbin_request_key() argument 221 size_t callout_len, void *aux, in construct_key() argument 229 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key() 251 ret = actor(cons, "create", aux); in construct_key() 442 void *aux, in construct_key_and_link() argument 463 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link() 494 * @aux: Auxiliary data for the upcall. 519 void *aux, in request_key_and_link() argument 529 type->name, description, callout_info, callout_len, aux, in request_key_and_link() 557 callout_len, aux, dest_keyring, in request_key_and_link() [all …]
|
/linux-3.3/drivers/scsi/ |
D | osst.c | 548 * Initialize the OnStream AUX 553 os_aux_t *aux = STp->buffer->aux; in osst_init_aux() local 554 os_partition_t *par = &aux->partition; in osst_init_aux() 555 os_dat_t *dat = &aux->dat; in osst_init_aux() 559 memset(aux, 0, sizeof(*aux)); in osst_init_aux() 560 aux->format_id = htonl(0); in osst_init_aux() 561 memcpy(aux->application_sig, "LIN4", 4); in osst_init_aux() 562 aux->hdwr = htonl(0); in osst_init_aux() 563 aux->frame_type = frame_type; in osst_init_aux() 567 aux->update_frame_cntr = htonl(STp->update_frame_cntr); in osst_init_aux() [all …]
|
/linux-3.3/sound/soc/pxa/ |
D | em-x270.c | 46 .name = "AC97 Aux", 47 .stream_name = "AC97 Aux", 48 .cpu_dai_name = "pxa2xx-ac97-aux", 49 .codec_dai_name ="wm9712-aux",
|
D | pxa2xx-ac97.c | 67 .name = "AC97 Aux PCM (Slot 5) Mono out", 75 .name = "AC97 Aux PCM (Slot 5) Mono in", 180 * has extra fifo's that can be used for aux DACs and ADCs. 205 .name = "pxa2xx-ac97-aux", 208 .stream_name = "AC97 Aux Playback", 214 .stream_name = "AC97 Aux Capture",
|
D | e800_wm9712.c | 98 .name = "AC97 Aux", 99 .stream_name = "AC97 Aux", 100 .cpu_dai_name = "pxa2xx-ac97-aux", 101 .codec_dai_name ="wm9712-aux",
|
D | e750_wm9705.c | 108 .name = "AC97 Aux", 109 .stream_name = "AC97 Aux", 110 .cpu_dai_name = "pxa2xx-ac97-aux", 111 .codec_dai_name ="wm9705-aux",
|
D | e740_wm9705.c | 125 .name = "AC97 Aux", 126 .stream_name = "AC97 Aux", 127 .cpu_dai_name = "pxa2xx-ac97-aux", 128 .codec_dai_name = "wm9705-aux",
|
/linux-3.3/arch/arm/mm/ |
D | cache-l2x0.c | 312 __u32 aux; in l2x0_init() local 321 aux = readl_relaxed(l2x0_base + L2X0_AUX_CTRL); in l2x0_init() 323 aux &= aux_mask; in l2x0_init() 324 aux |= aux_val; in l2x0_init() 329 if (aux & (1 << 16)) in l2x0_init() 336 ways = (aux >> 13) & 0xf; in l2x0_init() 351 way_size = (aux & L2X0_AUX_CTRL_WAY_SIZE_MASK) >> 17; in l2x0_init() 365 writel_relaxed(aux, l2x0_base + L2X0_AUX_CTRL); in l2x0_init() 367 l2x0_saved_regs.aux_ctrl = aux; in l2x0_init() 386 ways, cache_id, aux, l2x0_size); in l2x0_init() [all …]
|
/linux-3.3/fs/btrfs/ |
D | ulist.c | 130 * @aux: auxiliary value to store along with val 137 * already exist. If it is added, the auxiliary value @aux is stored along with 138 * it. In case @val already exists in the ulist, @aux is ignored, even if 146 int ulist_add(struct ulist *ulist, u64 val, unsigned long aux, in ulist_add() argument 181 ulist->nodes[ulist->nnodes].aux = aux; in ulist_add()
|
/linux-3.3/drivers/isdn/i4l/ |
D | isdn_ttyfax.c | 158 printk(KERN_DEBUG "isdn_tty: FCLASS1 cmd(%d)\n", c->parm.aux.cmd); in isdn_tty_fax_command1() 160 if (c->parm.aux.cmd < ISDN_FAX_CLASS1_QUERY) { in isdn_tty_fax_command1() 164 isdn_tty_at_cout(msg[c->parm.aux.cmd], info); in isdn_tty_fax_command1() 167 switch (c->parm.aux.cmd) { in isdn_tty_fax_command1() 178 if (!c->parm.aux.para[0]) { in isdn_tty_fax_command1() 182 isdn_tty_at_cout(c->parm.aux.para, info); in isdn_tty_fax_command1() 328 for (c.parm.aux.cmd = 0; c.parm.aux.cmd < 7; c.parm.aux.cmd++) in isdn_tty_cmd_FCLASS1() 329 if (!strncmp(p[0], cmd[c.parm.aux.cmd], 2)) in isdn_tty_cmd_FCLASS1() 333 printk(KERN_DEBUG "isdn_tty_cmd_FCLASS1 (%s,%d)\n", p[0], c.parm.aux.cmd); in isdn_tty_cmd_FCLASS1() 335 if (c.parm.aux.cmd == 7) in isdn_tty_cmd_FCLASS1() [all …]
|
/linux-3.3/drivers/isdn/hisax/ |
D | isar.c | 977 ic.parm.aux.cmd = status; in ll_deliver_faxstat() 1758 ic->parm.aux.cmd, ic->parm.aux.subcmd); in isar_auxcmd() 1759 switch(ic->parm.aux.cmd) { in isar_auxcmd() 1761 if (ic->parm.aux.subcmd == ETX) in isar_auxcmd() 1766 if (ic->parm.aux.subcmd == AT_QUERY) { in isar_auxcmd() 1768 ic->parm.aux.cmd = ISDN_FAX_CLASS1_OK; in isar_auxcmd() 1771 } else if (ic->parm.aux.subcmd == AT_EQ_QUERY) { in isar_auxcmd() 1772 strcpy(ic->parm.aux.para, "0-255"); in isar_auxcmd() 1774 ic->parm.aux.cmd = ISDN_FAX_CLASS1_QUERY; in isar_auxcmd() 1777 } else if (ic->parm.aux.subcmd == AT_EQ_VALUE) { in isar_auxcmd() [all …]
|