/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | main.c | 350 INIT_DELAYED_WORK(&priv->scan.probe_work, cw1200_probe_work); in cw1200_init_common() 351 INIT_DELAYED_WORK(&priv->scan.timeout, cw1200_scan_timeout); in cw1200_init_common() 352 INIT_DELAYED_WORK(&priv->clear_recent_scan_work, in cw1200_init_common() 354 INIT_DELAYED_WORK(&priv->join_timeout, cw1200_join_timeout); in cw1200_init_common() 362 INIT_DELAYED_WORK(&priv->bss_loss_work, cw1200_bss_loss_work); in cw1200_init_common() 371 INIT_DELAYED_WORK(&priv->link_id_gc_work, cw1200_link_id_gc_work); in cw1200_init_common()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00link.c | 487 INIT_DELAYED_WORK(&rt2x00dev->link.agc_work, rt2x00link_agc); in rt2x00link_register() 489 INIT_DELAYED_WORK(&rt2x00dev->link.vco_work, rt2x00link_vcocal); in rt2x00link_register() 490 INIT_DELAYED_WORK(&rt2x00dev->link.watchdog_work, rt2x00link_watchdog); in rt2x00link_register() 491 INIT_DELAYED_WORK(&rt2x00dev->link.work, rt2x00link_tuner); in rt2x00link_register()
|
/linux-4.4.14/sound/aoa/core/ |
D | gpio-pmf.c | 88 INIT_DELAYED_WORK(&rt->headphone_notify.work, pmf_handle_notify); in pmf_gpio_init() 89 INIT_DELAYED_WORK(&rt->line_in_notify.work, pmf_handle_notify); in pmf_gpio_init() 90 INIT_DELAYED_WORK(&rt->line_out_notify.work, pmf_handle_notify); in pmf_gpio_init()
|
D | gpio-feature.c | 273 INIT_DELAYED_WORK(&rt->headphone_notify.work, ftr_handle_notify); in ftr_gpio_init() 274 INIT_DELAYED_WORK(&rt->line_in_notify.work, ftr_handle_notify); in ftr_gpio_init() 275 INIT_DELAYED_WORK(&rt->line_out_notify.work, ftr_handle_notify); in ftr_gpio_init()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8187/ |
D | leds.c | 204 INIT_DELAYED_WORK(&priv->led_on, led_turn_on); in rtl8187_leds_init() 205 INIT_DELAYED_WORK(&priv->led_off, led_turn_off); in rtl8187_leds_init()
|
/linux-4.4.14/arch/mips/loongson64/lemote-2f/ |
D | pm.c | 128 INIT_DELAYED_WORK(&lid_task, in wakeup_loongson()
|
/linux-4.4.14/net/rds/ |
D | connection.c | 202 INIT_DELAYED_WORK(&conn->c_send_w, rds_send_worker); in __rds_conn_create() 203 INIT_DELAYED_WORK(&conn->c_recv_w, rds_recv_worker); in __rds_conn_create() 204 INIT_DELAYED_WORK(&conn->c_conn_w, rds_connect_worker); in __rds_conn_create()
|
D | ib_rdma.c | 253 INIT_DELAYED_WORK(&pool->flush_worker, rds_ib_mr_pool_flush_worker); in rds_ib_create_mr_pool()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_main.c | 132 INIT_DELAYED_WORK(&scifdev->p2p_dwork, in scif_setup_scifdev() 134 INIT_DELAYED_WORK(&scifdev->qp_dwork, in scif_setup_scifdev()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_gpio.c | 126 INIT_DELAYED_WORK(&priv->coex_period_work, ath_btcoex_period_work); in ath_htc_init_btcoex_work() 127 INIT_DELAYED_WORK(&priv->duty_cycle_work, ath_btcoex_duty_cycle_work); in ath_htc_init_btcoex_work()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | periodic_work.c | 119 INIT_DELAYED_WORK(&pw->work, &periodic_work_func); in visor_periodic_work_start()
|
/linux-4.4.14/drivers/input/misc/ |
D | wm831x-on.c | 86 INIT_DELAYED_WORK(&wm831x_on->work, wm831x_poll_on); in wm831x_on_probe()
|
D | da9052_onkey.c | 97 INIT_DELAYED_WORK(&onkey->work, da9052_onkey_work); in da9052_onkey_probe()
|
D | da9055_onkey.c | 110 INIT_DELAYED_WORK(&onkey->work, da9055_onkey_work); in da9055_onkey_probe()
|
D | sirfsoc-onkey.c | 141 INIT_DELAYED_WORK(&pwrcdrv->work, sirfsoc_pwrc_report_event); in sirfsoc_pwrc_probe()
|
D | palmas-pwrbutton.c | 210 INIT_DELAYED_WORK(&pwron->input_work, palmas_power_button_work); in palmas_pwron_probe()
|
D | da9063_onkey.c | 255 INIT_DELAYED_WORK(&onkey->work, da9063_poll_on); in da9063_onkey_probe()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | response_manager.c | 65 INIT_DELAYED_WORK(&cwq->wk.work, oct_poll_req_completion); in octeon_setup_response_list()
|
D | octeon_console.c | 612 INIT_DELAYED_WORK(work, check_console); in octeon_add_console()
|
D | request_manager.c | 157 INIT_DELAYED_WORK(&db_wq->wk.work, check_db_timeout); in octeon_init_instr_queue()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dvb-usb-remote.c | 224 INIT_DELAYED_WORK(&d->rc_query_work, legacy_dvb_usb_read_remote_control); in legacy_dvb_usb_remote_init() 296 INIT_DELAYED_WORK(&d->rc_query_work, dvb_usb_read_remote_control); in rc_core_dvb_usb_remote_init()
|
D | technisat-usb2.c | 757 INIT_DELAYED_WORK(&state->green_led_work, in technisat_usb2_probe()
|
/linux-4.4.14/drivers/watchdog/ |
D | retu_wdt.c | 138 INIT_DELAYED_WORK(&wdev->ping_work, retu_wdt_ping_work); in retu_wdt_probe()
|
/linux-4.4.14/drivers/extcon/ |
D | extcon-gpio.c | 126 INIT_DELAYED_WORK(&data->work, gpio_extcon_work); in gpio_extcon_probe()
|
D | extcon-usb-gpio.c | 125 INIT_DELAYED_WORK(&info->wq_detcable, usb_extcon_detect_cable); in usb_extcon_probe()
|
D | extcon-palmas.c | 236 INIT_DELAYED_WORK(&palmas_usb->wq_detectid, palmas_gpio_id_detect); in palmas_usb_probe()
|
D | extcon-arizona.c | 1273 INIT_DELAYED_WORK(&info->hpdet_work, arizona_hpdet_work); in arizona_extcon_probe() 1274 INIT_DELAYED_WORK(&info->micd_detect_work, arizona_micd_detect); in arizona_extcon_probe() 1275 INIT_DELAYED_WORK(&info->micd_timeout_work, arizona_micd_timeout_work); in arizona_extcon_probe()
|
D | extcon-sm5502.c | 630 INIT_DELAYED_WORK(&info->wq_detcable, sm5502_muic_detect_cable_wq); in sm5022_muic_i2c_probe()
|
D | extcon-max14577.c | 756 INIT_DELAYED_WORK(&info->wq_detcable, max14577_muic_detect_cable_wq); in max14577_muic_probe()
|
D | extcon-max8997.c | 748 INIT_DELAYED_WORK(&info->wq_detcable, max8997_muic_detect_cable_wq); in max8997_muic_probe()
|
D | extcon-rt8973a.c | 638 INIT_DELAYED_WORK(&info->wq_detcable, rt8973a_muic_detect_cable_wq); in rt8973a_muic_i2c_probe()
|
D | extcon-max77843.c | 836 INIT_DELAYED_WORK(&info->wq_detcable, max77843_muic_detect_cable_wq); in max77843_muic_probe()
|
D | extcon-max77693.c | 1235 INIT_DELAYED_WORK(&info->wq_detcable, max77693_muic_detect_cable_wq); in max77693_muic_probe()
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | led.c | 122 INIT_DELAYED_WORK(&priv->led_work, p54_update_leds); in p54_init_leds()
|
D | main.c | 793 INIT_DELAYED_WORK(&priv->work, p54_work); in p54_init_common()
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | led.c | 168 INIT_DELAYED_WORK(&ar->led_work, carl9170_led_update); in carl9170_led_register()
|
/linux-4.4.14/drivers/nfc/ |
D | nfcsim.c | 449 INIT_DELAYED_WORK(&dev->recv_work, nfcsim_wq_recv); in nfcsim_init_dev() 450 INIT_DELAYED_WORK(&dev->poll_work, nfcsim_wq_poll); in nfcsim_init_dev()
|
/linux-4.4.14/drivers/media/usb/tm6000/ |
D | tm6000-input.c | 452 INIT_DELAYED_WORK(&ir->work, tm6000_ir_int_work); in tm6000_ir_init() 457 INIT_DELAYED_WORK(&ir->work, tm6000_ir_handle_key); in tm6000_ir_init()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ptp.c | 239 INIT_DELAYED_WORK(&adapter->systim_overflow_work, in e1000e_ptp_init()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/ |
D | my3126.c | 179 INIT_DELAYED_WORK(&cphy->phy_update, my3216_poll); in my3126_phy_create()
|
/linux-4.4.14/drivers/hwmon/ |
D | ab8500.c | 175 INIT_DELAYED_WORK(&ab8500_data->power_off_work, in abx500_hwmon_init()
|
/linux-4.4.14/drivers/macintosh/ |
D | rack-meter.c | 269 INIT_DELAYED_WORK(&rm->cpu[0].sniffer, rackmeter_do_timer); in rackmeter_init_cpu_sniffer() 271 INIT_DELAYED_WORK(&rm->cpu[1].sniffer, rackmeter_do_timer); in rackmeter_init_cpu_sniffer()
|
/linux-4.4.14/drivers/power/ |
D | ds2760_battery.c | 566 INIT_DELAYED_WORK(&di->monitor_work, ds2760_battery_work); in ds2760_battery_probe() 567 INIT_DELAYED_WORK(&di->set_charged_work, in ds2760_battery_probe()
|
D | ipaq_micro_battery.c | 242 INIT_DELAYED_WORK(&mb->update, micro_battery_work); in micro_batt_probe()
|
D | ds2782_battery.c | 429 INIT_DELAYED_WORK(&info->bat_work, ds278x_bat_work); in ds278x_battery_probe()
|
D | jz4740-battery.c | 294 INIT_DELAYED_WORK(&jz_battery->work, jz_battery_work); in jz_battery_probe()
|
D | generic-adc-battery.c | 325 INIT_DELAYED_WORK(&adc_bat->bat_work, gab_work); in gab_probe()
|
D | s3c_adc_battery.c | 334 INIT_DELAYED_WORK(&bat_work, s3c_adc_bat_work); in s3c_adc_bat_probe()
|
D | intel_mid_battery.c | 691 INIT_DELAYED_WORK(&pbi->monitor_battery, pmic_battery_monitor); in probe()
|
D | da9150-fg.c | 513 INIT_DELAYED_WORK(&fg->work, da9150_fg_work); in da9150_fg_probe()
|
D | ltc2941-battery-gauge.c | 445 INIT_DELAYED_WORK(&info->work, ltc294x_work); in ltc294x_i2c_probe()
|
D | ab8500_charger.c | 3564 INIT_DELAYED_WORK(&di->ac_charger_attached_work, in ab8500_charger_probe() 3566 INIT_DELAYED_WORK(&di->usb_charger_attached_work, in ab8500_charger_probe() 3584 INIT_DELAYED_WORK(&di->attach_work, in ab8500_charger_probe() 3587 INIT_DELAYED_WORK(&di->usb_state_changed_work, in ab8500_charger_probe() 3590 INIT_DELAYED_WORK(&di->vbus_drop_end_work, in ab8500_charger_probe()
|
D | da9030_battery.c | 532 INIT_DELAYED_WORK(&charger->work, da9030_charging_monitor); in da9030_battery_probe()
|
D | lp8727_charger.c | 265 INIT_DELAYED_WORK(&pchg->work, lp8727_delayed_func); in lp8727_setup_irq()
|
D | power_supply_core.c | 743 INIT_DELAYED_WORK(&psy->deferred_register_work, in __power_supply_register()
|
D | charger-manager.c | 1771 INIT_DELAYED_WORK(&cm->fullbatt_vchk_work, fullbatt_vchk); in charger_manager_probe() 2007 INIT_DELAYED_WORK(&cm_monitor_work, cm_monitor_poller); in charger_manager_init()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | fb_defio.c | 211 INIT_DELAYED_WORK(&info->deferred_work, fb_deferred_io_work); in fb_deferred_io_init()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_transport_srp.c | 747 INIT_DELAYED_WORK(&rport->reconnect_work, srp_reconnect_work); in srp_rport_add() 751 INIT_DELAYED_WORK(&rport->fast_io_fail_work, in srp_rport_add() 753 INIT_DELAYED_WORK(&rport->dev_loss_work, rport_dev_loss_timedout); in srp_rport_add()
|
/linux-4.4.14/drivers/firewire/ |
D | core-card.c | 554 INIT_DELAYED_WORK(&card->br_work, br_work); in fw_card_initialize() 555 INIT_DELAYED_WORK(&card->bm_work, bm_work); in fw_card_initialize()
|
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | init.c | 620 INIT_DELAYED_WORK(&dev->mac_work, mt7601u_mac_work); in mt7601u_register_device() 621 INIT_DELAYED_WORK(&dev->stat_work, mt7601u_tx_stat); in mt7601u_register_device()
|
D | phy.c | 1247 INIT_DELAYED_WORK(&dev->cal_work, mt7601u_phy_calibrate); in mt7601u_phy_init() 1248 INIT_DELAYED_WORK(&dev->freq_cal.work, mt7601u_phy_freq_cal); in mt7601u_phy_init()
|
/linux-4.4.14/fs/jffs2/ |
D | wbuf.c | 1205 INIT_DELAYED_WORK(&c->wbuf_dwork, delayed_wbuf_sync); in jffs2_nand_flash_setup() 1244 INIT_DELAYED_WORK(&c->wbuf_dwork, delayed_wbuf_sync); in jffs2_dataflash_setup() 1302 INIT_DELAYED_WORK(&c->wbuf_dwork, delayed_wbuf_sync); in jffs2_nor_wbuf_flash_setup() 1336 INIT_DELAYED_WORK(&c->wbuf_dwork, delayed_wbuf_sync); in jffs2_ubivol_setup()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | pcap_ts.c | 156 INIT_DELAYED_WORK(&pcap_ts->work, pcap_ts_work); in pcap_ts_probe()
|
D | mc13783_ts.c | 182 INIT_DELAYED_WORK(&priv->work, mc13783_ts_work); in mc13783_ts_probe()
|
D | da9052_tsi.c | 251 INIT_DELAYED_WORK(&tsi->ts_pen_work, da9052_ts_pen_work); in da9052_ts_probe()
|
D | da9034-ts.c | 324 INIT_DELAYED_WORK(&touch->tsi_work, da9034_tsi_work); in da9034_touch_probe()
|
D | stmpe-ts.c | 322 INIT_DELAYED_WORK(&ts->work, stmpe_work); in stmpe_input_probe()
|
D | ili210x.c | 238 INIT_DELAYED_WORK(&priv->dwork, ili210x_work); in ili210x_i2c_probe()
|
D | tsc200x-core.c | 545 INIT_DELAYED_WORK(&ts->esd_work, tsc200x_esd_work); in tsc200x_probe()
|
D | wm97xx-core.c | 515 INIT_DELAYED_WORK(&wm->ts_reader, wm97xx_ts_reader); in wm97xx_ts_input_open()
|
/linux-4.4.14/drivers/hid/ |
D | hid-elo.c | 231 INIT_DELAYED_WORK(&priv->work, elo_work); in elo_probe()
|
/linux-4.4.14/drivers/base/ |
D | devcoredump.c | 281 INIT_DELAYED_WORK(&devcd->del_wk, devcd_del); in dev_coredumpm()
|
/linux-4.4.14/drivers/input/ |
D | input-polldev.c | 311 INIT_DELAYED_WORK(&dev->work, input_polled_device_work); in input_register_polled_device()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch.c | 113 INIT_DELAYED_WORK(&rnicp->db_drop_task, iwch_db_drop_task); in rnic_init()
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_ecache.c | 316 INIT_DELAYED_WORK(&net->ct.ecache_dwork, ecache_work); in nf_conntrack_ecache_pernet_init()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_conn.c | 546 INIT_DELAYED_WORK(&conn->disc_work, hci_conn_timeout); in hci_conn_add() 547 INIT_DELAYED_WORK(&conn->auto_accept_work, hci_conn_auto_accept); in hci_conn_add() 548 INIT_DELAYED_WORK(&conn->idle_work, hci_conn_idle); in hci_conn_add() 549 INIT_DELAYED_WORK(&conn->le_conn_timeout, le_conn_timeout); in hci_conn_add()
|
D | hci_core.c | 3299 INIT_DELAYED_WORK(&hdev->power_off, hci_power_off); in hci_alloc_dev() 3300 INIT_DELAYED_WORK(&hdev->discov_off, hci_discov_off); in hci_alloc_dev() 3301 INIT_DELAYED_WORK(&hdev->le_scan_disable, le_scan_disable_work); in hci_alloc_dev() 3302 INIT_DELAYED_WORK(&hdev->le_scan_restart, le_scan_restart_work); in hci_alloc_dev() 3303 INIT_DELAYED_WORK(&hdev->adv_instance_expire, hci_adv_timeout_expire); in hci_alloc_dev() 3311 INIT_DELAYED_WORK(&hdev->cmd_timer, hci_cmd_timeout); in hci_alloc_dev()
|
/linux-4.4.14/drivers/edac/ |
D | edac_pci.c | 266 INIT_DELAYED_WORK(&pci->work, edac_pci_workq_function); in edac_pci_workq_setup()
|
D | edac_device.c | 417 INIT_DELAYED_WORK(&edac_dev->work, edac_device_workq_function); in edac_device_workq_setup()
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | mach-gta02.c | 570 INIT_DELAYED_WORK(>a02_charger_work, gta02_charger_worker); in gta02_machine_init()
|
/linux-4.4.14/drivers/gpu/host1x/hw/ |
D | cdma_hw.c | 296 INIT_DELAYED_WORK(&cdma->timeout.wq, cdma_timeout_handler); in cdma_timeout_init()
|
/linux-4.4.14/fs/afs/ |
D | server.c | 89 INIT_DELAYED_WORK(&server->cb_break_work, in afs_alloc_server()
|
D | super.c | 473 INIT_DELAYED_WORK(&vnode->lock_work, afs_lock_work); in afs_i_init_once()
|
/linux-4.4.14/drivers/media/usb/em28xx/ |
D | em28xx-input.c | 369 INIT_DELAYED_WORK(&ir->work, em28xx_ir_work); in em28xx_ir_start() 690 INIT_DELAYED_WORK(&dev->buttons_query_work, em28xx_query_buttons); in em28xx_ir_init()
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_vhci.c | 334 INIT_DELAYED_WORK(&data->open_timeout, vhci_open_timeout); in vhci_open()
|
/linux-4.4.14/drivers/usb/misc/ |
D | appledisplay.c | 249 INIT_DELAYED_WORK(&pdata->work, appledisplay_work); in appledisplay_probe()
|
/linux-4.4.14/drivers/misc/ |
D | arm-charlcd.c | 314 INIT_DELAYED_WORK(&lcd->init_work, charlcd_init_work); in charlcd_probe()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_main.c | 195 INIT_DELAYED_WORK(&unode->release_urb_work, in udl_alloc_urb_list()
|
/linux-4.4.14/drivers/misc/mei/ |
D | init.c | 406 INIT_DELAYED_WORK(&dev->timer_work, mei_timer); in mei_device_init()
|
/linux-4.4.14/drivers/mmc/core/ |
D | host.c | 350 INIT_DELAYED_WORK(&host->detect, mmc_rescan); in mmc_alloc_host()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_mru_cache.c | 368 INIT_DELAYED_WORK(&mru->work, _xfs_mru_cache_reap); in xfs_mru_cache_create()
|
D | xfs_super.c | 1453 INIT_DELAYED_WORK(&mp->m_reclaim_work, xfs_reclaim_worker); in xfs_fs_fill_super() 1454 INIT_DELAYED_WORK(&mp->m_eofblocks_work, xfs_eofblocks_worker); in xfs_fs_fill_super()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | base.c | 469 INIT_DELAYED_WORK(&rtlpriv->works.watchdog_wq, in _rtl_init_deferred_work() 471 INIT_DELAYED_WORK(&rtlpriv->works.ips_nic_off_wq, in _rtl_init_deferred_work() 473 INIT_DELAYED_WORK(&rtlpriv->works.ps_work, in _rtl_init_deferred_work() 475 INIT_DELAYED_WORK(&rtlpriv->works.ps_rfon_wq, in _rtl_init_deferred_work() 477 INIT_DELAYED_WORK(&rtlpriv->works.fwevt_wq, in _rtl_init_deferred_work()
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-gpio-vbus-usb.c | 319 INIT_DELAYED_WORK(&gpio_vbus->work, gpio_vbus_work); in gpio_vbus_probe()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | shpchp_core.c | 138 INIT_DELAYED_WORK(&slot->work, shpchp_queue_pushbutton_work); in init_slots()
|
D | pciehp_hpc.c | 757 INIT_DELAYED_WORK(&slot->work, pciehp_queue_pushbutton_work); in pcie_init_slot()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | tca6416-keypad.c | 237 INIT_DELAYED_WORK(&chip->dwork, tca6416_keys_work_func); in tca6416_keypad_probe()
|
D | qt2160.c | 408 INIT_DELAYED_WORK(&qt2160->dwork, qt2160_worker); in qt2160_probe()
|
D | matrix_keypad.c | 500 INIT_DELAYED_WORK(&keypad->work, matrix_keypad_scan); in matrix_keypad_probe()
|
D | adp5588-keys.c | 508 INIT_DELAYED_WORK(&kpad->work, adp5588_work); in adp5588_probe()
|
D | gpio_keys.c | 497 INIT_DELAYED_WORK(&bdata->work, gpio_keys_gpio_work_func); in gpio_keys_setup_key()
|
/linux-4.4.14/drivers/staging/most/hdm-i2c/ |
D | hdm_i2c.c | 352 INIT_DELAYED_WORK(&dev->rx.dwork, pending_rx_work); in i2c_probe()
|
/linux-4.4.14/drivers/media/usb/au0828/ |
D | au0828-input.c | 246 INIT_DELAYED_WORK(&ir->work, au0828_rc_work); in au0828_rc_start()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_probe_helper.c | 471 INIT_DELAYED_WORK(&dev->mode_config.output_poll_work, output_poll_execute); in drm_kms_helper_poll_init()
|
/linux-4.4.14/sound/soc/ |
D | soc-jack.c | 352 INIT_DELAYED_WORK(&gpios[i].work, gpio_work); in snd_soc_jack_add_gpios()
|
/linux-4.4.14/kernel/rcu/ |
D | srcu.c | 108 INIT_DELAYED_WORK(&sp->work, process_srcu); in init_srcu_struct_fields()
|
/linux-4.4.14/drivers/oprofile/ |
D | cpu_buffer.c | 86 INIT_DELAYED_WORK(&b->work, wq_sync_buffer); in alloc_cpu_buffers()
|
/linux-4.4.14/drivers/staging/nvec/ |
D | nvec_power.c | 396 INIT_DELAYED_WORK(&power->poller, nvec_power_poll); in nvec_power_probe()
|
/linux-4.4.14/drivers/usb/serial/ |
D | oti6858.c | 337 INIT_DELAYED_WORK(&priv->delayed_setup_work, setup_line); in oti6858_port_probe() 338 INIT_DELAYED_WORK(&priv->delayed_write_work, send_data); in oti6858_port_probe()
|
/linux-4.4.14/sound/soc/codecs/ |
D | wm8350.c | 1490 INIT_DELAYED_WORK(&priv->pga_work, wm8350_pga_work); in wm8350_codec_probe() 1491 INIT_DELAYED_WORK(&priv->hpl.work, wm8350_hpl_work); in wm8350_codec_probe() 1492 INIT_DELAYED_WORK(&priv->hpr.work, wm8350_hpr_work); in wm8350_codec_probe()
|
D | wm8971.c | 635 INIT_DELAYED_WORK(&wm8971->charge_work, wm8971_charge_work); in wm8971_probe()
|
D | wm8994.c | 3997 INIT_DELAYED_WORK(&wm8994->jackdet_bootstrap, in wm8994_codec_probe() 3999 INIT_DELAYED_WORK(&wm8994->open_circuit_work, in wm8994_codec_probe() 4004 INIT_DELAYED_WORK(&wm8994->mic_work, wm8994_mic_work); in wm8994_codec_probe() 4007 INIT_DELAYED_WORK(&wm8994->mic_work, wm1811_mic_work); in wm8994_codec_probe() 4013 INIT_DELAYED_WORK(&wm8994->mic_complete_work, wm8958_mic_work); in wm8994_codec_probe()
|
D | twl6040.c | 1119 INIT_DELAYED_WORK(&priv->hs_jack.work, twl6040_accessory_work); in twl6040_probe()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 1298 INIT_DELAYED_WORK(&nnw->work, bond_netdev_notify_work); in bond_queue_slave_event() 3175 INIT_DELAYED_WORK(&bond->mcast_work, in bond_work_init_all() 3177 INIT_DELAYED_WORK(&bond->alb_work, bond_alb_monitor); in bond_work_init_all() 3178 INIT_DELAYED_WORK(&bond->mii_work, bond_mii_monitor); in bond_work_init_all() 3180 INIT_DELAYED_WORK(&bond->arp_work, bond_activebackup_arp_mon); in bond_work_init_all() 3182 INIT_DELAYED_WORK(&bond->arp_work, bond_loadbalance_arp_mon); in bond_work_init_all() 3183 INIT_DELAYED_WORK(&bond->ad_work, bond_3ad_state_machine_handler); in bond_work_init_all() 3184 INIT_DELAYED_WORK(&bond->slave_arr_work, bond_slave_arr_handler); in bond_work_init_all()
|
/linux-4.4.14/include/linux/ |
D | workqueue.h | 246 #define INIT_DELAYED_WORK(_work, _func) \ macro
|
/linux-4.4.14/drivers/iio/proximity/ |
D | as3935.c | 346 INIT_DELAYED_WORK(&st->work, as3935_event_work); in as3935_probe()
|
/linux-4.4.14/drivers/media/i2c/ |
D | saa6588.c | 494 INIT_DELAYED_WORK(&s->work, saa6588_work); in saa6588_probe()
|
D | ir-kbd-i2c.c | 448 INIT_DELAYED_WORK(&ir->work, ir_work); in ir_probe()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_irq_kms.c | 305 INIT_DELAYED_WORK(&rdev->hotplug_work, radeon_hotplug_work_func); in radeon_irq_kms_init()
|
D | radeon_fence.c | 862 INIT_DELAYED_WORK(&rdev->fence_drv[ring].lockup_work, in radeon_fence_driver_init_ring()
|
D | radeon_vce.c | 65 INIT_DELAYED_WORK(&rdev->vce.idle_work, radeon_vce_idle_work_handler); in radeon_vce_init()
|
D | radeon_uvd.c | 69 INIT_DELAYED_WORK(&rdev->uvd.idle_work, radeon_uvd_idle_work_handler); in radeon_uvd_init()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | tt.c | 453 INIT_DELAYED_WORK(&tt->ct_kill_exit, check_exit_ctkill); in iwl_mvm_tt_initialize()
|
D | ops.c | 471 INIT_DELAYED_WORK(&mvm->fw_dump_wk, iwl_mvm_fw_error_dump_wk); in iwl_op_mode_mvm_start() 472 INIT_DELAYED_WORK(&mvm->tdls_cs.dwork, iwl_mvm_tdls_ch_switch_work); in iwl_op_mode_mvm_start()
|
/linux-4.4.14/drivers/uwb/ |
D | rsv.c | 985 INIT_DELAYED_WORK(&rc->rsv_update_work, uwb_rsv_update_work); in uwb_rsv_init() 986 INIT_DELAYED_WORK(&rc->rsv_alien_bp_work, uwb_rsv_alien_bp_work); in uwb_rsv_init()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpts.c | 390 INIT_DELAYED_WORK(&cpts->overflow_work, cpts_overflow_check); in cpts_register()
|
/linux-4.4.14/drivers/media/pci/b2c2/ |
D | flexcop-pci.c | 385 INIT_DELAYED_WORK(&fc_pci->irq_check_work, flexcop_pci_irq_check_work); in flexcop_pci_probe()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_hotplug.c | 496 INIT_DELAYED_WORK(&dev_priv->hotplug.reenable_work, in intel_hpd_init_work()
|
D | intel_psr.c | 754 INIT_DELAYED_WORK(&dev_priv->psr.work, intel_psr_work); in intel_psr_init()
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 520 INIT_DELAYED_WORK(&spu_work, wq_sync_spu_buff); in spu_sync_start()
|
/linux-4.4.14/drivers/gpu/drm/amd/scheduler/ |
D | gpu_scheduler.c | 436 INIT_DELAYED_WORK(&s_fence->dwork, amd_sched_fence_work_func); in amd_sched_main()
|
/linux-4.4.14/kernel/ |
D | jump_label.c | 116 INIT_DELAYED_WORK(&key->work, jump_label_update_timeout); in jump_label_rate_limit()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | tcp.c | 450 INIT_DELAYED_WORK(&sc->sc_keepalive_work, o2net_sc_send_keep_req); in sc_alloc() 2190 INIT_DELAYED_WORK(&nn->nn_connect_work, o2net_start_connect); in o2net_init() 2191 INIT_DELAYED_WORK(&nn->nn_connect_expired, in o2net_init() 2193 INIT_DELAYED_WORK(&nn->nn_still_up, o2net_still_up); in o2net_init()
|
/linux-4.4.14/drivers/video/backlight/ |
D | lm3630a_bl.c | 147 INIT_DELAYED_WORK(&pchip->work, lm3630a_delayed_func); in lm3630a_intr_config()
|
/linux-4.4.14/drivers/media/tuners/ |
D | si2157.c | 429 INIT_DELAYED_WORK(&dev->stat_work, si2157_stat_work); in si2157_probe()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_fb.c | 392 INIT_DELAYED_WORK(&vgfbdev->work, virtio_gpu_fb_dirty_work); in virtio_gpu_fbdev_init()
|
/linux-4.4.14/fs/hfs/ |
D | super.c | 400 INIT_DELAYED_WORK(&sbi->mdb_work, flush_mdb); in hfs_fill_super()
|
/linux-4.4.14/net/batman-adv/ |
D | send.c | 484 INIT_DELAYED_WORK(&forw_packet->delayed_work, in batadv_add_bcast_packet_to_list()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 334 INIT_DELAYED_WORK(&dev->eqd_work, ocrdma_eqd_set_task); in ocrdma_add()
|
/linux-4.4.14/fs/lockd/ |
D | svc.c | 592 INIT_DELAYED_WORK(&ln->grace_period_end, grace_ender); in lockd_init_net()
|
/linux-4.4.14/drivers/thermal/ |
D | rcar_thermal.c | 443 INIT_DELAYED_WORK(&priv->work, rcar_thermal_work); in rcar_thermal_probe()
|
D | x86_pkg_temp_thermal.c | 536 INIT_DELAYED_WORK(&per_cpu(pkg_temp_thermal_threshold_work, cpu), in get_core_online()
|
/linux-4.4.14/sound/pci/ice1712/ |
D | psc724.c | 424 INIT_DELAYED_WORK(&spec->hp_work, psc724_update_hp_jack_state); in psc724_init()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_nego.c | 1022 INIT_DELAYED_WORK(&conn->login_work, iscsi_target_do_login_rx); in iscsi_target_locate_portal() 1023 INIT_DELAYED_WORK(&conn->login_cleanup_work, iscsi_target_do_cleanup); in iscsi_target_locate_portal()
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | gdm_usb.c | 360 INIT_DELAYED_WORK(&udev->work_tx, do_tx); in init_usb() 361 INIT_DELAYED_WORK(&udev->work_rx, do_rx); in init_usb()
|
D | gdm_mux.c | 500 INIT_DELAYED_WORK(&mux_dev->work_rx, do_rx); in init_usb()
|
/linux-4.4.14/kernel/power/ |
D | qos.c | 457 INIT_DELAYED_WORK(&req->work, pm_qos_work_fn); in pm_qos_add_request()
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-88pm860x.c | 403 INIT_DELAYED_WORK(&info->calib_work, calibrate_vrtc_work); in pm860x_rtc_probe()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_aux.c | 356 INIT_DELAYED_WORK(&adapter->scan_work, zfcp_fc_scan_ports); in zfcp_adapter_enqueue()
|
/linux-4.4.14/drivers/input/mouse/ |
D | synaptics_i2c.c | 532 INIT_DELAYED_WORK(&touch->dwork, synaptics_i2c_work_handler); in synaptics_i2c_touch_create()
|
D | hgpk.c | 999 INIT_DELAYED_WORK(&priv->recalib_wq, hgpk_recalib_work); in hgpk_init()
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.h | 80 #define MV_INIT_DELAYED_WORK(w, f, d) INIT_DELAYED_WORK(w, f)
|
/linux-4.4.14/drivers/infiniband/core/ |
D | mad_rmpp.c | 303 INIT_DELAYED_WORK(&rmpp_recv->timeout_work, recv_timeout_handler); in create_rmpp_recv() 304 INIT_DELAYED_WORK(&rmpp_recv->cleanup_work, recv_cleanup_handler); in create_rmpp_recv()
|
/linux-4.4.14/drivers/net/plip/ |
D | plip.c | 309 INIT_DELAYED_WORK(&nl->deferred, plip_kick_bh); in plip_init_netdev() 312 INIT_DELAYED_WORK(&nl->timer, plip_timer_bh); in plip_init_netdev()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | udlfb.c | 1638 INIT_DELAYED_WORK(&dev->init_framebuffer_work, in dlfb_usb_probe() 1682 INIT_DELAYED_WORK(&dev->free_framebuffer_work, in dlfb_init_framebuffer_work() 1874 INIT_DELAYED_WORK(&unode->release_urb_work, in dlfb_alloc_urb_list()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_ptp.c | 588 INIT_DELAYED_WORK(&fep->time_keep, fec_time_keep); in fec_ptp_init()
|
/linux-4.4.14/drivers/char/hw_random/ |
D | n2-drv.c | 640 INIT_DELAYED_WORK(&np->work, n2rng_work); in n2rng_probe()
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | lcd_mipid.c | 484 INIT_DELAYED_WORK(&md->esd_work, mipid_esd_work); in mipid_init()
|
/linux-4.4.14/drivers/tty/serial/ |
D | digicolor-usart.c | 500 INIT_DELAYED_WORK(&dp->rx_poll_work, digicolor_rx_poll); in digicolor_uart_probe()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | cm.c | 259 INIT_DELAYED_WORK(&ent->timeout, id_map_ent_timeout); in id_map_alloc()
|
/linux-4.4.14/drivers/net/usb/ |
D | ipheth.c | 526 INIT_DELAYED_WORK(&dev->carrier_work, ipheth_carrier_check_work); in ipheth_probe()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | rtl2832.c | 1238 INIT_DELAYED_WORK(&dev->i2c_gate_work, rtl2832_i2c_gate_work); in rtl2832_probe() 1239 INIT_DELAYED_WORK(&dev->stat_work, rtl2832_stat_work); in rtl2832_probe()
|
D | ts2020.c | 604 INIT_DELAYED_WORK(&dev->stat_work, ts2020_stat_work); in ts2020_probe()
|
D | rtl2830.c | 854 INIT_DELAYED_WORK(&dev->stat_work, rtl2830_stat_work); in rtl2830_probe()
|
/linux-4.4.14/arch/um/drivers/ |
D | chan_kern.c | 145 INIT_DELAYED_WORK(&line->task, line_timer_cb); in enable_chan()
|
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
D | bdc_udc.c | 568 INIT_DELAYED_WORK(&bdc->func_wake_notify, bdc_func_wake_timer); in bdc_udc_init()
|
/linux-4.4.14/drivers/md/bcache/ |
D | writeback.c | 520 INIT_DELAYED_WORK(&dc->writeback_rate_update, update_writeback_rate); in bch_cached_dev_writeback_init()
|
/linux-4.4.14/arch/x86/kvm/ |
D | ioapic.c | 601 INIT_DELAYED_WORK(&ioapic->eoi_inject, kvm_ioapic_eoi_inject_work); in kvm_ioapic_init()
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_disc.c | 749 INIT_DELAYED_WORK(&disc->disc_work, fc_disc_timeout); in fc_disc_init()
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | common.c | 608 INIT_DELAYED_WORK(&priv->notify_hotplug_work, usbhsc_notify_hotplug); in usbhs_probe()
|
/linux-4.4.14/drivers/mfd/ |
D | si476x-i2c.c | 793 INIT_DELAYED_WORK(&core->status_monitor, in si476x_core_probe()
|
D | rtsx_pcr.c | 1230 INIT_DELAYED_WORK(&pcr->carddet_work, rtsx_pci_card_detect); in rtsx_pci_probe() 1231 INIT_DELAYED_WORK(&pcr->idle_work, rtsx_pci_idle_work); in rtsx_pci_probe()
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | transport.c | 400 INIT_DELAYED_WORK(&new_xprt->rx_connect_worker, in xprt_setup_rdma()
|
/linux-4.4.14/fs/affs/ |
D | super.c | 335 INIT_DELAYED_WORK(&sbi->sb_work, flush_superblock); in affs_fill_super()
|
/linux-4.4.14/drivers/iio/common/ssp_sensors/ |
D | ssp_dev.c | 572 INIT_DELAYED_WORK(&data->work_refresh, ssp_refresh_task); in ssp_probe()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 1660 INIT_DELAYED_WORK(&priv->mcast_task, ipoib_mcast_join_task); in ipoib_setup() 1666 INIT_DELAYED_WORK(&priv->ah_reap_task, ipoib_reap_ah); in ipoib_setup() 1667 INIT_DELAYED_WORK(&priv->neigh_reap_task, ipoib_reap_neigh); in ipoib_setup()
|
/linux-4.4.14/drivers/net/team/ |
D | team_mode_loadbalance.c | 602 INIT_DELAYED_WORK(&lb_priv->ex->stats.refresh_dw, lb_stats_refresh); in lb_init()
|
/linux-4.4.14/sound/i2c/other/ |
D | ak4113.c | 90 INIT_DELAYED_WORK(&chip->work, ak4113_stats); in snd_ak4113_create()
|
D | ak4114.c | 101 INIT_DELAYED_WORK(&chip->work, ak4114_stats); in snd_ak4114_create()
|
/linux-4.4.14/drivers/staging/iio/impedance-analyzer/ |
D | ad5933.c | 739 INIT_DELAYED_WORK(&st->work, ad5933_work); in ad5933_probe()
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | peak_pci.c | 488 INIT_DELAYED_WORK(&card->led_work, peak_pciec_led_work); in peak_pciec_probe()
|
/linux-4.4.14/drivers/phy/ |
D | phy-twl4030-usb.c | 700 INIT_DELAYED_WORK(&twl->id_workaround_work, twl4030_id_workaround_work); in twl4030_usb_probe()
|
D | phy-sun4i-usb.c | 523 INIT_DELAYED_WORK(&data->detect, sun4i_usb_phy0_id_vbus_det_scan); in sun4i_usb_phy_probe()
|
/linux-4.4.14/drivers/md/ |
D | dm-log-userspace-base.c | 309 INIT_DELAYED_WORK(&lc->flush_log_work, do_flush); in userspace_ctr()
|
/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
D | zd_mac.c | 1486 INIT_DELAYED_WORK(&mac->beacon.watchdog_work, beacon_watchdog_handler); in beacon_init() 1535 INIT_DELAYED_WORK(&mac->housekeeping.link_led_work, link_led_handler); in housekeeping_init()
|
/linux-4.4.14/drivers/usb/host/ |
D | u132-hcd.c | 1883 INIT_DELAYED_WORK(&endp->scheduler, u132_hcd_endp_work_scheduler); in create_endpoint_and_queue_int() 1982 INIT_DELAYED_WORK(&endp->scheduler, u132_hcd_endp_work_scheduler); in create_endpoint_and_queue_bulk() 2078 INIT_DELAYED_WORK(&endp->scheduler, u132_hcd_endp_work_scheduler); in create_endpoint_and_queue_control() 3031 INIT_DELAYED_WORK(&ring->scheduler, in u132_initialise() 3035 INIT_DELAYED_WORK(&u132->monitor, u132_hcd_monitor_work); in u132_initialise()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | main.c | 2335 INIT_DELAYED_WORK(&wlvif->channel_switch_work, in wl12xx_init_vif_data() 2337 INIT_DELAYED_WORK(&wlvif->connection_loss_work, in wl12xx_init_vif_data() 2339 INIT_DELAYED_WORK(&wlvif->pending_auth_complete_work, in wl12xx_init_vif_data() 6263 INIT_DELAYED_WORK(&wl->elp_work, wl1271_elp_work); in wlcore_alloc_hw() 6267 INIT_DELAYED_WORK(&wl->scan_complete_work, wl1271_scan_complete_work); in wlcore_alloc_hw() 6268 INIT_DELAYED_WORK(&wl->roc_complete_work, wlcore_roc_complete_work); in wlcore_alloc_hw() 6269 INIT_DELAYED_WORK(&wl->tx_watchdog_work, wl12xx_tx_watchdog_work); in wlcore_alloc_hw()
|
/linux-4.4.14/drivers/net/ieee802154/ |
D | atusb.c | 623 INIT_DELAYED_WORK(&atusb->work, atusb_work_urbs); in atusb_probe()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vce.c | 82 INIT_DELAYED_WORK(&adev->vce.idle_work, amdgpu_vce_idle_work_handler); in amdgpu_vce_sw_init()
|
/linux-4.4.14/net/core/ |
D | netpoll.c | 627 INIT_DELAYED_WORK(&npinfo->tx_work, queue_process); in __netpoll_setup()
|
/linux-4.4.14/drivers/staging/octeon/ |
D | ethernet.c | 780 INIT_DELAYED_WORK(&priv->port_periodic_work, in cvm_oct_probe()
|
/linux-4.4.14/fs/hfsplus/ |
D | super.c | 392 INIT_DELAYED_WORK(&sbi->sync_work, delayed_sync_fs); in hfsplus_fill_super()
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | devconnect.c | 997 INIT_DELAYED_WORK(&wusbhc->keep_alive_timer, wusbhc_keep_alive_run); in wusbhc_devconnect_create()
|
/linux-4.4.14/drivers/iio/light/ |
D | tsl2563.c | 795 INIT_DELAYED_WORK(&chip->poweroff_work, tsl2563_poweroff_work); in tsl2563_probe()
|
/linux-4.4.14/lib/ |
D | kobject.c | 670 INIT_DELAYED_WORK(&kobj->release, kobject_delayed_cleanup); in kobject_release()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_main.c | 4691 INIT_DELAYED_WORK(&qdev->asic_reset_work, ql_asic_reset_work); in ql_init_device() 4692 INIT_DELAYED_WORK(&qdev->mpi_reset_work, ql_mpi_reset_work); in ql_init_device() 4693 INIT_DELAYED_WORK(&qdev->mpi_work, ql_mpi_work); in ql_init_device() 4694 INIT_DELAYED_WORK(&qdev->mpi_port_cfg_work, ql_mpi_port_cfg_work); in ql_init_device() 4695 INIT_DELAYED_WORK(&qdev->mpi_idc_work, ql_mpi_idc_work); in ql_init_device() 4696 INIT_DELAYED_WORK(&qdev->mpi_core_to_log, ql_mpi_core_to_log); in ql_init_device()
|
/linux-4.4.14/net/sunrpc/ |
D | xprtsock.c | 2805 INIT_DELAYED_WORK(&transport->connect_worker, in xs_setup_local() 2877 INIT_DELAYED_WORK(&transport->connect_worker, xs_udp_setup_socket); in xs_setup_udp() 2955 INIT_DELAYED_WORK(&transport->connect_worker, xs_tcp_setup_socket); in xs_setup_tcp()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 900 INIT_DELAYED_WORK(&fcf->dev_loss_work, fip_timeout_deleted_fcf); in fcoe_fcf_device_add()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_switchdev.c | 849 INIT_DELAYED_WORK(&mlxsw_sp->fdb_notify.dw, mlxsw_sp_fdb_notify_work); in mlxsw_sp_fdb_init()
|
/linux-4.4.14/drivers/net/irda/ |
D | sir_dev.c | 315 INIT_DELAYED_WORK(&fsm->work, sirdev_config_fsm); in sirdev_schedule_request()
|