Searched refs:dma_led_on (Results 1 – 13 of 13) sorted by relevance
50 static void dma_led_on(struct NCR_ESP *esp);94 esp->dma_led_on = &dma_led_on; in blz2060_esp_detect()215 static void dma_led_on(struct NCR_ESP *esp) in dma_led_on() function
49 static void dma_led_on(struct NCR_ESP *esp);110 esp->dma_led_on = &dma_led_on; in cyberII_esp_detect()231 static void dma_led_on(struct NCR_ESP *esp) in dma_led_on() function
53 static void dma_led_on(struct NCR_ESP *esp);115 esp->dma_led_on = &dma_led_on; in cyber_esp_detect()280 static void dma_led_on(struct NCR_ESP *esp) in dma_led_on() function
46 static void dma_led_on(struct NCR_ESP *);92 esp->dma_led_on = &dma_led_on; in jazz_esp_detect()270 static void dma_led_on(struct NCR_ESP *esp) in dma_led_on() function
64 static void dma_led_on(struct NCR_ESP *);221 esp->dma_led_on = dma_led_on; in mca_esp_detect()412 static void dma_led_on(struct NCR_ESP *esp) in dma_led_on() function
67 static void dma_led_on(struct NCR_ESP *esp);124 esp->dma_led_on = &dma_led_on; in fastlane_esp_detect()334 static void dma_led_on(struct NCR_ESP *esp) in dma_led_on() function
58 static void dma_led_on(struct NCR_ESP *esp);169 esp->dma_led_on = &dma_led_on; in oktagon_esp_detect()488 static void dma_led_on(struct NCR_ESP *esp) in dma_led_on() function
60 static void dma_led_on(struct NCR_ESP *esp);407 esp->dma_led_on = NULL; in mac_esp_detect()684 static void dma_led_on(struct NCR_ESP * esp) in dma_led_on() function
137 esp->dma_led_on = 0; in dec_esp_detect()235 esp->dma_led_on = 0; in dec_esp_detect()
116 esp->dma_led_on = 0; in blz1230_esp_detect()
88 esp->dma_led_on = 0; in sun3x_esp_detect()
426 void (*dma_led_on)(struct NCR_ESP *); member
1250 if(esp->dma_led_on) in esp_queue()1251 esp->dma_led_on(esp); in esp_queue()