Home
last modified time | relevance | path

Searched defs:ag (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c400 static bool ag71xx_is(struct ag71xx *ag, enum ag71xx_type type) in ag71xx_is()
405 static void ag71xx_wr(struct ag71xx *ag, unsigned int reg, u32 value) in ag71xx_wr()
412 static u32 ag71xx_rr(struct ag71xx *ag, unsigned int reg) in ag71xx_rr()
417 static void ag71xx_sb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_sb()
427 static void ag71xx_cb(struct ag71xx *ag, unsigned int reg, u32 mask) in ag71xx_cb()
437 static void ag71xx_int_enable(struct ag71xx *ag, u32 ints) in ag71xx_int_enable()
442 static void ag71xx_int_disable(struct ag71xx *ag, u32 ints) in ag71xx_int_disable()
449 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_do_ioctl() local
457 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_drvinfo() local
467 struct ag71xx *ag = netdev_priv(ndev); in ag71xx_get_link_ksettings() local
[all …]
/linux/kernel/sched/
H A Dautogroup.c51 struct autogroup *ag = container_of(kref, struct autogroup, kref); in autogroup_destroy() local
62 static inline void autogroup_kref_put(struct autogroup *ag) in autogroup_kref_put()
67 static inline struct autogroup *autogroup_kref_get(struct autogroup *ag) in autogroup_kref_get()
75 struct autogroup *ag; in autogroup_task_get() local
89 struct autogroup *ag = kzalloc(sizeof(*ag), GFP_KERNEL); in autogroup_create() local
160 autogroup_move_group(struct task_struct *p, struct autogroup *ag) in autogroup_move_group()
197 struct autogroup *ag = autogroup_create(); in sched_autogroup_create_attach() local
236 struct autogroup *ag; in proc_sched_autogroup_set_nice() local
273 struct autogroup *ag = autogroup_task_get(p); in proc_sched_autogroup_show_task() local
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.c665 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_to_group_ref_get() local
685 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_to_group_ref_put() local
989 static void ath12k_core_hw_group_stop(struct ath12k_hw_group *ag) in ath12k_core_hw_group_stop()
1016 struct ath12k_hw_group *ag = ab->ag; in ath12k_get_num_partner_link() local
1061 int ath12k_mac_mlo_ready(struct ath12k_hw_group *ag) in ath12k_mac_mlo_ready()
1084 static int ath12k_core_mlo_setup(struct ath12k_hw_group *ag) in ath12k_core_mlo_setup()
1110 static int ath12k_core_hw_group_start(struct ath12k_hw_group *ag) in ath12k_core_hw_group_start()
1195 bool ath12k_core_hw_group_start_ready(struct ath12k_hw_group *ag) in ath12k_core_hw_group_start_ready()
1259 struct ath12k_hw_group *ag = ab->ag; in ath12k_core_trigger_partner() local
1278 struct ath12k_hw_group *ag = ath12k_ab_to_ag(ab); in ath12k_core_qmi_firmware_ready() local
[all …]
H A Dpci.c1762 static void ath12k_pci_hw_group_power_down(struct ath12k_hw_group *ag) in ath12k_pci_hw_group_power_down()
/linux/fs/jfs/
H A Djfs_extent.c316 int ag; in extBalloc() local
H A Djfs_imap.c1706 int ag, rc; in diAllocAny() local
/linux/drivers/infiniband/core/
H A Dsecurity.c674 struct ib_mad_agent *ag; in ib_mad_agent_security_change() local
/linux/arch/x86/events/intel/
H A Duncore_snbep.c3916 struct attribute_group *ag) in pmu_clear_mapping_attr()
3931 pmu_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag, in pmu_set_mapping()
3986 pmu_cleanup_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_cleanup_mapping()
4002 pmu_iio_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_iio_set_mapping()
4386 pmu_upi_set_mapping(struct intel_uncore_type *type, struct attribute_group *ag) in pmu_upi_set_mapping()
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c4209 static inline void set_aggr_error(struct opa_aggregate *ag) in set_aggr_error()