Home
last modified time | relevance | path

Searched defs:ac (Results 1 – 122 of 122) sorted by relevance

/linux-4.4.14/net/ceph/
Dauth_none.c14 static void reset(struct ceph_auth_client *ac) in reset()
22 static void destroy(struct ceph_auth_client *ac) in destroy()
28 static int is_authenticated(struct ceph_auth_client *ac) in is_authenticated()
35 static int should_authenticate(struct ceph_auth_client *ac) in should_authenticate()
42 static int build_request(struct ceph_auth_client *ac, void *buf, void *end) in build_request()
51 static int handle_reply(struct ceph_auth_client *ac, int result, in handle_reply()
66 struct ceph_auth_client *ac, int peer_type, in ceph_auth_none_create_authorizer()
102 static void ceph_auth_none_destroy_authorizer(struct ceph_auth_client *ac, in ceph_auth_none_destroy_authorizer()
120 int ceph_auth_none_init(struct ceph_auth_client *ac) in ceph_auth_none_init()
Dauth.c23 static int ceph_auth_init_protocol(struct ceph_auth_client *ac, int protocol) in ceph_auth_init_protocol()
40 struct ceph_auth_client *ac; in ceph_auth_init() local
64 void ceph_auth_destroy(struct ceph_auth_client *ac) in ceph_auth_destroy()
75 void ceph_auth_reset(struct ceph_auth_client *ac) in ceph_auth_reset()
101 int ceph_auth_build_hello(struct ceph_auth_client *ac, void *buf, size_t len) in ceph_auth_build_hello()
144 static int ceph_build_auth_request(struct ceph_auth_client *ac, in ceph_build_auth_request()
174 int ceph_handle_auth_reply(struct ceph_auth_client *ac, in ceph_handle_auth_reply()
256 int ceph_build_auth(struct ceph_auth_client *ac, in ceph_build_auth()
270 int ceph_auth_is_authenticated(struct ceph_auth_client *ac) in ceph_auth_is_authenticated()
282 int ceph_auth_create_authorizer(struct ceph_auth_client *ac, in ceph_auth_create_authorizer()
[all …]
Dauth_x.c20 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated()
31 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate()
98 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler()
125 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler()
138 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket()
255 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply()
292 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer()
387 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets()
419 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request()
498 static int ceph_x_handle_reply(struct ceph_auth_client *ac, int result, in ceph_x_handle_reply()
[all …]
Dosd_client.c1055 struct ceph_auth_client *ac = osd->o_osdc->client->monc.auth; in put_osd() local
2936 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer() local
2964 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply() local
2973 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer() local
/linux-4.4.14/drivers/acpi/
Dac.c117 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state()
143 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property() local
174 struct acpi_ac *ac = seq->private; in acpi_ac_seq_show() local
206 static int acpi_ac_add_fs(struct acpi_ac *ac) in acpi_ac_add_fs()
228 static int acpi_ac_remove_fs(struct acpi_ac *ac) in acpi_ac_remove_fs()
248 struct acpi_ac *ac = acpi_driver_data(device); in acpi_ac_notify() local
284 struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb); in acpi_ac_battery_notify() local
323 struct acpi_ac *ac = NULL; in acpi_ac_add() local
382 struct acpi_ac *ac; in acpi_ac_resume() local
405 struct acpi_ac *ac = NULL; in acpi_ac_remove() local
/linux-4.4.14/drivers/input/misc/
Dadxl34x.c181 #define AC_READ(ac, reg) ((ac)->bops->read((ac)->dev, reg)) argument
182 #define AC_WRITE(ac, reg, val) ((ac)->bops->write((ac)->dev, reg, val)) argument
238 static void adxl34x_get_triple(struct adxl34x *ac, struct axis_triple *axis) in adxl34x_get_triple()
256 static void adxl34x_service_ev_fifo(struct adxl34x *ac) in adxl34x_service_ev_fifo()
278 static void adxl34x_send_key_events(struct adxl34x *ac, in adxl34x_send_key_events()
290 static void adxl34x_do_tap(struct adxl34x *ac, in adxl34x_do_tap()
300 struct adxl34x *ac = handle; in adxl34x_irq() local
401 static void __adxl34x_disable(struct adxl34x *ac) in __adxl34x_disable()
410 static void __adxl34x_enable(struct adxl34x *ac) in __adxl34x_enable()
415 void adxl34x_suspend(struct adxl34x *ac) in adxl34x_suspend()
[all …]
Dadxl34x-i2c.c80 struct adxl34x *ac; in adxl34x_i2c_probe() local
104 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_remove() local
112 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_suspend() local
122 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_resume() local
Dadxl34x-spi.c70 struct adxl34x *ac; in adxl34x_spi_probe() local
92 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_remove() local
100 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_suspend() local
110 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_resume() local
/linux-4.4.14/fs/ocfs2/
Dsuballoc.c136 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource()
156 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context()
437 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_contig()
481 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits()
502 struct ocfs2_alloc_context *ac, in ocfs2_block_group_grow_discontig()
594 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_discontig()
679 struct ocfs2_alloc_context *ac = NULL; in ocfs2_block_group_alloc() local
781 struct ocfs2_alloc_context *ac, in ocfs2_reserve_suballoc_bits()
929 struct ocfs2_alloc_context *ac, in ocfs2_steal_resource()
962 struct ocfs2_alloc_context *ac) in ocfs2_steal_inode()
[all …]
Dlocalalloc.c629 struct ocfs2_alloc_context *ac) in ocfs2_reserve_local_alloc_bits()
729 struct ocfs2_alloc_context *ac, in ocfs2_claim_local_alloc_bits()
785 struct ocfs2_alloc_context *ac, in ocfs2_free_local_alloc_bits()
1112 struct ocfs2_alloc_context **ac, in ocfs2_local_alloc_reserve_for_window()
1163 struct ocfs2_alloc_context *ac) in ocfs2_local_alloc_new_window()
1258 struct ocfs2_alloc_context *ac = NULL; in ocfs2_local_alloc_slide_window() local
Dsuballoc.h67 static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac) in ocfs2_alloc_context_bits_left()
Dalloc.c5636 struct ocfs2_alloc_context **ac, in ocfs2_reserve_blocks_for_rec_trunc()
/linux-4.4.14/fs/ext4/
Dmballoc.c1634 static void ext4_mb_use_best_found(struct ext4_allocation_context *ac, in ext4_mb_use_best_found()
1679 static void ext4_mb_check_limits(struct ext4_allocation_context *ac, in ext4_mb_check_limits()
1729 static void ext4_mb_measure_extent(struct ext4_allocation_context *ac, in ext4_mb_measure_extent()
1789 int ext4_mb_try_best_found(struct ext4_allocation_context *ac, in ext4_mb_try_best_found()
1817 int ext4_mb_find_by_goal(struct ext4_allocation_context *ac, in ext4_mb_find_by_goal()
1885 void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac, in ext4_mb_simple_scan_group()
1929 void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac, in ext4_mb_complex_scan_group()
1988 void ext4_mb_scan_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_aligned()
2030 static int ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group()
2095 ext4_mb_regular_allocator(struct ext4_allocation_context *ac) in ext4_mb_regular_allocator()
[all …]
Dcrypto_fname.c210 int i = 0, bits = 0, ac = 0; in digest_encode() local
230 int i = 0, bits = 0, ac = 0; in digest_decode() local
/linux-4.4.14/net/mac80211/
Dsta_info.c87 int ac, i; in __cleanup_single_sta() local
619 static unsigned long ieee80211_tids_for_ac(int ac) in ieee80211_tids_for_ac()
643 int ac; in __sta_info_recalc_tim() local
745 struct sta_info *sta, int ac) in sta_info_cleanup_expire_buffered_ac()
826 int ac; in sta_info_cleanup_expire_buffered() local
1148 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local
1345 int ac; in ieee80211_sta_ps_deliver_response() local
1865 int i, ac; in sta_set_sinfo() local
Dmesh_ps.c452 int ac; in mps_frame_deliver() local
577 int ac, buffer_local = 0; in ieee80211_mps_frame_release() local
Dwme.c93 int ac = ieee802_1d_to_ac[skb->priority]; in ieee80211_downgrade_queue() local
Dtx.c378 int ac; in purge_old_ps_buffers() local
490 int ac = skb_get_queue_mapping(tx->skb); in ieee80211_tx_h_unicast_ps_buf() local
990 int ac = -1; in ieee80211_tx_h_stats() local
1244 u8 ac; in ieee80211_drv_tx() local
1286 u8 ac = txq->ac; in ieee80211_tx_dequeue() local
3896 int ac = ieee802_1d_to_ac[tid & 7]; in __ieee80211_tx_skb_tid_band() local
Ddriver-ops.c162 struct ieee80211_sub_if_data *sdata, u16 ac, in drv_conf_tx()
Ddebugfs_sta.c88 int ac; in sta_num_ps_buf_frames_read() local
Dutil.c251 int ac; in ieee80211_propagate_queue_wake() local
357 int ac; in __ieee80211_stop_queue() local
520 int ac; in ieee80211_get_vif_queues() local
1113 int ac; in ieee80211_set_wmm_default() local
Dmlme.c1664 int ac; in __ieee80211_sta_handle_tspec_ac_params() local
1755 int count, ac; in ieee80211_sta_wmm_params() local
2188 int ac = ieee80211_ac_from_tid(tid); in ieee80211_sta_tx_wmm_ac_notify() local
3118 int ac, uapsd_queues = -1; in ieee80211_rx_mgmt_assoc_resp() local
Dstatus.c52 int ac; in ieee80211_handle_filtered_frame() local
Drx.c1305 int tid, ac; in ieee80211_rx_h_uapsd_and_pspoll() local
2253 u16 ac, q, hdrlen; in ieee80211_rx_h_mesh_fwding() local
Diface.c724 int ac; in ieee80211_do_open() local
Dcfg.c3739 int ac = ieee802_1d_to_ac[up]; in ieee80211_add_tx_ts() local
3765 int ac; in ieee80211_del_tx_ts() local
Dtdls.c231 static enum ieee80211_ac_numbers ieee80211_ac_from_wmm(int ac) in ieee80211_ac_from_wmm()
/linux-4.4.14/samples/bpf/
Dtracex1_user.c7 int main(int ac, char **argv) in main()
Dtracex5_user.c26 int main(int ac, char **argv) in main()
Dsockex1_user.c9 int main(int ac, char **argv) in main()
Dsockex2_user.c14 int main(int ac, char **argv) in main()
Dtracex4_user.c51 int main(int ac, char **argv) in main()
Dtracex3_user.c104 int main(int ac, char **argv) in main()
Dtracex2_user.c106 int main(int ac, char **argv) in main()
/linux-4.4.14/mm/
Dslab.c207 struct array_cache ac; member
661 static void init_arraycache(struct array_cache *ac, int limit, int batch) in init_arraycache()
683 struct array_cache *ac = NULL; in alloc_arraycache() local
697 struct array_cache *ac) in recheck_pfmemalloc_active()
724 static void *__ac_get_obj(struct kmem_cache *cachep, struct array_cache *ac, in __ac_get_obj()
772 struct array_cache *ac, gfp_t flags, bool force_refill) in ac_get_obj()
785 struct array_cache *ac, void *objp) in __ac_put_obj()
797 static inline void ac_put_obj(struct kmem_cache *cachep, struct array_cache *ac, in ac_put_obj()
921 struct array_cache *ac, int node, in __drain_alien_cache()
951 struct array_cache *ac; in reap_alien() local
[all …]
Dpage_alloc.c1704 static void unreserve_highatomic_pageblock(const struct alloc_context *ac) in unreserve_highatomic_pageblock()
2501 const struct alloc_context *ac) in get_page_from_freelist()
2704 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom()
2774 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact()
2830 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact()
2841 const struct alloc_context *ac) in __perform_reclaim()
2870 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_reclaim()
2905 const struct alloc_context *ac) in __alloc_pages_high_priority()
2921 static void wake_all_kswapds(unsigned int order, const struct alloc_context *ac) in wake_all_kswapds()
2991 struct alloc_context *ac) in __alloc_pages_slowpath()
[all …]
Dcompaction.c1520 int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dtx.c210 int id, ret = -EBUSY, ac; in wl1271_tx_allocate() local
270 int ac, rate_idx; in wl1271_tx_fill_hdr() local
501 int i, q = -1, ac; in wlcore_select_ac() local
545 u8 hlid, u8 ac, in wlcore_lnk_dequeue_high_prio()
565 u8 ac, u8 *hlid, in wlcore_vif_dequeue_high_prio()
603 int ac; in wl1271_skb_dequeue() local
Dacx.c841 u8 ac, u8 cw_min, u16 cw_max, u8 aifsn, u16 txop) in wl1271_acx_ac_cfg()
Dconf.h558 u8 ac; member
Dacx.h440 u8 ac; member
/linux-4.4.14/arch/powerpc/boot/
Dhack-coff.c32 main(int ac, char **av) in main()
Daddnote.c119 main(int ac, char **av) in main()
/linux-4.4.14/fs/f2fs/
Dcrypto_fname.c210 int i = 0, bits = 0, ac = 0; in digest_encode() local
230 int i = 0, bits = 0, ac = 0; in digest_decode() local
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dpalm27x.h71 static inline void palm27x_power_init(int ac, int usb) {} in palm27x_power_init()
/linux-4.4.14/kernel/
Dacct.c412 static void fill_ac(acct_t *ac) in fill_ac()
470 acct_t ac; in do_acct_process() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac-ctxt.c208 u32 qmask = 0, ac; in iwl_mvm_mac_get_queues_mask() local
340 u32 ac; in iwl_mvm_mac_ctxt_allocate_resources() local
477 u32 ac; in iwl_mvm_mac_ctxt_init() local
510 int ac; in iwl_mvm_mac_ctxt_release() local
Dcoex.c904 struct ieee80211_tx_info *info, u8 ac) in iwl_mvm_bt_coex_tx_prio()
Dtx.c108 u8 ac; in iwl_mvm_set_tx_cmd() local
Dpower.c174 enum ieee80211_ac_numbers ac; in iwl_mvm_power_configure_uapsd() local
Dfw-api-mac.h358 struct iwl_ac_qos ac[AC_NUM+1]; member
Dsta.c214 u32 ac; in iwl_mvm_tdls_sta_init() local
Dutils.c754 int ac = tid_to_mac80211_ac[tid]; in iwl_mvm_disable_txq() local
Dmac80211.c2837 struct ieee80211_vif *vif, u16 ac, in iwl_mvm_mac_conf_tx()
/linux-4.4.14/include/linux/
Dcompaction.h58 const struct alloc_context *ac, in try_to_compact_pages()
Dtransport_class.h58 struct attribute_container ac; member
Dieee80211.h1053 struct ieee80211_wmm_ac_param ac[4]; member
/linux-4.4.14/include/linux/platform_data/
Dlp8727.h63 struct lp8727_chg_param *ac; member
/linux-4.4.14/drivers/power/
Dtps65217_charger.c43 struct power_supply *ac; member
Dtps65090-charger.c46 struct power_supply *ac; member
Dgoldfish_battery.c34 struct power_supply *ac; member
Dbq24735-charger.c162 int ac = 0; in bq24735_charger_is_present() local
Dipaq_micro_battery.c45 u8 ac; member
Dpcf50633-charger.c38 struct power_supply *ac; member
Dmax8925_power.c71 struct power_supply *ac; member
Dlp8727_charger.c83 struct power_supply *ac; member
Dtwl4030_charger.c117 struct power_supply *ac; member
Dpm2301_charger.h481 struct pm2xxx_charger_info ac; member
Dab8500_charger.c295 struct ab8500_charger_info ac; member
/linux-4.4.14/drivers/hid/
Dwacom.h123 struct power_supply *ac; member
/linux-4.4.14/fs/ceph/
Ddebugfs.c163 struct ceph_auth_client *ac = fsc->client->monc.auth; in mds_sessions_show() local
Dmds_client.c3880 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in get_authorizer() local
3908 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in verify_authorizer_reply() local
3917 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in invalidate_authorizer() local
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dmain.c149 enum htc_endpoint_id ath6kl_ac2_endpoint_id(void *devt, u8 ac) in ath6kl_ac2_endpoint_id()
705 u8 ac; in ath6kl_update_target_stats() local
822 u8 ac; in ath6kl_tgt_stats_event() local
Dinit.c273 u8 ac, in set_ac2_ep_map()
Dhtc_mbox.c765 u8 ac = WMM_NUM_AC; in ath6kl_htc_tx_bundle() local
865 u8 ac = WMM_NUM_AC; in ath6kl_htc_tx_from_queue() local
Dtxrx.c364 u8 ac = 99; /* initialize to unmapped ac */ in ath6kl_data_tx() local
Dwmi.c301 u8 *ac) in ath6kl_wmi_implicit_create_pstream()
Dwmi.h1936 u8 ac; member
/linux-4.4.14/scripts/kconfig/
Dkxgettext.c228 int main(int ac, char **av) in main()
Dconf.c491 int main(int ac, char **av) in main()
Dmconf.c1007 int main(int ac, char **av) in main()
Dnconf.c1476 int main(int ac, char **av) in main()
Dgconf.c1444 int main(int ac, char *av[]) in main()
Dqconf.cc1824 int main(int ac, char** av) in main()
/linux-4.4.14/arch/arm/mach-pxa/
Dpalm27x.c424 void __init palm27x_power_init(int ac, int usb) in palm27x_power_init()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c329 struct perf_cgroup *ac = a->cgrp; in __conflict_event() local
346 struct perf_cgroup *ac, *bc; in __conflict_event() local
/linux-4.4.14/include/linux/mfd/wm8350/
Dsupply.h128 struct power_supply *ac; member
/linux-4.4.14/fs/xfs/
Dxfs_itable.c358 struct xfs_bulkstat_agichunk ac; in xfs_bulkstat() local
/linux-4.4.14/net/ipv6/
Danycast.c209 static void aca_put(struct ifacaddr6 *ac) in aca_put()
/linux-4.4.14/fs/btrfs/
Dtransaction.c1673 struct btrfs_async_commit *ac = in do_async_commit() local
1693 struct btrfs_async_commit *ac; in btrfs_commit_transaction_async() local
/linux-4.4.14/arch/s390/include/asm/
Dqdio.h66 u32 ac : 8; member
104 u32 ac : 8; member
/linux-4.4.14/drivers/scsi/libsas/
Dsas_ata.c102 enum ata_completion_errors ac; in sas_ata_task_done() local
/linux-4.4.14/drivers/net/wireless/b43/
Dphy_common.h226 struct b43_phy_ac *ac; member
/linux-4.4.14/drivers/staging/rtl8192e/
Drtl819x_Qos.h172 #define IsACValid(ac) ((ac >= 0 && ac <= 7) ? true : false) argument
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dacx.c992 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1251_acx_ac_cfg()
Dacx.h1256 u8 ac; member
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.c343 static u8 brcms_ac_to_fifo(u8 ac) in brcms_ac_to_fifo()
5002 int ac; in brcms_c_wme_retries_write() local
5459 int ac; in brcms_c_set_rate_limit() local
6242 uint ac; in brcms_c_d11hdrs_mac80211() local
7954 int ac; in brcms_c_init() local
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_ioctl.c1122 struct atto_hba_adap_ctrl *ac = &hi->data.adap_ctrl; in hba_ioctl_callback() local
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.h2269 il_set_swq_id(struct il_tx_queue *txq, u8 ac, u8 hwq) in il_set_swq_id()
2278 _il_wake_queue(struct il_priv *il, u8 ac) in _il_wake_queue()
2285 _il_stop_queue(struct il_priv *il, u8 ac) in _il_stop_queue()
2294 u8 ac = queue & 3; in il_wake_queue() local
2305 u8 ac = queue & 3; in il_stop_queue() local
2315 u8 ac; in il_wake_queues_by_reason() local
2325 u8 ac; in il_stop_queues_by_reason() local
D4965-mac.c5269 int ac = default_queue_to_tx_fifo[i]; in il4965_alive_notify() local
Dcommands.h833 struct il_ac_qos ac[AC_NUM]; member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h100 struct wme_ac_parameter ac[4]; member
/linux-4.4.14/drivers/misc/lis3lv02d/
Dlis3lv02d.h301 union axis_conversion ac; /* hw -> logical axis */ member
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dwmm.c386 enum mwifiex_wmm_ac_e ac, ac_down; in mwifiex_wmm_downgrade_tid() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Dmac80211.c1247 int err, ac; in iwl_setup_interface() local
Dcommands.h776 struct iwl_ac_qos ac[AC_NUM]; member
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1556 …ruct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, int up, u8 *ac) in rtw_get_sta_pending()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_xmit.c1667 …_servq *rtw_get_sta_pending23a(struct rtw_adapter *padapter, struct sta_info *psta, int up, u8 *ac) in rtw_get_sta_pending23a()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c1838 struct wmi_sta_uapsd_auto_trig_param *ac; in ath10k_wmi_tlv_put_uapsd_ac() local
1867 struct wmi_sta_uapsd_auto_trig_param *ac; in ath10k_wmi_tlv_op_gen_vdev_sta_uapsd() local
Dmac.c5549 u16 ac, bool enable) in ath10k_conf_tx_uapsd()
5655 struct ieee80211_vif *vif, u16 ac, in ath10k_conf_tx()
Dwmi.h5194 #define WMI_UAPSD_AC_BIT_MASK(ac, type) \ argument
/linux-4.4.14/arch/ia64/include/asm/
Dprocessor.h90 __u64 ac : 1; member
/linux-4.4.14/drivers/of/
Dbase.c339 int ac, prop_len, tid; in __of_find_n_match_cpu_property() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dmain.c2487 int ac; in ath9k_unassign_vif_chanctx() local
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h530 #define IsACValid(ac) ((ac<=7 )?true:false ) argument
/linux-4.4.14/arch/powerpc/kernel/
Dprom_init.c2374 u32 ac, sc; in fixup_device_tree_maple_memory_controller() local
/linux-4.4.14/drivers/scsi/
Dhpsa.c2856 struct hpsa_tmf_struct *ac = (struct hpsa_tmf_struct *) c2; in hpsa_cmd_dev_match() local
5589 struct hpsa_tmf_struct *ac = (struct hpsa_tmf_struct *) c2; in setup_ioaccel2_abort_cmd() local
/linux-4.4.14/include/net/
Dmac80211.h1747 u8 ac; member
Dcfg80211.h1393 enum nl80211_ac ac; member
/linux-4.4.14/include/linux/mfd/
Dcros_ec_commands.h2207 int ac; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1445 struct rtl_qos_parameters ac[AC_MAX]; member
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dhal.h3370 u8 ac; member