Searched refs:irda_task (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/irda/
H A Dep7211_ir.c24 static int ep7211_ir_change_speed(struct irda_task *task);
25 static int ep7211_ir_reset(struct irda_task *task);
75 static int ep7211_ir_change_speed(struct irda_task *task)
87 static int ep7211_ir_reset(struct irda_task *task)
H A Dold_belkin.c70 static int old_belkin_change_speed(struct irda_task *task);
71 static int old_belkin_reset(struct irda_task *task);
114 static int old_belkin_change_speed(struct irda_task *task)
127 static int old_belkin_reset(struct irda_task *task)
H A Desi.c43 static int esi_change_speed(struct irda_task *task);
44 static int esi_reset(struct irda_task *task);
83 static int esi_change_speed(struct irda_task *task)
119 static int esi_reset(struct irda_task *task)
H A Dlitelink.c44 static int litelink_change_speed(struct irda_task *task);
45 static int litelink_reset(struct irda_task *task);
87 static int litelink_change_speed(struct irda_task *task)
130 static int litelink_reset(struct irda_task *task)
H A Dactisys.c56 static int actisys_change_speed(struct irda_task *task);
57 static int actisys_reset(struct irda_task *task);
156 static int actisys_change_speed(struct irda_task *task)
225 static int actisys_reset(struct irda_task *task)
H A Dgirbil.c33 static int girbil_reset(struct irda_task *task);
36 static int girbil_change_speed(struct irda_task *task);
102 static int girbil_change_speed(struct irda_task *task)
185 static int girbil_reset(struct irda_task *task)
H A Dmcp2120.c29 static int mcp2120_reset(struct irda_task *task);
32 static int mcp2120_change_speed(struct irda_task *task);
81 static int mcp2120_change_speed(struct irda_task *task)
181 static int mcp2120_reset(struct irda_task *task)
H A Dtekram.c35 static int tekram_change_speed(struct irda_task *task);
36 static int tekram_reset(struct irda_task *task);
103 static int tekram_change_speed(struct irda_task *task)
208 int tekram_reset(struct irda_task *task)
H A Dact200l.c29 static int act200l_reset(struct irda_task *task);
32 static int act200l_change_speed(struct irda_task *task);
131 static int act200l_change_speed(struct irda_task *task)
216 static int act200l_reset(struct irda_task *task)
H A Dma600.c63 static int ma600_change_speed(struct irda_task *task);
64 static int ma600_reset(struct irda_task *task);
173 static int ma600_change_speed(struct irda_task *task)
292 int ma600_reset(struct irda_task *task)
H A Dirport.c87 static int irport_change_speed_complete(struct irda_task *task);
371 static int __irport_change_speed(struct irda_task *task)
462 static int irport_change_speed_complete(struct irda_task *task)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/irda/
H A Dirda_device.h90 struct irda_task;
91 typedef int (*IRDA_TASK_CALLBACK) (struct irda_task *task);
93 struct irda_task { struct
101 struct irda_task *parent;
113 struct irda_task *speed_task; /* Task handling speed change */
114 struct irda_task *reset_task; /* Task handling reset */
131 int (*reset)(struct irda_task *task);
132 int (*change_speed)(struct irda_task *task);
239 void irda_task_delete(struct irda_task *task);
240 struct irda_task *irda_task_execut
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/
H A Dirda_device.c55 static void __irda_task_delete(struct irda_task *task);
179 void irda_task_next_state(struct irda_task *task, IRDA_TASK_STATE state)
187 static void __irda_task_delete(struct irda_task *task)
194 void irda_task_delete(struct irda_task *task)
211 static int irda_task_kick(struct irda_task *task)
288 struct irda_task *irda_task_execute(void *instance,
291 struct irda_task *parent, void *param)
293 struct irda_task *task;
297 task = kmalloc(sizeof(struct irda_task), GFP_ATOMIC);
327 struct irda_task *tas
[all...]

Completed in 179 milliseconds