/linux-4.1.27/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 | 19 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 …]
|
D | osd_client.c | 1039 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/ |
D | ac.c | 121 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/ |
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 | 79 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
|
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.1.27/fs/ocfs2/ |
D | suballoc.c | 136 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 …]
|
D | localalloc.c | 629 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
|
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 | 5618 struct ocfs2_alloc_context **ac, in ocfs2_reserve_blocks_for_rec_trunc()
|
/linux-4.1.27/fs/ext4/ |
D | mballoc.c | 1623 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 …]
|
D | crypto_fname.c | 214 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/ |
D | sta_info.c | 86 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
|
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 | 368 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
|
D | util.c | 299 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
|
D | status.c | 52 int ac; in ieee80211_handle_filtered_frame() local
|
D | debugfs_sta.c | 94 int ac; in sta_num_ps_buf_frames_read() local
|
D | mlme.c | 1653 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
|
D | iface.c | 724 int ac; in ieee80211_do_open() local
|
D | tdls.c | 226 static enum ieee80211_ac_numbers ieee80211_ac_from_wmm(int ac) in ieee80211_ac_from_wmm()
|
D | cfg.c | 3634 int ac = ieee802_1d_to_ac[up]; in ieee80211_add_tx_ts() local 3660 int ac; in ieee80211_del_tx_ts() local
|
D | driver-ops.h | 658 struct ieee80211_sub_if_data *sdata, u16 ac, in drv_conf_tx()
|
D | rx.c | 1266 int tid, ac; in ieee80211_rx_h_uapsd_and_pspoll() local
|
/linux-4.1.27/samples/bpf/ |
D | tracex1_user.c | 7 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 | 57 int main(int ac, char **argv) in main()
|
/linux-4.1.27/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.1.27/mm/ |
D | slab.c | 207 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 …]
|
D | page_alloc.c | 2110 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
|
D | compaction.c | 1480 int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/include/linux/ |
D | compaction.h | 57 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.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac-ctxt.c | 206 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
|
D | coex.c | 964 struct ieee80211_tx_info *info, u8 ac) in iwl_mvm_bt_coex_tx_prio()
|
D | tx.c | 84 u8 ac; in iwl_mvm_set_tx_cmd() local
|
D | power.c | 171 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 | mac80211.c | 2742 struct ieee80211_vif *vif, u16 ac, in iwl_mvm_mac_conf_tx()
|
/linux-4.1.27/include/linux/platform_data/ |
D | lp8727.h | 63 struct lp8727_chg_param *ac; member
|
/linux-4.1.27/drivers/hid/ |
D | wacom.h | 123 struct power_supply *ac; member
|
/linux-4.1.27/fs/ceph/ |
D | debugfs.c | 163 struct ceph_auth_client *ac = fsc->client->monc.auth; in mds_sessions_show() local
|
D | mds_client.c | 3779 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/ |
D | debug_sta.c | 29 struct ath_atx_ac *ac; in read_file_node_aggr() local
|
D | xmit.c | 109 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
|
D | ath9k.h | 245 struct ath_atx_ac *ac; member 264 struct ath_atx_ac ac[IEEE80211_NUM_ACS]; member
|
D | main.c | 2477 int ac; in ath9k_unassign_vif_chanctx() local
|
/linux-4.1.27/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.1.27/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 | 1753 int main(int ac, char** av) in main()
|
/linux-4.1.27/drivers/power/ |
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 | twl4030_charger.c | 90 struct power_supply *ac; member
|
D | lp8727_charger.c | 83 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.1.27/arch/arm/mach-pxa/ |
D | palm27x.c | 419 void __init palm27x_power_init(int ac, int usb) in palm27x_power_init()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_cqm.c | 310 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/ |
D | supply.h | 128 struct power_supply *ac; member
|
/linux-4.1.27/fs/xfs/ |
D | xfs_itable.c | 358 struct xfs_bulkstat_agichunk ac; in xfs_bulkstat() local
|
/linux-4.1.27/net/ipv6/ |
D | anycast.c | 209 static void aca_put(struct ifacaddr6 *ac) in aca_put()
|
/linux-4.1.27/fs/btrfs/ |
D | transaction.c | 1615 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/ |
D | qdio.h | 66 u32 ac : 8; member 104 u32 ac : 8; member
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_ata.c | 102 enum ata_completion_errors ac; in sas_ata_task_done() local
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | phy_common.h | 226 struct b43_phy_ac *ac; member
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 995 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.1.27/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.1.27/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.1.27/drivers/net/wireless/mwifiex/ |
D | wmm.c | 388 enum mwifiex_wmm_ac_e ac, ac_down; in mwifiex_wmm_downgrade_tid() local
|
/linux-4.1.27/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.1.27/drivers/misc/lis3lv02d/ |
D | lis3lv02d.h | 301 union axis_conversion ac; /* hw -> logical axis */ member
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | ieee80211_ext.h | 100 struct wme_ac_parameter ac[4]; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | wmi-tlv.c | 1624 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
|
D | mac.c | 4175 u16 ac, bool enable) in ath10k_conf_tx_uapsd() 4281 struct ieee80211_vif *vif, u16 ac, in ath10k_conf_tx()
|
D | wmi.h | 4118 #define WMI_UAPSD_AC_BIT_MASK(ac, type) \ argument
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | mac80211.c | 1236 int err, ac; in iwl_setup_interface() local
|
D | commands.h | 776 struct iwl_ac_qos ac[AC_NUM]; member
|
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 1552 …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/ |
D | processor.h | 90 __u64 ac : 1; member
|
/linux-4.1.27/drivers/of/ |
D | base.c | 339 int ac, prop_len, tid; in __of_find_n_match_cpu_property() local
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtl819x_Qos.h | 356 #define IsACValid(ac) ((ac >= 0 && ac <= 7) ? true : false) argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | prom_init.c | 2346 u32 ac, sc; in fixup_device_tree_maple_memory_controller() local
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_Qos.h | 563 #define IsACValid(ac) ((ac<=7 )?true:false ) argument
|
/linux-4.1.27/include/net/ |
D | mac80211.h | 1680 u8 ac; member
|
D | cfg80211.h | 1389 enum nl80211_ac ac; member
|
/linux-4.1.27/include/linux/mfd/ |
D | cros_ec_commands.h | 2074 int ac; member
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 3370 u8 ac; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | wifi.h | 1426 struct rtl_qos_parameters ac[AC_MAX]; member
|