Searched refs:mses (Results 1 – 1 of 1) sorted by relevance
101 struct mse102x_net_spi *mses = s->private; in mse102x_info_show() local104 skb_queue_len(&mses->mse102x.txq)); in mse102x_info_show()107 mses->spidev->irq); in mse102x_info_show()110 (unsigned long)mses->spi_xfer.effective_speed_hz); in mse102x_info_show()112 mses->spidev->mode); in mse102x_info_show()114 str_yes_no(mses->valid_cmd_received)); in mse102x_info_show()120 static void mse102x_init_device_debugfs(struct mse102x_net_spi *mses) in mse102x_init_device_debugfs() argument122 mses->device_root = debugfs_create_dir(dev_name(&mses->mse102x.ndev->dev), in mse102x_init_device_debugfs()125 debugfs_create_file("info", S_IFREG | 0444, mses->device_root, mses, in mse102x_init_device_debugfs()129 static void mse102x_remove_device_debugfs(struct mse102x_net_spi *mses) in mse102x_remove_device_debugfs() argument[all …]