Searched refs:action (Results 276 - 300 of 1443) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/pci/hda/
H A Dpatch_analog.c211 const struct hda_fixup *fix, int action)
215 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
225 const struct hda_fixup *fix, int action)
229 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
238 const struct hda_fixup *fix, int action)
242 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
243 ad1986a_fixup_eapd(codec, fix, action);
549 const struct hda_fixup *fix, int action)
553 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
563 const struct hda_fixup *fix, int action)
210 ad_fixup_inv_jack_detect(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
224 ad1986a_fixup_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
237 ad1986a_fixup_eapd_mix_in(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
548 ad1981_fixup_hp_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
562 ad1981_fixup_amp_override(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
956 ad1884_fixup_amp_override(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
980 ad1884_fixup_hp_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
1005 ad1884_fixup_thinkpad(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
[all...]
H A Dpatch_conexant.c350 const struct hda_fixup *fix, int action)
357 const struct hda_fixup *fix, int action)
359 if (action != HDA_FIXUP_ACT_PRE_PROBE)
404 const struct hda_fixup *fix, int action)
408 switch (action) {
425 const struct hda_fixup *fix, int action)
429 switch (action) {
545 int action)
552 switch (action) {
657 const struct hda_fixup *fix, int action)
349 cxt_fixup_stereo_dmic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
356 cxt5066_increase_mic_boost(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
403 cxt_fixup_headphone_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
424 cxt_fixup_headset_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
542 olpc_xo_capture_hook(struct hda_pcm_stream *hinfo, struct hda_codec *codec, struct snd_pcm_substream *substream, int action) argument
656 cxt_fixup_olpc_xo(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
687 cxt_fixup_mute_led_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
703 cxt_fixup_cap_mix_amp(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
717 cxt_fixup_cap_mix_amp_5047(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
727 cxt_fixup_hp_gate_mic_jack(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
798 cxt_fixup_mute_led_gpio(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
805 cxt_fixup_hp_zbook_mute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
[all...]
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcmd.c202 cmd_config.wol_conf.action = CMD_ACT_ACTION_NONE;
237 cmd.action = cpu_to_le16(cmd_action);
240 lbs_deb_cmd("PS_MODE: action ENTER_PS\n");
243 lbs_deb_cmd("PS_MODE: action EXIT_PS\n");
248 lbs_deb_cmd("PS_MODE: unknown action 0x%X\n", cmd_action);
279 cmd.action = cpu_to_le16(cmd_action);
424 cmd.action = cpu_to_le16(CMD_ACT_SET);
471 cmd.action = cpu_to_le16(CMD_ACT_GET);
513 cmd.action = cpu_to_le16(CMD_ACT_GET);
542 cmd.action
[all...]
/linux-master/drivers/ata/
H A Dlibata-eh.c433 return ehc->i.action | ehc->i.dev_action[dev->devno];
437 struct ata_eh_info *ehi, unsigned int action)
442 ehi->action &= ~action;
444 ehi->dev_action[tdev->devno] &= ~action;
447 WARN_ON(!(action & ATA_EH_PERDEV_MASK));
449 /* break ehi->action into ehi->dev_action */
450 if (ehi->action & action) {
453 ehi->action
436 ata_eh_clear_action(struct ata_link *link, struct ata_device *dev, struct ata_eh_info *ehi, unsigned int action) argument
1289 ata_eh_about_to_do(struct ata_link *link, struct ata_device *dev, unsigned int action) argument
1324 ata_eh_done(struct ata_link *link, struct ata_device *dev, unsigned int action) argument
1524 unsigned int err_mask = 0, action = 0; local
1576 unsigned int tmp, action = 0; local
1825 unsigned int action = 0; local
3050 unsigned int action = ata_eh_dev_action(dev); local
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c55 #define DOT11_ACTION_HDR_LEN 2 /* action frame category + action */
57 #define DOT11_ACTION_ACT_OFF 1 /* action offset */
90 #define P2PSD_ACTION_CATEGORY 0x04 /* Public action frame */
147 * @action: P2P_PUB_AF_ACTION
156 u8 action; member in struct:brcmf_p2p_pub_act_frame
187 * @action: 0x6c Advertisement Protocol
193 u8 action; member in struct:brcmf_p2psd_gas_pub_act_frame
201 * @mpc_onoff: To make sure to send successfully action frame, we have to
215 * @frame: action fram
1403 u8 action; local
1731 u8 action; local
[all...]
/linux-master/net/core/
H A Dfib_rules.c65 r->action = FR_ACT_TO_TBL;
146 ops->action == NULL)
304 if (rule->action == FR_ACT_GOTO) {
314 } else if (rule->action == FR_ACT_NOP)
317 err = INDIRECT_CALL_MT(ops->action,
425 if (rule->action && r->action != rule->action)
600 nlrule->action = frh->action;
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c20 * the FW's action scan priority.
284 !(trig_action_bitmap & le32_to_cpu(notif->action)) ||
291 le32_to_cpu(notif->action),
310 IWL_DEBUG_TE(mvm, "Handle time event notif - UID = 0x%x action %d\n",
312 le32_to_cpu(notif->action));
327 if (notif->action & cpu_to_le32(TE_V2_NOTIF_HOST_EVENT_START))
340 if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_END) {
376 } else if (le32_to_cpu(notif->action) & TE_V2_NOTIF_HOST_EVENT_START) {
387 IWL_WARN(mvm, "Got TE with unknown action\n");
427 "Aux ROC time event notification - UID = 0x%x action
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dcommand_table.h91 enum bp_pipe_control_action action);
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_arm.h165 #define NFP_ARM_GCSR_EXPL2_CSR(target, action, length, \
168 NFP_ARM_GCSR_EXPL2_BAR_ACT(action) | \
191 #define NFP_ARM_GCSR_EXPA_CSR(mode, target, token, is_64, action, address) \
198 NFP_ARM_GCSR_EXPA_BAR_ACT(action) | \
/linux-master/include/uapi/linux/
H A Dfib_rules.h28 __u8 action; member in struct:fib_rule_hdr
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dhw_ops.h207 wlcore_hw_interrupt_notify(struct wl1271 *wl, bool action) argument
210 return wl->ops->interrupt_notify(wl, action);
215 wlcore_hw_rx_ba_filter(struct wl1271 *wl, bool action) argument
218 return wl->ops->rx_ba_filter(wl, action);
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dacx.c190 bool action)
201 acx->enable = action;
217 int wl18xx_acx_rx_ba_filter(struct wl1271 *wl, bool action) argument
228 acx->enable = (u32)action;
189 wl18xx_acx_interrupt_notify_config(struct wl1271 *wl, bool action) argument
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h89 enum ibmvscsi_host_action action; member in struct:ibmvscsi_host_data
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_multibatch.py32 action="store_true", variable
/linux-master/kernel/gcov/
H A Dgcov.h59 void gcov_event(enum gcov_action action, struct gcov_info *info);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.h70 u8 action; member in struct:mt7915_tm_rf_test
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Drif_mac_profiles.sh114 action pass
120 dst_port 54321 action pass
149 action pass
153 dst_port 12345 action pass
H A Dtc_police_scale.sh47 action police rate 10mbit burst 100k \
/linux-master/drivers/hid/
H A Dhid-cougar.c262 unsigned char code, action; local
274 action = data[COUGAR_FIELD_ACTION];
278 cougar_mapping[i][1], action);
284 if (action != 0)
/linux-master/drivers/xen/
H A Dpci.c181 unsigned long action, void *data)
186 switch (action) {
198 action == BUS_NOTIFY_ADD_DEVICE ? "add" :
199 (action == BUS_NOTIFY_DEL_DEVICE ? "delete" : "?"));
180 xen_pci_notifier(struct notifier_block *nb, unsigned long action, void *data) argument
/linux-master/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh61 skip_sw action goto chain $(PSFP)
134 action gate base-time 0.000000000 \
152 flower action skbedit priority 7
154 flower vlan_ethtype 0xdead action skbedit priority 6
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c57 const char *action = suspend ? "suspend" : subdev->use.enabled ? "fini" : "reset"; local
60 nvkm_trace(subdev, "%s running...\n", action);
66 nvkm_error(subdev, "%s failed, %d\n", action, ret);
76 nvkm_trace(subdev, "%s completed in %lldus\n", action, time);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush-hash.h60 extern void hash__tlbiel_all(unsigned int action);
/linux-master/drivers/acpi/acpica/
H A Dutosi.c292 * PARAMETERS: action - Actions to be performed during the
303 acpi_status acpi_ut_update_interfaces(u8 action) argument
310 (action & ACPI_FEATURE_STRINGS)) ||
312 (action & ACPI_VENDOR_STRINGS))) {
313 if (action & ACPI_DISABLE_INTERFACES) {
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_police.c72 const struct flow_action *action,
80 "Offload not supported when exceed action is not drop");
87 "Offload not supported when conform action is not pipe or ok");
92 !flow_action_is_last_entry(action, act)) {
94 "Offload not supported when conform action is ok, but action is not last");
133 struct flow_action *action,
145 err = lan966x_police_validate(port, action, act, police_id, ingress,
71 lan966x_police_validate(struct lan966x_port *port, const struct flow_action *action, const struct flow_action_entry *act, unsigned long police_id, bool ingress, struct netlink_ext_ack *extack) argument
132 lan966x_police_port_add(struct lan966x_port *port, struct flow_action *action, struct flow_action_entry *act, unsigned long police_id, bool ingress, struct netlink_ext_ack *extack) argument

Completed in 377 milliseconds

<<11121314151617181920>>