led_work
led_work);
schedule_work(&hid->led_work);
INIT_WORK(&hid->led_work, hidinput_led_worker);
cancel_work_sync(&hid->led_work);
container_of(work, struct shark_device, led_work);
schedule_work(&shark->led_work);
schedule_work(&shark->led_work);
schedule_work(&shark->led_work);
INIT_WORK(&shark->led_work, shark_led_work);
cancel_work_sync(&shark->led_work);
schedule_work(&shark->led_work);
struct work_struct led_work;
container_of(work, struct shark_device, led_work);
schedule_work(&shark->led_work);
schedule_work(&shark->led_work);
INIT_WORK(&shark->led_work, shark_led_work);
cancel_work_sync(&shark->led_work);
schedule_work(&shark->led_work);
struct work_struct led_work;
schedule_work(&host->led_work);
container_of(work, struct rtsx_usb_sdmmc, led_work);
INIT_WORK(&host->led_work, rtsx_usb_update_led);
cancel_work_sync(&host->led_work);
struct work_struct led_work;
struct delayed_work led_work; /* led delayed work */
container_of(work, struct peak_pciec_card, led_work.work);
schedule_delayed_work(&card->led_work, HZ);
schedule_delayed_work(&card->led_work, HZ);
cancel_delayed_work_sync(&card->led_work);
INIT_DELAYED_WORK(&card->led_work, peak_pciec_led_work);
struct work_struct led_work;
led_work);
ieee80211_queue_work(priv->hw, &priv->led_work);
cancel_work_sync(&priv->led_work);
INIT_WORK(&priv->led_work, ath9k_led_work);
cancel_work_sync(&priv->led_work);
struct delayed_work led_work;
&ar->led_work,
ieee80211_queue_delayed_work(ar->hw, &ar->led_work, HZ / 10);
cancel_delayed_work_sync(&ar->led_work);
INIT_DELAYED_WORK(&ar->led_work, carl9170_led_update);
struct ar9170 *ar = container_of(work, struct ar9170, led_work.work);
cancel_delayed_work_sync(&ar->led_work);
INIT_DELAYED_WORK(&priv->led_work, p54_update_leds);
cancel_delayed_work_sync(&priv->led_work);
led_work.work);
ieee80211_queue_delayed_work(priv->hw, &priv->led_work,
ieee80211_queue_delayed_work(priv->hw, &priv->led_work, HZ/10);
struct delayed_work led_work;
queue_work(data->wq, &data->led_work);
INIT_WORK(&data->led_work, led_state_update);
struct work_struct led_work;
data = container_of(work, struct asus_wireless_data, led_work);
INIT_DELAYED_WORK(&hub->leds, led_work);
struct work_struct led_work; /* delayed LED worker */