Home | History | Annotate | Download | only in rmidevice

Lines Matching refs:m_info

83 	memset(&m_info, 0, sizeof(m_info));
94 rc = ioctl(m_fd, HIDIOCGRAWINFO, &m_info);
98 if (m_info.vendor != SYNAPTICS_VENDOR_ID) {
531 m_info.bustype == BUS_I2C ? "I2C" : "USB", m_info.vendor, m_info.product);
561 int bus = m_info.bustype;
562 int vendor = m_info.vendor;
563 int product = m_info.product;