| /linux-4.4.14/net/ceph/ |
| D | auth_none.c | 14 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()
|
| D | auth.c | 23 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 …]
|
| D | auth_x.c | 20 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 …]
|
| D | osd_client.c | 1055 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/ |
| D | ac.c | 117 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/ |
| D | adxl34x.c | 181 #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 …]
|
| D | adxl34x-i2c.c | 80 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
|
| D | adxl34x-spi.c | 70 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/ |
| D | suballoc.c | 136 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 …]
|
| D | localalloc.c | 629 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
|
| D | suballoc.h | 67 static inline int ocfs2_alloc_context_bits_left(struct ocfs2_alloc_context *ac) in ocfs2_alloc_context_bits_left()
|
| D | alloc.c | 5636 struct ocfs2_alloc_context **ac, in ocfs2_reserve_blocks_for_rec_trunc()
|
| /linux-4.4.14/fs/ext4/ |
| D | mballoc.c | 1634 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 …]
|
| D | crypto_fname.c | 210 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/ |
| D | sta_info.c | 87 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
|
| D | mesh_ps.c | 452 int ac; in mps_frame_deliver() local 577 int ac, buffer_local = 0; in ieee80211_mps_frame_release() local
|
| D | wme.c | 93 int ac = ieee802_1d_to_ac[skb->priority]; in ieee80211_downgrade_queue() local
|
| D | tx.c | 378 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
|
| D | driver-ops.c | 162 struct ieee80211_sub_if_data *sdata, u16 ac, in drv_conf_tx()
|
| D | debugfs_sta.c | 88 int ac; in sta_num_ps_buf_frames_read() local
|
| D | util.c | 251 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
|
| D | mlme.c | 1664 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
|
| D | status.c | 52 int ac; in ieee80211_handle_filtered_frame() local
|
| D | rx.c | 1305 int tid, ac; in ieee80211_rx_h_uapsd_and_pspoll() local 2253 u16 ac, q, hdrlen; in ieee80211_rx_h_mesh_fwding() local
|
| D | iface.c | 724 int ac; in ieee80211_do_open() local
|
| D | cfg.c | 3739 int ac = ieee802_1d_to_ac[up]; in ieee80211_add_tx_ts() local 3765 int ac; in ieee80211_del_tx_ts() local
|
| D | tdls.c | 231 static enum ieee80211_ac_numbers ieee80211_ac_from_wmm(int ac) in ieee80211_ac_from_wmm()
|
| /linux-4.4.14/samples/bpf/ |
| D | tracex1_user.c | 7 int main(int ac, char **argv) in main()
|
| D | tracex5_user.c | 26 int main(int ac, char **argv) in main()
|
| D | sockex1_user.c | 9 int main(int ac, char **argv) in main()
|
| D | sockex2_user.c | 14 int main(int ac, char **argv) in main()
|
| D | tracex4_user.c | 51 int main(int ac, char **argv) in main()
|
| D | tracex3_user.c | 104 int main(int ac, char **argv) in main()
|
| D | tracex2_user.c | 106 int main(int ac, char **argv) in main()
|
| /linux-4.4.14/mm/ |
| D | slab.c | 207 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 …]
|
| D | page_alloc.c | 1704 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 …]
|
| D | compaction.c | 1520 int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
|
| /linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
| D | tx.c | 210 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
|
| D | acx.c | 841 u8 ac, u8 cw_min, u16 cw_max, u8 aifsn, u16 txop) in wl1271_acx_ac_cfg()
|
| D | conf.h | 558 u8 ac; member
|
| D | acx.h | 440 u8 ac; member
|
| /linux-4.4.14/arch/powerpc/boot/ |
| D | hack-coff.c | 32 main(int ac, char **av) in main()
|
| D | addnote.c | 119 main(int ac, char **av) in main()
|
| /linux-4.4.14/fs/f2fs/ |
| D | crypto_fname.c | 210 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/ |
| D | palm27x.h | 71 static inline void palm27x_power_init(int ac, int usb) {} in palm27x_power_init()
|
| /linux-4.4.14/kernel/ |
| D | acct.c | 412 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/ |
| D | mac-ctxt.c | 208 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
|
| D | coex.c | 904 struct ieee80211_tx_info *info, u8 ac) in iwl_mvm_bt_coex_tx_prio()
|
| D | tx.c | 108 u8 ac; in iwl_mvm_set_tx_cmd() local
|
| D | power.c | 174 enum ieee80211_ac_numbers ac; in iwl_mvm_power_configure_uapsd() local
|
| D | fw-api-mac.h | 358 struct iwl_ac_qos ac[AC_NUM+1]; member
|
| D | sta.c | 214 u32 ac; in iwl_mvm_tdls_sta_init() local
|
| D | utils.c | 754 int ac = tid_to_mac80211_ac[tid]; in iwl_mvm_disable_txq() local
|
| D | mac80211.c | 2837 struct ieee80211_vif *vif, u16 ac, in iwl_mvm_mac_conf_tx()
|
| /linux-4.4.14/include/linux/ |
| D | compaction.h | 58 const struct alloc_context *ac, in try_to_compact_pages()
|
| D | transport_class.h | 58 struct attribute_container ac; member
|
| D | ieee80211.h | 1053 struct ieee80211_wmm_ac_param ac[4]; member
|
| /linux-4.4.14/include/linux/platform_data/ |
| D | lp8727.h | 63 struct lp8727_chg_param *ac; member
|
| /linux-4.4.14/drivers/power/ |
| D | tps65217_charger.c | 43 struct power_supply *ac; member
|
| D | tps65090-charger.c | 46 struct power_supply *ac; member
|
| D | goldfish_battery.c | 34 struct power_supply *ac; member
|
| D | bq24735-charger.c | 162 int ac = 0; in bq24735_charger_is_present() local
|
| D | ipaq_micro_battery.c | 45 u8 ac; member
|
| D | pcf50633-charger.c | 38 struct power_supply *ac; member
|
| D | max8925_power.c | 71 struct power_supply *ac; member
|
| D | lp8727_charger.c | 83 struct power_supply *ac; member
|
| D | twl4030_charger.c | 117 struct power_supply *ac; member
|
| D | pm2301_charger.h | 481 struct pm2xxx_charger_info ac; member
|
| D | ab8500_charger.c | 295 struct ab8500_charger_info ac; member
|
| /linux-4.4.14/drivers/hid/ |
| D | wacom.h | 123 struct power_supply *ac; member
|
| /linux-4.4.14/fs/ceph/ |
| D | debugfs.c | 163 struct ceph_auth_client *ac = fsc->client->monc.auth; in mds_sessions_show() local
|
| D | mds_client.c | 3880 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/ |
| D | main.c | 149 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
|
| D | init.c | 273 u8 ac, in set_ac2_ep_map()
|
| D | htc_mbox.c | 765 u8 ac = WMM_NUM_AC; in ath6kl_htc_tx_bundle() local 865 u8 ac = WMM_NUM_AC; in ath6kl_htc_tx_from_queue() local
|
| D | txrx.c | 364 u8 ac = 99; /* initialize to unmapped ac */ in ath6kl_data_tx() local
|
| D | wmi.c | 301 u8 *ac) in ath6kl_wmi_implicit_create_pstream()
|
| D | wmi.h | 1936 u8 ac; member
|
| /linux-4.4.14/scripts/kconfig/ |
| D | kxgettext.c | 228 int main(int ac, char **av) in main()
|
| D | conf.c | 491 int main(int ac, char **av) in main()
|
| D | mconf.c | 1007 int main(int ac, char **av) in main()
|
| D | nconf.c | 1476 int main(int ac, char **av) in main()
|
| D | gconf.c | 1444 int main(int ac, char *av[]) in main()
|
| D | qconf.cc | 1824 int main(int ac, char** av) in main()
|
| /linux-4.4.14/arch/arm/mach-pxa/ |
| D | palm27x.c | 424 void __init palm27x_power_init(int ac, int usb) in palm27x_power_init()
|
| /linux-4.4.14/arch/x86/kernel/cpu/ |
| D | perf_event_intel_cqm.c | 329 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/ |
| D | supply.h | 128 struct power_supply *ac; member
|
| /linux-4.4.14/fs/xfs/ |
| D | xfs_itable.c | 358 struct xfs_bulkstat_agichunk ac; in xfs_bulkstat() local
|
| /linux-4.4.14/net/ipv6/ |
| D | anycast.c | 209 static void aca_put(struct ifacaddr6 *ac) in aca_put()
|
| /linux-4.4.14/fs/btrfs/ |
| D | transaction.c | 1673 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/ |
| D | qdio.h | 66 u32 ac : 8; member 104 u32 ac : 8; member
|
| /linux-4.4.14/drivers/scsi/libsas/ |
| D | sas_ata.c | 102 enum ata_completion_errors ac; in sas_ata_task_done() local
|
| /linux-4.4.14/drivers/net/wireless/b43/ |
| D | phy_common.h | 226 struct b43_phy_ac *ac; member
|
| /linux-4.4.14/drivers/staging/rtl8192e/ |
| D | rtl819x_Qos.h | 172 #define IsACValid(ac) ((ac >= 0 && ac <= 7) ? true : false) argument
|
| /linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
| D | acx.c | 992 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1251_acx_ac_cfg()
|
| D | acx.h | 1256 u8 ac; member
|
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
| D | main.c | 343 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/ |
| D | esas2r_ioctl.c | 1122 struct atto_hba_adap_ctrl *ac = &hi->data.adap_ctrl; in hba_ioctl_callback() local
|
| /linux-4.4.14/drivers/net/wireless/iwlegacy/ |
| D | common.h | 2269 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
|
| D | 4965-mac.c | 5269 int ac = default_queue_to_tx_fifo[i]; in il4965_alive_notify() local
|
| D | commands.h | 833 struct il_ac_qos ac[AC_NUM]; member
|
| /linux-4.4.14/drivers/staging/rtl8188eu/include/ |
| D | ieee80211_ext.h | 100 struct wme_ac_parameter ac[4]; member
|
| /linux-4.4.14/drivers/misc/lis3lv02d/ |
| D | lis3lv02d.h | 301 union axis_conversion ac; /* hw -> logical axis */ member
|
| /linux-4.4.14/drivers/net/wireless/mwifiex/ |
| D | wmm.c | 386 enum mwifiex_wmm_ac_e ac, ac_down; in mwifiex_wmm_downgrade_tid() local
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
| D | mac80211.c | 1247 int err, ac; in iwl_setup_interface() local
|
| D | commands.h | 776 struct iwl_ac_qos ac[AC_NUM]; member
|
| /linux-4.4.14/drivers/staging/rtl8188eu/core/ |
| D | rtw_xmit.c | 1556 …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/ |
| D | rtw_xmit.c | 1667 …_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/ |
| D | wmi-tlv.c | 1838 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
|
| D | mac.c | 5549 u16 ac, bool enable) in ath10k_conf_tx_uapsd() 5655 struct ieee80211_vif *vif, u16 ac, in ath10k_conf_tx()
|
| D | wmi.h | 5194 #define WMI_UAPSD_AC_BIT_MASK(ac, type) \ argument
|
| /linux-4.4.14/arch/ia64/include/asm/ |
| D | processor.h | 90 __u64 ac : 1; member
|
| /linux-4.4.14/drivers/of/ |
| D | base.c | 339 int ac, prop_len, tid; in __of_find_n_match_cpu_property() local
|
| /linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
| D | main.c | 2487 int ac; in ath9k_unassign_vif_chanctx() local
|
| /linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
| D | rtl819x_Qos.h | 530 #define IsACValid(ac) ((ac<=7 )?true:false ) argument
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | prom_init.c | 2374 u32 ac, sc; in fixup_device_tree_maple_memory_controller() local
|
| /linux-4.4.14/drivers/scsi/ |
| D | hpsa.c | 2856 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/ |
| D | mac80211.h | 1747 u8 ac; member
|
| D | cfg80211.h | 1393 enum nl80211_ac ac; member
|
| /linux-4.4.14/include/linux/mfd/ |
| D | cros_ec_commands.h | 2207 int ac; member
|
| /linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
| D | wifi.h | 1445 struct rtl_qos_parameters ac[AC_MAX]; member
|
| /linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
| D | hal.h | 3370 u8 ac; member
|