| /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/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 | 1706 int ag, rc; in diAllocAny() local 1713 for (ag = agno + 1; ag <= maxag; ag++) { in diAllocAny() 1714 AG_LOCK(imap, ag); in diAllocAny() 1716 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1718 AG_UNLOCK(imap, ag); in diAllocAny() 1726 for (ag = 0; ag < agno; ag++) { in diAllocAny() 1727 AG_LOCK(imap, ag); in diAllocAny() 1729 rc = diAllocAG(imap, ag, dir, ip); in diAllocAny() 1731 AG_UNLOCK(imap, ag); in diAllocAny()
|
| /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/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/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 7360 if (ab->ag->num_devices == 1) { in ath12k_mac_op_sta_state() 14390 if (ab->ag->mlo_capable) { in ath12k_mac_hw_register() 14595 struct ath12k_hw_group *ag = ab->ag; in __ath12k_mac_mlo_setup() local 14601 lockdep_assert_held(&ag->mutex); in __ath12k_mac_mlo_setup() 14605 for (i = 0; i < ag->num_devices; i++) { in __ath12k_mac_mlo_setup() 14606 partner_ab = ag->ab[i]; in __ath12k_mac_mlo_setup() 14626 mlo.group_id = cpu_to_le32(ag->id); in __ath12k_mac_mlo_setup() 14631 ath12k_dbg(ab, ATH12K_DBG_MAC, "group id %d num_link %d\n", ag->id, num_link); in __ath12k_mac_mlo_setup() 14677 int ath12k_mac_mlo_setup(struct ath12k_hw_group *ag) in ath12k_mac_mlo_setup() argument 14684 for (i = 0; i < ag->num_hw; i++) { in ath12k_mac_mlo_setup() [all …]
|
| /linux/arch/x86/events/intel/ |
| H A D | uncore_snbep.c | 3916 struct attribute_group *ag) in pmu_clear_mapping_attr() argument 3921 if (groups[i] == ag) { in pmu_clear_mapping_attr() 3931 pmu_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag, in pmu_set_mapping() argument 3970 ag->attrs = attrs; in pmu_set_mapping() 3982 pmu_clear_mapping_attr(type->attr_update, ag); in pmu_set_mapping() 3986 pmu_cleanup_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_cleanup_mapping() argument 3988 struct attribute **attr = ag->attrs; in pmu_cleanup_mapping() 3995 kfree(attr_to_ext_attr(*ag->attrs)); in pmu_cleanup_mapping() 3996 kfree(ag->attrs); in pmu_cleanup_mapping() 3997 ag->attrs = NULL; in pmu_cleanup_mapping() [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 | 4209 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error() argument 4211 ag->err_reqlength |= cpu_to_be16(0x8000); in set_aggr_error()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc8280xp.dtsi | 352 lpass_noc: interconnect-lpass-ag-noc { 353 compatible = "qcom,sc8280xp-lpass-ag-noc";
|
| H A D | lemans.dtsi | 563 lpass_ag_noc: interconnect-lpass-ag-noc { 564 compatible = "qcom,sa8775p-lpass-ag-noc";
|
| H A D | sm8350.dtsi | 2213 compatible = "qcom,sm8350-lpass-ag-noc";
|
| H A D | sm8750.dtsi | 2400 compatible = "qcom,sm8750-lpass-ag-noc";
|
| H A D | sm8450.dtsi | 5534 compatible = "qcom,sm8450-lpass-ag-noc";
|
| H A D | monaco.dtsi | 2480 compatible = "qcom,qcs8300-lpass-ag-noc";
|
| H A D | sm8550.dtsi | 3197 compatible = "qcom,sm8550-lpass-ag-noc";
|
| H A D | sm8650.dtsi | 4941 compatible = "qcom,sm8650-lpass-ag-noc";
|
| H A D | kodiak.dtsi | 2988 compatible = "qcom,sc7280-lpass-ag-noc";
|
| H A D | hamoa.dtsi | 4631 compatible = "qcom,x1e80100-lpass-ag-noc";
|
| /linux/arch/mips/ |
| H A D | Kconfig | 380 DECstation porting pages on <http://decstation.unix-ag.org/>.
|