mei_dev.h (a1f9ae2bd264e3aed95aacd0102bd22a0422b8d1) | mei_dev.h (850f8940a6a38563ff401073fd845414ab49c5ed) |
---|---|
1/* 2 * 3 * Intel Management Engine Interface (Intel MEI) Linux driver 4 * Copyright (c) 2003-2012, Intel Corporation. 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms and conditions of the GNU General Public License, 8 * version 2, as published by the Free Software Foundation. --- 303 unchanged lines hidden (view full) --- 312 313/* MEI bus API*/ 314void mei_cl_bus_rescan(struct mei_device *bus); 315void mei_cl_bus_dev_fixup(struct mei_cl_device *dev); 316ssize_t __mei_cl_send(struct mei_cl *cl, u8 *buf, size_t length, 317 bool blocking); 318ssize_t __mei_cl_recv(struct mei_cl *cl, u8 *buf, size_t length); 319bool mei_cl_bus_rx_event(struct mei_cl *cl); | 1/* 2 * 3 * Intel Management Engine Interface (Intel MEI) Linux driver 4 * Copyright (c) 2003-2012, Intel Corporation. 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms and conditions of the GNU General Public License, 8 * version 2, as published by the Free Software Foundation. --- 303 unchanged lines hidden (view full) --- 312 313/* MEI bus API*/ 314void mei_cl_bus_rescan(struct mei_device *bus); 315void mei_cl_bus_dev_fixup(struct mei_cl_device *dev); 316ssize_t __mei_cl_send(struct mei_cl *cl, u8 *buf, size_t length, 317 bool blocking); 318ssize_t __mei_cl_recv(struct mei_cl *cl, u8 *buf, size_t length); 319bool mei_cl_bus_rx_event(struct mei_cl *cl); |
320void mei_cl_bus_notify_event(struct mei_cl *cl); | 320bool mei_cl_bus_notify_event(struct mei_cl *cl); |
321void mei_cl_bus_remove_devices(struct mei_device *bus); 322int mei_cl_bus_init(void); 323void mei_cl_bus_exit(void); 324 325/** 326 * enum mei_pg_event - power gating transition events 327 * 328 * @MEI_PG_EVENT_IDLE: the driver is not in power gating transition --- 427 unchanged lines hidden --- | 321void mei_cl_bus_remove_devices(struct mei_device *bus); 322int mei_cl_bus_init(void); 323void mei_cl_bus_exit(void); 324 325/** 326 * enum mei_pg_event - power gating transition events 327 * 328 * @MEI_PG_EVENT_IDLE: the driver is not in power gating transition --- 427 unchanged lines hidden --- |