lkml.org 
[lkml]   [2004]   [Mar]   [9]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 9 Mar 2004 19:24:33 +0900
FromYoichi Yuasa <>
SubjectAdd pm function for 8250
Hi,

I want to add per-port pm function to 8250's serial port.
Doesn't the method exist now?

Yoichi

struct uart_8250_port {
        struct uart_port        port;
        struct timer_list       timer;          /* "no irq" timer */
        struct list_head        list;           /* ports on this IRQ */
        unsigned int            capabilities;   /* port capabilities */
        unsigned short          rev;
        unsigned char           acr;
        unsigned char           ier;
        unsigned char           lcr;
        unsigned char           mcr_mask;       /* mask of user bits */
        unsigned char           mcr_force;      /* mask of forced bits */
        unsigned char           lsr_break_flag;
        /*
         * We provide a per-port pm hook.
         */
        void                    (*pm)(struct uart_port *port,                  <-- here
                                      unsigned int state, unsigned int old);
};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:01    [W:0.250 / U:0.000 seconds]
©2003-2008 Jasper Spaans