Searched refs:io_packet (Results 1 – 2 of 2) sorted by relevance
60 ec->io_packet = wilco_get_resource(pdev, 2); /* MEC EMI */ in wilco_ec_probe() 61 if (!ec->io_data || !ec->io_command || !ec->io_packet) in wilco_ec_probe() 65 cros_ec_lpc_mec_init(ec->io_packet->start, in wilco_ec_probe() 66 ec->io_packet->start + EC_MAILBOX_DATA_SIZE); in wilco_ec_probe()
30 * @io_packet: I/O port for mailbox packet data. Provided by ACPI.44 struct resource *io_packet; member