| /linux/include/dt-bindings/sound/ |
| H A D | cs35l45.h | 57 * 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir' 58 * 2 = Pin acts as MDSYNC, direction controlled by MDSYNC 63 * 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir' 64 * 2 = Pin acts as open drain INT 66 * 4 = Pin acts as push-pull output INT. Active low. 67 * 5 = Pin acts as push-pull output INT. Active high. 72 * 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | cirrus,cs35l45.yaml | 105 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir' 106 2 = Pin acts as MDSYNC, direction controlled by MDSYNC 110 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir' 111 2 = Pin acts as open drain INT 113 4 = Pin acts as push-pull output INT. Active low. 114 5 = Pin acts as push-pull output INT. Active high. 118 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc.c | 178 * because if the alloc had succeeded we'd've put it in acts.list and in efx_tc_free_action_set() 183 /* in_hw is true iff we are on an acts.list; make sure to in efx_tc_free_action_set() 207 struct efx_tc_action_set_list *acts, in efx_tc_free_action_set_list() argument 212 /* Failure paths set in_hw=false, because usually the acts didn't get in efx_tc_free_action_set_list() 217 efx_mae_free_action_set_list(efx, acts); in efx_tc_free_action_set_list() 219 list_for_each_entry_safe(act, next, &acts->list, list) in efx_tc_free_action_set_list() 221 /* Don't kfree, as acts is embedded inside a struct efx_tc_flow_rule */ in efx_tc_free_action_set_list() 748 efx_tc_free_action_set_list(efx, &rule->acts, true); in efx_tc_delete_rule() 1802 INIT_LIST_HEAD(&rule->acts.list); in efx_tc_flower_replace_foreign() 1899 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace_foreign() [all …]
|
| H A D | tc_encap_actions.c | 433 struct efx_tc_action_set_list *acts, *fallback; in efx_tc_update_encap() local 441 acts = act->user; in efx_tc_update_encap() 442 if (WARN_ON(!acts)) /* can't happen */ in efx_tc_update_encap() 444 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap() 489 acts = act->user; in efx_tc_update_encap() 490 if (WARN_ON(!acts)) /* can't happen */ in efx_tc_update_encap() 492 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap() 495 rc = efx_mae_update_rule(efx, acts->fw_id, rule->fw_id); in efx_tc_update_encap() 594 list_for_each_entry(act, &rule->acts.list, list) in efx_tc_check_ready()
|
| H A D | mae.c | 1378 struct efx_tc_action_set_list *acts) in efx_mae_alloc_action_set_list() argument 1386 list_for_each_entry(act, &acts->list, list) in efx_mae_alloc_action_set_list() 1394 act = list_first_entry(&acts->list, struct efx_tc_action_set, list); in efx_mae_alloc_action_set_list() 1395 acts->fw_id = act->fw_id; in efx_mae_alloc_action_set_list() 1405 list_for_each_entry(act, &acts->list, list) { in efx_mae_alloc_action_set_list() 1419 acts->fw_id = MCDI_DWORD(outbuf, MAE_ACTION_SET_LIST_ALLOC_OUT_ASL_ID); in efx_mae_alloc_action_set_list() 1423 if (WARN_ON_ONCE(!efx_mae_asl_id(acts->fw_id))) { in efx_mae_alloc_action_set_list() 1424 efx_mae_free_action_set_list(efx, acts); in efx_mae_alloc_action_set_list() 1433 struct efx_tc_action_set_list *acts) in efx_mae_free_action_set_list() argument 1443 if (efx_mae_asl_id(acts->fw_id)) { in efx_mae_free_action_set_list() [all …]
|
| /linux/net/openvswitch/ |
| H A D | datapath.c | 615 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local 671 &flow->key, &acts, log); in ovs_packet_cmd_execute() 675 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute() 800 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument 824 len += nla_total_size(acts->orig_len); in ovs_flow_cmd_msg_size() 951 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument 963 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info() 1005 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local 1054 &new_flow->key, &acts, log); in ovs_flow_cmd_new() 1060 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, in ovs_flow_cmd_new() [all …]
|
| /linux/drivers/greybus/ |
| H A D | Kconfig | 28 co-processor acts as Greybus SVC. 38 acts as a Greybus "host controller". This device is a bridge
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| H A D | mirred.json | 681 "total acts": 0 736 "total acts": 0 791 "total acts": 0 846 "total acts": 0 970 "total acts": 0 1029 "total acts": 0 1079 "total acts": 0 1125 "total acts": 0
|
| /linux/Documentation/litmus-tests/ |
| H A D | README | 25 Demonstrate that a failing cmpxchg() operation acts as a full barrier 29 Demonstrate that a failing cmpxchg() operation acts as an acquire
|
| /linux/Documentation/filesystems/ |
| H A D | virtiofs.rst | 60 client. The guest acts as the FUSE client while the host acts as the FUSE
|
| /linux/arch/powerpc/include/asm/ |
| H A D | interrupt.h | 418 * The macro is written so it acts as function definition. Append the 465 * The macro is written so it acts as function definition. Append the 498 * The macro is written so it acts as function definition. Append the 533 * The macro is written so it acts as function definition. Append the 566 * The macro is written so it acts as function definition. Append the
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | post_act.c | 178 struct mlx5e_tc_mod_hdr_acts *acts) in mlx5e_tc_post_act_set_handle() argument 180 return mlx5e_tc_match_to_reg_set(dev, acts, handle->ns_type, FTEID_TO_REG, handle->id); in mlx5e_tc_post_act_set_handle()
|
| H A D | post_act.h | 41 struct mlx5e_tc_mod_hdr_acts *acts);
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | cgx_fw_if.h | 188 * This acts as the status register 261 * This CSR acts as a command register
|
| /linux/drivers/usb/gadget/ |
| H A D | Kconfig | 351 The Mass Storage Gadget acts as a USB Mass Storage disk drive. 439 The MIDI Function acts as a USB Audio device, with one MIDI 477 The Webcam function acts as a composite USB Audio and Video Class
|
| /linux/include/sound/ |
| H A D | da9055.h | 23 /* Selects which of the two MicBias pins acts as the bias source */
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-intel_th-devices-pti | 12 Description: (RW) 0: PTI trace clock acts as a strobe which only toggles
|
| /linux/Documentation/devicetree/bindings/iio/dac/ |
| H A D | microchip,mcp4728.yaml | 28 Provides both power and acts as the reference supply on the MCP4728
|
| /linux/Documentation/security/tpm/ |
| H A D | tpm_ftpm_tee.rst | 18 The driver acts as a thin layer that passes commands to and from a TPM
|
| /linux/arch/mips/sni/ |
| H A D | eisa.c | 4 * Acts as a placeholder if we don't have a proper EISA bridge.
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | pnfs-scsi-server.rst | 7 With pNFS SCSI layouts, the NFS server acts as Metadata Server (MDS) for pNFS,
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | ti,da850-pupd.txt | 12 The controller node also acts as a container for pin group configuration nodes.
|
| /linux/arch/arm64/mm/ |
| H A D | mem_encrypt.c | 7 * acts as a top-level dispatcher to whatever hooks may have been
|
| /linux/rust/quote/ |
| H A D | to_tokens.rs | 56 /// This method is implicitly implemented using `to_tokens`, and acts as a 66 /// This method is implicitly implemented using `to_tokens`, and acts as a
|
| /linux/Documentation/networking/ |
| H A D | net_failover.rst | 15 The failover netdev acts a master device and controls 2 slave devices. The 60 interface and this acts as the 'persistent' device indicating that this
|