| /linux/drivers/net/ethernet/atheros/ |
| H A D | ag71xx.c | 400 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is() argument 402 return ag->dcfg->type == type; in ag71xx_is() 405 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr() argument 407 iowrite32(value, ag->mac_base + reg); in ag71xx_wr() 409 (void)ioread32(ag->mac_base + reg); in ag71xx_wr() 412 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr() argument 414 return ioread32(ag->mac_base + reg); in ag71xx_rr() 417 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb() argument 421 r = ag->mac_base + reg; in ag71xx_sb() 427 static void ag71xx_cb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_cb() argument [all …]
|
| /linux/kernel/sched/ |
| H A D | autogroup.c | 51 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy() local 55 ag->tg->rt_se = NULL; in autogroup_destroy() 56 ag->tg->rt_rq = NULL; in autogroup_destroy() 58 sched_release_group(ag->tg); in autogroup_destroy() 59 sched_destroy_group(ag->tg); in autogroup_destroy() 62 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put() argument 64 kref_put(&ag->kref, autogroup_destroy); in autogroup_kref_put() 67 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get() argument 69 kref_get(&ag->kref); in autogroup_kref_get() 70 return ag; in autogroup_kref_get() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | core.c | 668 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_to_group_ref_get() local 670 lockdep_assert_held(&ag->mutex); in ath12k_core_to_group_ref_get() 674 ag->id); in ath12k_core_to_group_ref_get() 679 ag->num_started++; in ath12k_core_to_group_ref_get() 682 ag->id, ag->num_started); in ath12k_core_to_group_ref_get() 688 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_to_group_ref_put() local 690 lockdep_assert_held(&ag in ath12k_core_to_group_ref_put() 998 ath12k_core_hw_group_stop(struct ath12k_hw_group * ag) ath12k_core_hw_group_stop() argument 1025 struct ath12k_hw_group *ag = ab->ag; ath12k_get_num_partner_link() local 1070 ath12k_mac_mlo_ready(struct ath12k_hw_group * ag) ath12k_mac_mlo_ready() argument 1093 ath12k_core_mlo_setup(struct ath12k_hw_group * ag) ath12k_core_mlo_setup() argument 1119 ath12k_core_hw_group_start(struct ath12k_hw_group * ag) ath12k_core_hw_group_start() argument 1204 ath12k_core_hw_group_start_ready(struct ath12k_hw_group * ag) ath12k_core_hw_group_start_ready() argument 1267 struct ath12k_hw_group *ag = ab->ag; ath12k_core_trigger_partner() local 1286 struct ath12k_hw_group *ag = ath12k_ab_to_ag(ab); ath12k_core_qmi_firmware_ready() local 1397 struct ath12k_hw_group *ag = ab->ag; ath12k_rfkill_work() local 1457 struct ath12k_hw_group *ag = ab->ag; ath12k_core_pre_reconfigure_recovery() local 1557 struct ath12k_hw_group *ag = ab->ag; ath12k_core_post_reconfigure_recovery() local 1610 struct ath12k_hw_group *ag = ab->ag; ath12k_core_restart() local 1651 struct ath12k_hw_group *ag = ab->ag; ath12k_core_reset() local 1791 ath12k_core_hw_group_create_ready(struct ath12k_hw_group * ag) ath12k_core_hw_group_create_ready() argument 1800 struct ath12k_hw_group *ag; ath12k_core_hw_group_alloc() local 1820 ath12k_core_hw_group_free(struct ath12k_hw_group * ag) ath12k_core_hw_group_free() argument 1832 struct ath12k_hw_group *ag; ath12k_core_hw_group_find_by_dt() local 1846 ath12k_core_get_wsi_info(struct ath12k_hw_group * ag,struct ath12k_base * ab) ath12k_core_get_wsi_info() argument 1900 ath12k_core_get_wsi_index(struct ath12k_hw_group * ag,struct ath12k_base * ab) ath12k_core_get_wsi_index() argument 1934 struct ath12k_hw_group *ag; ath12k_core_hw_group_assign() local 2015 struct ath12k_hw_group *ag = ath12k_ab_to_ag(ab); ath12k_core_hw_group_unassign() local 2051 ath12k_core_hw_group_destroy(struct ath12k_hw_group * ag) ath12k_core_hw_group_destroy() argument 2068 ath12k_core_hw_group_cleanup(struct ath12k_hw_group * ag) ath12k_core_hw_group_cleanup() argument 2100 ath12k_core_hw_group_create(struct ath12k_hw_group * ag) ath12k_core_hw_group_create() argument 2140 ath12k_core_hw_group_set_mlo_capable(struct ath12k_hw_group * ag) ath12k_core_hw_group_set_mlo_capable() argument 2183 struct ath12k_hw_group *ag; ath12k_core_init() local [all...] |
| H A D | qmi.c | 2062 static void ath12k_host_cap_hw_link_id_init(struct ath12k_hw_group *ag) in ath12k_host_cap_hw_link_id_init() argument 2067 for (i = 0; i < ag->num_devices; i++) { in ath12k_host_cap_hw_link_id_init() 2069 ab = ag->ab[i]; in ath12k_host_cap_hw_link_id_init() 2071 for (j = 0; j < ag->num_devices; j++) { in ath12k_host_cap_hw_link_id_init() 2072 partner_ab = ag->ab[j]; in ath12k_host_cap_hw_link_id_init() 2083 ag->hw_link_id_init_done = true; in ath12k_host_cap_hw_link_id_init() 2090 struct ath12k_hw_group *ag = ab->ag; in ath12k_host_cap_parse_mlo() local 2095 if (!ag->mlo_capable) { in ath12k_host_cap_parse_mlo() 2102 ag in ath12k_host_cap_parse_mlo() 2487 ath12k_qmi_reset_mlo_mem(struct ath12k_hw_group * ag) ath12k_qmi_reset_mlo_mem() argument 2513 struct ath12k_hw_group *ag = ab->ag; ath12k_qmi_free_mlo_mem_chunk() local 2553 struct ath12k_hw_group *ag = ab->ag; ath12k_qmi_free_target_mem_chunk() local 2628 struct ath12k_hw_group *ag = ab->ag; ath12k_qmi_alloc_target_mem_chunk() local 3672 ath12k_qmi_hw_group_host_cap_ready(struct ath12k_hw_group * ag) ath12k_qmi_hw_group_host_cap_ready() argument 3687 ath12k_qmi_hw_group_find_blocked(struct ath12k_hw_group * ag) ath12k_qmi_hw_group_find_blocked() argument 3717 struct ath12k_hw_group *ag = ab->ag; ath12k_qmi_event_server_arrive() local [all...] |
| H A D | dp.c | 1329 struct ath12k_hw_group *ag = ab->ag; in ath12k_dp_partner_cc_init() 1332 for (i = 0; i < ag->num_devices; i++) { in ath12k_dp_partner_cc_init() 1333 if (ag->ab[i] == ab) in ath12k_dp_partner_cc_init() 1336 ath12k_dp_cmem_init(ab, ath12k_ab_to_dp(ag->ab[i]), ATH12K_DP_RX_DESC); in ath12k_dp_partner_cc_init() 1608 struct ath12k_hw_group *ag) 1610 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_dp_cmn_hw_group_unassign() argument 1612 lockdep_assert_held(&ag->mutex); in ath12k_dp_cmn_hw_group_unassign() 1616 dp->ag = NULL; in ath12k_dp_cmn_hw_group_unassign() 1621 struct ath12k_hw_group *ag) 1331 struct ath12k_hw_group *ag = ab->ag; ath12k_dp_partner_cc_init() local 1623 ath12k_dp_cmn_hw_group_assign(struct ath12k_dp * dp,struct ath12k_hw_group * ag) ath12k_dp_cmn_hw_group_assign() argument [all...] |
| H A D | mac.c | 7727 if (ab->ag->num_devices == 1) { in ath12k_mac_op_sta_state() 14628 if (ab->ag->mlo_capable) { in ath12k_mac_hw_register() 14838 struct ath12k_hw_group *ag = ab->ag; in __ath12k_mac_mlo_setup() 14844 lockdep_assert_held(&ag->mutex); in __ath12k_mac_mlo_setup() 14848 for (i = 0; i < ag->num_devices; i++) { in __ath12k_mac_mlo_setup() 14849 partner_ab = ag->ab[i]; in __ath12k_mac_mlo_setup() 14869 mlo.group_id = cpu_to_le32(ag->id); in __ath12k_mac_mlo_teardown() 14874 ath12k_dbg(ab, ATH12K_DBG_MAC, "group id %d num_link %d\n", ag->id, num_link); in __ath12k_mac_mlo_teardown() 14920 int ath12k_mac_mlo_setup(struct ath12k_hw_group *ag) in ath12k_mac_mlo_setup() 14813 struct ath12k_hw_group *ag = ab->ag; __ath12k_mac_mlo_setup() local 14895 ath12k_mac_mlo_setup(struct ath12k_hw_group * ag) ath12k_mac_mlo_setup() argument 14937 ath12k_mac_mlo_teardown(struct ath12k_hw_group * ag) ath12k_mac_mlo_teardown() argument 14959 ath12k_mac_register(struct ath12k_hw_group * ag) ath12k_mac_register() argument 14987 ath12k_mac_unregister(struct ath12k_hw_group * ag) ath12k_mac_unregister() argument 15006 ath12k_mac_hw_allocate(struct ath12k_hw_group * ag,struct ath12k_pdev_map * pdev_map,u8 num_pdev_map) ath12k_mac_hw_allocate() argument 15055 ath12k_mac_destroy(struct ath12k_hw_group * ag) ath12k_mac_destroy() argument 15095 ath12k_mac_allocate(struct ath12k_hw_group * ag) ath12k_mac_allocate() argument [all...] |
| /linux/fs/jfs/ |
| H A D | jfs_extent.c | 316 int ag; in extBalloc() local 355 ag = BLKTOAG(daddr, sbi); in extBalloc() 358 atomic_inc(&bmp->db_active[ag]); in extBalloc() 359 ji->active_ag = ag; in extBalloc() 360 } else if (ji->active_ag != ag) { in extBalloc() 362 atomic_inc(&bmp->db_active[ag]); in extBalloc() 363 ji->active_ag = ag; in extBalloc()
|
| H A D | jfs_imap.c | 55 /* per ag iag list locks */ 147 /* allocate and init ag list locks */ in diMount() 340 /* get the ag for the iag */ in diRead() 388 /* set the ag for the inode */ in diRead() 815 * the ag free inode list. 821 * will be placed on the ag extent free list if the extent 824 * the iag, the iag will also be removed from the ag free 830 * ag free extent list and ag free inode list and placed on 947 * insert the iag at head of the inode free list for the ag in diFree() 1706 int ag, rc; diAllocAny() local [all...] |
| /linux/drivers/infiniband/core/ |
| H A D | security.c | 674 struct ib_mad_agent *ag; in ib_mad_agent_security_change() local 677 list_for_each_entry(ag, in ib_mad_agent_security_change() 680 WRITE_ONCE(ag->smp_allowed, in ib_mad_agent_security_change() 681 !security_ib_endport_manage_subnet(ag->security, in ib_mad_agent_security_change() 682 dev_name(&ag->device->dev), ag->port_num)); in ib_mad_agent_security_change()
|
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_rx.c | 573 struct ath12k_hw_group *ag = dp->ag; in ath12k_wifi7_dp_rx_process_received_packets() 574 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process_received_packets() 580 struct ath12k_hw_link *hw_links = ag->hw_links; in ath12k_wifi7_dp_rx_process_received_packets() 637 struct ath12k_hw_group *ag = dp->ag; in ath12k_wifi7_dp_rx_process() 640 struct ath12k_dp_hw_group *dp_hw_grp = &ag->dp_hw_grp; in ath12k_wifi7_dp_rx_process() 642 struct ath12k_hw_link *hw_links = ag->hw_links; in ath12k_wifi7_dp_rx_process() 1394 struct ath12k_hw_group *ag = dp->ag; in ath12k_wifi7_dp_rx_process_err() 575 struct ath12k_hw_group *ag = dp->ag; ath12k_wifi7_dp_rx_process_received_packets() local 639 struct ath12k_hw_group *ag = dp->ag; ath12k_wifi7_dp_rx_process() local 1397 struct ath12k_hw_group *ag = dp->ag; ath12k_wifi7_dp_rx_process_err() local 1828 struct ath12k_hw_group *ag = dp->ag; ath12k_wifi7_dp_rx_process_wbm_err() local [all...] |
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 698 ag = parser.add_argument_group( 715 ag.add_argument( 718 ag.add_argument( 721 ag.add_argument(
|
| /linux/arch/x86/events/intel/ |
| H A D | uncore_snbep.c | 3845 struct attribute_group *ag) 3850 if (groups[i] == ag) { in pmu_clear_mapping_attr() 3860 pmu_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag, in pmu_clear_mapping_attr() 3899 ag->attrs = attrs; in pmu_set_mapping() 3911 pmu_clear_mapping_attr(type->attr_update, ag); in pmu_set_mapping() 3915 pmu_cleanup_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_set_mapping() 3917 struct attribute **attr = ag->attrs; in pmu_set_mapping() 3924 kfree(attr_to_ext_attr(*ag->attrs)); in pmu_cleanup_mapping() 3925 kfree(ag->attrs); in pmu_cleanup_mapping() 3926 ag in pmu_cleanup_mapping() 3851 pmu_clear_mapping_attr(const struct attribute_group ** groups,struct attribute_group * ag) pmu_clear_mapping_attr() argument 3866 pmu_set_mapping(struct intel_uncore_type * type,struct attribute_group * ag,ssize_t (* show)(struct device *,struct device_attribute *,char *),int topology_type) pmu_set_mapping() argument 3921 pmu_cleanup_mapping(struct intel_uncore_type * type,struct attribute_group * ag) pmu_cleanup_mapping() argument 3937 pmu_iio_set_mapping(struct intel_uncore_type * type,struct attribute_group * ag) pmu_iio_set_mapping() argument 4311 pmu_upi_set_mapping(struct intel_uncore_type * type,struct attribute_group * ag) pmu_upi_set_mapping() argument [all...] |
| /linux/Documentation/networking/device_drivers/wifi/intel/ |
| H A D | ipw2200.rst | 230 5 802.11ag (2915 only)
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-self-describing-metadata.rst | 211 - short btree blocks have a 32 bit owner (ag number) and a 32 bit block
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 741 e308 ag RXY_RRRD
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | mad.c | 4208 static inline void set_aggr_error(struct opa_aggregate *ag) 4210 ag->err_reqlength |= cpu_to_be16(0x8000); in set_aggr_error() 4209 set_aggr_error(struct opa_aggregate * ag) set_aggr_error() argument
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc8280xp.dtsi | 353 lpass_noc: interconnect-lpass-ag-noc { 354 compatible = "qcom,sc8280xp-lpass-ag-noc";
|
| H A D | sm8350.dtsi | 2215 compatible = "qcom,sm8350-lpass-ag-noc";
|
| H A D | sm8450.dtsi | 5531 compatible = "qcom,sm8450-lpass-ag-noc";
|
| H A D | sm8550.dtsi | 3223 compatible = "qcom,sm8550-lpass-ag-noc";
|
| H A D | monaco.dtsi | 2951 compatible = "qcom,qcs8300-lpass-ag-noc";
|
| H A D | sm8650.dtsi | 4943 compatible = "qcom,sm8650-lpass-ag-noc";
|
| H A D | hamoa.dtsi | 4809 compatible = "qcom,x1e80100-lpass-ag-noc";
|
| /linux/ |
| H A D | CREDITS | 1172 E: engel@unix-ag.org
|