/drivers/input/misc/ |
D | adxl34x.c | 182 #define AC_READ(ac, reg) ((ac)->bops->read((ac)->dev, reg)) argument 183 #define AC_WRITE(ac, reg, val) ((ac)->bops->write((ac)->dev, reg, val)) argument 239 static void adxl34x_get_triple(struct adxl34x *ac, struct axis_triple *axis) in adxl34x_get_triple() 257 static void adxl34x_service_ev_fifo(struct adxl34x *ac) in adxl34x_service_ev_fifo() 279 static void adxl34x_send_key_events(struct adxl34x *ac, in adxl34x_send_key_events() 291 static void adxl34x_do_tap(struct adxl34x *ac, in adxl34x_do_tap() 301 struct adxl34x *ac = handle; in adxl34x_irq() local 402 static void __adxl34x_disable(struct adxl34x *ac) in __adxl34x_disable() 411 static void __adxl34x_enable(struct adxl34x *ac) in __adxl34x_enable() 416 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 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 101 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_suspend() local 111 struct adxl34x *ac = spi_get_drvdata(spi); in adxl34x_spi_resume() local
|
/drivers/acpi/ |
D | ac.c | 116 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state() 141 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property() local 172 struct acpi_ac *ac = seq->private; in acpi_ac_seq_show() local 246 struct acpi_ac *ac = acpi_driver_data(device); in acpi_ac_notify() local 302 struct acpi_ac *ac = NULL; in acpi_ac_add() local 354 struct acpi_ac *ac; in acpi_ac_resume() local 375 struct acpi_ac *ac = NULL; in acpi_ac_remove() local
|
/drivers/net/wireless/iwlwifi/mvm/ |
D | mac-ctxt.c | 93 u32 ac; in iwl_mvm_mac_iface_iterator() local 196 u32 qmask, ac; in iwl_mvm_mac_get_queues_mask() local 229 u32 ac; in iwl_mvm_mac_ctxt_allocate_resources() local 349 u32 ac; in iwl_mvm_mac_ctxt_init() local 379 int ac; in iwl_mvm_mac_ctxt_release() local
|
D | mac80211.c | 605 u32 tfd_msk = 0, ac; in iwl_mvm_prepare_mac_removal() local 1033 struct ieee80211_vif *vif, u16 ac, in iwl_mvm_mac_conf_tx()
|
D | fw-api-mac.h | 349 struct iwl_ac_qos ac[AC_NUM+1]; member
|
/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 195 int id, ret = -EBUSY, ac; in wl1271_tx_allocate() local 250 int ac, rate_idx; in wl1271_tx_fill_hdr() local 477 int i, q = -1, ac; in wlcore_select_ac() local 521 u8 hlid, u8 ac, in wlcore_lnk_dequeue_high_prio() 541 u8 ac, u8 *hlid, in wlcore_vif_dequeue_high_prio() 579 int ac; in wl1271_skb_dequeue() local
|
/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 146 enum htc_endpoint_id ath6kl_ac2_endpoint_id(void *devt, u8 ac) in ath6kl_ac2_endpoint_id() 704 u8 ac; in ath6kl_update_target_stats() local 819 u8 ac; in ath6kl_tgt_stats_event() local
|
D | htc_mbox.c | 768 u8 ac = WMM_NUM_AC; in ath6kl_htc_tx_bundle() local 868 u8 ac = WMM_NUM_AC; in ath6kl_htc_tx_from_queue() local
|
D | init.c | 253 u8 ac, in set_ac2_ep_map()
|
/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 110 struct ath_atx_ac *ac = tid->ac; in ath_tx_queue_tid() local 1250 struct ath_atx_ac *ac; in ath_tx_aggr_sleep() local 1285 struct ath_atx_ac *ac; in ath_tx_aggr_wakeup() local 1565 struct ath_atx_ac *ac, *ac_tmp, *last_ac; in ath_txq_schedule() local 2368 struct ath_atx_ac *ac; in ath_tx_node_init() local 2397 struct ath_atx_ac *ac; in ath_tx_node_cleanup() local
|
/drivers/power/ |
D | goldfish_battery.c | 35 struct power_supply ac; member
|
D | tps65090-charger.c | 48 struct power_supply ac; member
|
D | wm8350_power.c | 452 struct power_supply *ac = &power->ac; in wm8350_power_probe() local
|
D | pcf50633-charger.c | 38 struct power_supply ac; member
|
D | max8925_power.c | 71 struct power_supply ac; member
|
D | twl4030_charger.c | 84 struct power_supply ac; member
|
D | lp8727_charger.c | 82 struct power_supply ac; member
|
/drivers/crypto/caam/ |
D | intern.h | 77 struct caam_assurance *ac; member
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_pm.c | 176 struct nouveau_pm_profile *ac = NULL, *dc = NULL; in nouveau_pm_profile_set() local 1020 bool ac = power_supply_is_system_supplied(); in nouveau_pm_acpi_event() local
|
/drivers/scsi/libsas/ |
D | sas_ata.c | 102 enum ata_completion_errors ac; in sas_ata_task_done() local
|
/drivers/hid/ |
D | hid-wacom.c | 50 struct power_supply ac; member
|
/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 1030 int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, in wl1251_acx_ac_cfg()
|
/drivers/net/wireless/mwifiex/ |
D | wmm.c | 391 enum mwifiex_wmm_ac_e ac, ac_down; in mwifiex_wmm_downgrade_tid() local
|