| /kernel/linux/linux-6.6/include/dt-bindings/sound/ |
| 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'
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | cirrus,cs35l45.yaml | 102 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir' 103 2 = Pin acts as MDSYNC, direction controlled by MDSYNC 107 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir' 108 2 = Pin acts as open drain INT 110 4 = Pin acts as push-pull output INT. Active low. 111 5 = Pin acts as push-pull output INT. Active high. 115 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| 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() 743 efx_tc_free_action_set_list(efx, &rule->acts, true); in efx_tc_delete_rule() 1486 INIT_LIST_HEAD(&rule->acts.list); in efx_tc_flower_replace_foreign() 1582 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace_foreign() [all …]
|
| D | tc_encap_actions.c | 431 struct efx_tc_action_set_list *acts, *fallback; in efx_tc_update_encap() local 439 acts = act->user; in efx_tc_update_encap() 440 if (WARN_ON(!acts)) /* can't happen */ in efx_tc_update_encap() 442 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap() 487 acts = act->user; in efx_tc_update_encap() 488 if (WARN_ON(!acts)) /* can't happen */ in efx_tc_update_encap() 490 rule = container_of(acts, struct efx_tc_flow_rule, acts); in efx_tc_update_encap() 493 rc = efx_mae_update_rule(efx, acts->fw_id, rule->fw_id); in efx_tc_update_encap() 592 list_for_each_entry(act, &rule->acts.list, list) in efx_tc_check_ready()
|
| D | mae.h | 114 struct efx_tc_action_set_list *acts); 116 struct efx_tc_action_set_list *acts);
|
| /kernel/linux/linux-5.10/net/openvswitch/ |
| D | datapath.c | 558 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local 611 &flow->key, &acts, log); in ovs_packet_cmd_execute() 615 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute() 732 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument 756 len += nla_total_size(acts->orig_len); in ovs_flow_cmd_msg_size() 883 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument 895 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info() 937 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local 986 &new_flow->key, &acts, log); in ovs_flow_cmd_new() 992 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, in ovs_flow_cmd_new() [all …]
|
| /kernel/linux/linux-6.6/net/openvswitch/ |
| D | datapath.c | 596 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local 649 &flow->key, &acts, log); in ovs_packet_cmd_execute() 653 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute() 771 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() argument 795 len += nla_total_size(acts->orig_len); in ovs_flow_cmd_msg_size() 922 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() argument 934 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags); in ovs_flow_cmd_alloc_info() 976 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local 1025 &new_flow->key, &acts, log); in ovs_flow_cmd_new() 1031 reply = ovs_flow_cmd_alloc_info(acts, &new_flow->id, info, false, in ovs_flow_cmd_new() [all …]
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | virtiofs.rst | 60 client. The guest acts as the FUSE client while the host acts as the FUSE
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | virtiofs.rst | 60 client. The guest acts as the FUSE client while the host acts as the FUSE
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | rohm,bd70528-pmic.txt | 15 - interrupt-controller : To indicate BD70528 acts as an interrupt controller. 18 - gpio-controller : To indicate BD70528 acts as a GPIO controller.
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | cgx_fw_if.h | 117 * This acts as the status register 183 * This CSR acts as a command register
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | pwm-beeper.txt | 10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | pgtable-3level.h | 178 /* xchg acts as a barrier before setting of the high bits */ in native_pmdp_get_and_clear() 208 /* xchg acts as a barrier before setting of the high bits */ in pmdp_establish() 240 /* xchg acts as a barrier before setting of the high bits */ in native_pudp_get_and_clear()
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-bus-counter-ftm-quaddec | 15 prescaler (i.e. a counter). This acts like a clock
|
| /kernel/linux/linux-6.6/include/sound/ |
| D | da9055.h | 23 /* Selects which of the two MicBias pins acts as the bias source */
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | da9055.h | 23 /* Selects which of the two MicBias pins acts as the bias source */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/ |
| D | renesas,pfc.yaml | 14 On SH/R-Mobile SoCs it also acts as a GPIO controller. 66 the PFC acts as a GPIO controller. It must contain one interrupt per
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | cgx_fw_if.h | 164 * This acts as the status register 237 * This CSR acts as a command register
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/ |
| D | renesas,pfc.yaml | 14 On SH/R-Mobile SoCs it also acts as a GPIO controller. 69 the PFC acts as a GPIO controller. It must contain one interrupt per
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpio/ |
| D | ibm,ppc4xx-gpio.txt | 4 particular pin that has GPIO capabilities acts as a GPIO or is used for
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/ |
| D | ibm,ppc4xx-gpio.txt | 4 particular pin that has GPIO capabilities acts as a GPIO or is used for
|
| /kernel/linux/linux-6.6/drivers/firmware/imx/ |
| D | Kconfig | 10 It acts like a doorbell. Client might use shared memory to
|
| /kernel/linux/linux-5.10/drivers/greybus/ |
| D | Kconfig | 25 acts as a Greybus "host controller". This device is a bridge
|