Home
last modified time | relevance | path

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

/linux-4.1.27/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.c19 static int ceph_x_is_authenticated(struct ceph_auth_client *ac) in ceph_x_is_authenticated()
30 static int ceph_x_should_authenticate(struct ceph_auth_client *ac) in ceph_x_should_authenticate()
97 get_ticket_handler(struct ceph_auth_client *ac, int service) in get_ticket_handler()
124 static void remove_ticket_handler(struct ceph_auth_client *ac, in remove_ticket_handler()
137 static int process_one_ticket(struct ceph_auth_client *ac, in process_one_ticket()
254 static int ceph_x_proc_ticket_reply(struct ceph_auth_client *ac, in ceph_x_proc_ticket_reply()
282 static int ceph_x_build_authorizer(struct ceph_auth_client *ac, in ceph_x_build_authorizer()
378 static void ceph_x_validate_tickets(struct ceph_auth_client *ac, int *pneed) in ceph_x_validate_tickets()
410 static int ceph_x_build_request(struct ceph_auth_client *ac, in ceph_x_build_request()
489 static int ceph_x_handle_reply(struct ceph_auth_client *ac, int result, in ceph_x_handle_reply()
[all …]
Dosd_client.c1039 struct ceph_auth_client *ac = osd->o_osdc->client->monc.auth; in put_osd() local
2940 struct ceph_auth_client *ac = osdc->client->monc.auth; in get_authorizer() local
2968 struct ceph_auth_client *ac = osdc->client->monc.auth; in verify_authorizer_reply() local
2977 struct ceph_auth_client *ac = osdc->client->monc.auth; in invalidate_authorizer() local
/linux-4.1.27/drivers/acpi/
Dac.c121 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state()
147 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property() local
178 struct acpi_ac *ac = seq->private; in acpi_ac_seq_show() local
210 static int acpi_ac_add_fs(struct acpi_ac *ac) in acpi_ac_add_fs()
232 static int acpi_ac_remove_fs(struct acpi_ac *ac) in acpi_ac_remove_fs()
252 struct acpi_ac *ac = acpi_driver_data(device); in acpi_ac_notify() local
288 struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb); in acpi_ac_battery_notify() local
327 struct acpi_ac *ac = NULL; in acpi_ac_add() local
386 struct acpi_ac *ac; in acpi_ac_resume() local
409 struct acpi_ac *ac = NULL; in acpi_ac_remove() local
/linux-4.1.27/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.c79 struct adxl34x *ac; in adxl34x_i2c_probe() local
103 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_remove() local
111 struct adxl34x *ac = i2c_get_clientdata(client); in adxl34x_i2c_suspend() local
121 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.1.27/fs/ocfs2/
Dsuballoc.c136 void ocfs2_free_ac_resource(struct ocfs2_alloc_context *ac) in ocfs2_free_ac_resource()
158 void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac) in ocfs2_free_alloc_context()
453 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_contig()
497 struct ocfs2_alloc_context *ac, in ocfs2_block_group_claim_bits()
518 struct ocfs2_alloc_context *ac, in ocfs2_block_group_grow_discontig()
610 struct ocfs2_alloc_context *ac, in ocfs2_block_group_alloc_discontig()
695 struct ocfs2_alloc_context *ac = NULL; in ocfs2_block_group_alloc() local
797 struct ocfs2_alloc_context *ac, in ocfs2_reserve_suballoc_bits()
945 struct ocfs2_alloc_context *ac, in ocfs2_steal_resource()
978 struct ocfs2_alloc_context *ac) in ocfs2_steal_inode()
[all …]
Dlocalalloc.c629 struct ocfs2_alloc_context *ac) in ocfs2_reserve_local_alloc_bits()
730 struct ocfs2_alloc_context *ac, in ocfs2_claim_local_alloc_bits()
786 struct ocfs2_alloc_context *ac, in ocfs2_free_local_alloc_bits()
1113 struct ocfs2_alloc_context **ac, in ocfs2_local_alloc_reserve_for_window()
1164 struct ocfs2_alloc_context *ac) in ocfs2_local_alloc_new_window()
1259 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.c5618 struct ocfs2_alloc_context **ac, in ocfs2_reserve_blocks_for_rec_trunc()
/linux-4.1.27/fs/ext4/
Dmballoc.c1623 static void ext4_mb_use_best_found(struct ext4_allocation_context *ac, in ext4_mb_use_best_found()
1668 static void ext4_mb_check_limits(struct ext4_allocation_context *ac, in ext4_mb_check_limits()
1718 static void ext4_mb_measure_extent(struct ext4_allocation_context *ac, in ext4_mb_measure_extent()
1778 int ext4_mb_try_best_found(struct ext4_allocation_context *ac, in ext4_mb_try_best_found()
1806 int ext4_mb_find_by_goal(struct ext4_allocation_context *ac, in ext4_mb_find_by_goal()
1874 void ext4_mb_simple_scan_group(struct ext4_allocation_context *ac, in ext4_mb_simple_scan_group()
1918 void ext4_mb_complex_scan_group(struct ext4_allocation_context *ac, in ext4_mb_complex_scan_group()
1977 void ext4_mb_scan_aligned(struct ext4_allocation_context *ac, in ext4_mb_scan_aligned()
2014 static int ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group()
2079 ext4_mb_regular_allocator(struct ext4_allocation_context *ac) in ext4_mb_regular_allocator()
[all …]
Dcrypto_fname.c214 int i = 0, bits = 0, ac = 0; in digest_encode() local
234 int i = 0, bits = 0, ac = 0; in digest_decode() local
/linux-4.1.27/net/mac80211/
Dsta_info.c86 int ac, i; in __cleanup_single_sta() local
602 static unsigned long ieee80211_tids_for_ac(int ac) in ieee80211_tids_for_ac()
626 int ac; in __sta_info_recalc_tim() local
731 struct sta_info *sta, int ac) in sta_info_cleanup_expire_buffered_ac()
812 int ac; in sta_info_cleanup_expire_buffered() local
1131 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local
1326 int ac; in ieee80211_sta_ps_deliver_response() local
1804 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.c368 int ac; in purge_old_ps_buffers() local
480 int ac = skb_get_queue_mapping(tx->skb); in ieee80211_tx_h_unicast_ps_buf() local
980 int ac = -1; in ieee80211_tx_h_stats() local
1231 u8 ac; in ieee80211_drv_tx() local
1273 u8 ac = txq->ac; in ieee80211_tx_dequeue() local
3362 int ac = ieee802_1d_to_ac[tid & 7]; in __ieee80211_tx_skb_tid_band() local
Dutil.c299 int ac; in ieee80211_propagate_queue_wake() local
405 int ac; in __ieee80211_stop_queue() local
568 int ac; in ieee80211_get_vif_queues() local
1156 int ac; in ieee80211_set_wmm_default() local
Dstatus.c52 int ac; in ieee80211_handle_filtered_frame() local
Ddebugfs_sta.c94 int ac; in sta_num_ps_buf_frames_read() local
Dmlme.c1653 int ac; in __ieee80211_sta_handle_tspec_ac_params() local
2161 int ac = ieee80211_ac_from_tid(tid); in ieee80211_sta_tx_wmm_ac_notify() local
3072 int ac, uapsd_queues = -1; in ieee80211_rx_mgmt_assoc_resp() local
Diface.c724 int ac; in ieee80211_do_open() local
Dtdls.c226 static enum ieee80211_ac_numbers ieee80211_ac_from_wmm(int ac) in ieee80211_ac_from_wmm()
Dcfg.c3634 int ac = ieee802_1d_to_ac[up]; in ieee80211_add_tx_ts() local
3660 int ac; in ieee80211_del_tx_ts() local
Ddriver-ops.h658 struct ieee80211_sub_if_data *sdata, u16 ac, in drv_conf_tx()
Drx.c1266 int tid, ac; in ieee80211_rx_h_uapsd_and_pspoll() local
/linux-4.1.27/samples/bpf/
Dtracex1_user.c7 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.c57 int main(int ac, char **argv) in main()
/linux-4.1.27/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.1.27/mm/
Dslab.c207 struct array_cache ac; member
660 static void init_arraycache(struct array_cache *ac, int limit, int batch) in init_arraycache()
682 struct array_cache *ac = NULL; in alloc_arraycache() local
696 struct array_cache *ac) in recheck_pfmemalloc_active()
723 static void *__ac_get_obj(struct kmem_cache *cachep, struct array_cache *ac, in __ac_get_obj()
771 struct array_cache *ac, gfp_t flags, bool force_refill) in ac_get_obj()
784 struct array_cache *ac, void *objp) in __ac_put_obj()
796 static inline void ac_put_obj(struct kmem_cache *cachep, struct array_cache *ac, in ac_put_obj()
920 struct array_cache *ac, int node, in __drain_alien_cache()
950 struct array_cache *ac; in reap_alien() local
[all …]
Dpage_alloc.c2110 const struct alloc_context *ac) in get_page_from_freelist()
2397 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom()
2460 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact()
2516 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact()
2527 const struct alloc_context *ac) in __perform_reclaim()
2556 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_reclaim()
2593 const struct alloc_context *ac) in __alloc_pages_high_priority()
2609 static void wake_all_kswapds(unsigned int order, const struct alloc_context *ac) in wake_all_kswapds()
2675 struct alloc_context *ac) in __alloc_pages_slowpath()
2877 struct alloc_context ac = { in __alloc_pages_nodemask() local
Dcompaction.c1480 int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
/linux-4.1.27/arch/powerpc/boot/
Dhack-coff.c32 main(int ac, char **av) in main()
Daddnote.c119 main(int ac, char **av) in main()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dpalm27x.h71 static inline void palm27x_power_init(int ac, int usb) {} in palm27x_power_init()
/linux-4.1.27/kernel/
Dacct.c412 static void fill_ac(acct_t *ac) in fill_ac()
470 acct_t ac; in do_acct_process() local
/linux-4.1.27/include/linux/
Dcompaction.h57 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.1.27/drivers/net/wireless/iwlwifi/mvm/
Dmac-ctxt.c206 u32 qmask = 0, ac; in iwl_mvm_mac_get_queues_mask() local
338 u32 ac; in iwl_mvm_mac_ctxt_allocate_resources() local
475 u32 ac; in iwl_mvm_mac_ctxt_init() local
506 int ac; in iwl_mvm_mac_ctxt_release() local
Dcoex.c964 struct ieee80211_tx_info *info, u8 ac) in iwl_mvm_bt_coex_tx_prio()
Dtx.c84 u8 ac; in iwl_mvm_set_tx_cmd() local
Dpower.c171 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
Dmac80211.c2742 struct ieee80211_vif *vif, u16 ac, in iwl_mvm_mac_conf_tx()
/linux-4.1.27/include/linux/platform_data/
Dlp8727.h63 struct lp8727_chg_param *ac; member
/linux-4.1.27/drivers/hid/
Dwacom.h123 struct power_supply *ac; member
/linux-4.1.27/fs/ceph/
Ddebugfs.c163 struct ceph_auth_client *ac = fsc->client->monc.auth; in mds_sessions_show() local
Dmds_client.c3779 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in get_authorizer() local
3807 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in verify_authorizer_reply() local
3816 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in invalidate_authorizer() local
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Ddebug_sta.c29 struct ath_atx_ac *ac; in read_file_node_aggr() local
Dxmit.c109 struct ath_atx_ac *ac = tid->ac; in ath_tx_queue_tid() local
1541 struct ath_atx_ac *ac; in ath_tx_aggr_sleep() local
1578 struct ath_atx_ac *ac; in ath_tx_aggr_wakeup() local
1918 struct ath_atx_ac *ac, *last_ac; in ath_txq_schedule() local
2873 struct ath_atx_ac *ac; in ath_tx_node_init() local
2903 struct ath_atx_ac *ac; in ath_tx_node_cleanup() local
Dath9k.h245 struct ath_atx_ac *ac; member
264 struct ath_atx_ac ac[IEEE80211_NUM_ACS]; member
Dmain.c2477 int ac; in ath9k_unassign_vif_chanctx() local
/linux-4.1.27/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.1.27/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.cc1753 int main(int ac, char** av) in main()
/linux-4.1.27/drivers/power/
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
Dtwl4030_charger.c90 struct power_supply *ac; member
Dlp8727_charger.c83 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.1.27/arch/arm/mach-pxa/
Dpalm27x.c419 void __init palm27x_power_init(int ac, int usb) in palm27x_power_init()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c310 struct perf_cgroup *ac = a->cgrp; in __conflict_event() local
327 struct perf_cgroup *ac, *bc; in __conflict_event() local
/linux-4.1.27/include/linux/mfd/wm8350/
Dsupply.h128 struct power_supply *ac; member
/linux-4.1.27/fs/xfs/
Dxfs_itable.c358 struct xfs_bulkstat_agichunk ac; in xfs_bulkstat() local
/linux-4.1.27/net/ipv6/
Danycast.c209 static void aca_put(struct ifacaddr6 *ac) in aca_put()
/linux-4.1.27/fs/btrfs/
Dtransaction.c1615 struct btrfs_async_commit *ac = in do_async_commit() local
1637 struct btrfs_async_commit *ac; in btrfs_commit_transaction_async() local
/linux-4.1.27/arch/s390/include/asm/
Dqdio.h66 u32 ac : 8; member
104 u32 ac : 8; member
/linux-4.1.27/drivers/scsi/libsas/
Dsas_ata.c102 enum ata_completion_errors ac; in sas_ata_task_done() local
/linux-4.1.27/drivers/net/wireless/b43/
Dphy_common.h226 struct b43_phy_ac *ac; member
/linux-4.1.27/drivers/net/wireless/ti/wl1251/
Dacx.c995 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.1.27/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.1.27/drivers/scsi/esas2r/
Desas2r_ioctl.c1122 struct atto_hba_adap_ctrl *ac = &hi->data.adap_ctrl; in hba_ioctl_callback() local
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dwmm.c388 enum mwifiex_wmm_ac_e ac, ac_down; in mwifiex_wmm_downgrade_tid() local
/linux-4.1.27/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.1.27/drivers/misc/lis3lv02d/
Dlis3lv02d.h301 union axis_conversion ac; /* hw -> logical axis */ member
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h100 struct wme_ac_parameter ac[4]; member
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c1624 struct wmi_sta_uapsd_auto_trig_param *ac; in ath10k_wmi_tlv_put_uapsd_ac() local
1653 struct wmi_sta_uapsd_auto_trig_param *ac; in ath10k_wmi_tlv_op_gen_vdev_sta_uapsd() local
Dmac.c4175 u16 ac, bool enable) in ath10k_conf_tx_uapsd()
4281 struct ieee80211_vif *vif, u16 ac, in ath10k_conf_tx()
Dwmi.h4118 #define WMI_UAPSD_AC_BIT_MASK(ac, type) \ argument
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dmac80211.c1236 int err, ac; in iwl_setup_interface() local
Dcommands.h776 struct iwl_ac_qos ac[AC_NUM]; member
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1552 …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.1.27/arch/ia64/include/asm/
Dprocessor.h90 __u64 ac : 1; member
/linux-4.1.27/drivers/of/
Dbase.c339 int ac, prop_len, tid; in __of_find_n_match_cpu_property() local
/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_Qos.h356 #define IsACValid(ac) ((ac >= 0 && ac <= 7) ? true : false) argument
/linux-4.1.27/arch/powerpc/kernel/
Dprom_init.c2346 u32 ac, sc; in fixup_device_tree_maple_memory_controller() local
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h563 #define IsACValid(ac) ((ac<=7 )?true:false ) argument
/linux-4.1.27/include/net/
Dmac80211.h1680 u8 ac; member
Dcfg80211.h1389 enum nl80211_ac ac; member
/linux-4.1.27/include/linux/mfd/
Dcros_ec_commands.h2074 int ac; member
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dhal.h3370 u8 ac; member
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dwifi.h1426 struct rtl_qos_parameters ac[AC_MAX]; member