fops_              83 drivers/i2c/busses/i2c-gpio.c static int fops_##wire##_get(void *data, u64 *val)		\
fops_              92 drivers/i2c/busses/i2c-gpio.c static int fops_##wire##_set(void *data, u64 val)		\
fops_             101 drivers/i2c/busses/i2c-gpio.c DEFINE_DEBUGFS_ATTRIBUTE(fops_##wire, fops_##wire##_get, fops_##wire##_set, "%llu\n")
fops_             606 drivers/net/wireless/broadcom/b43/debugfs.c 	static struct b43_debugfs_fops fops_##name = {		\
fops_             719 drivers/net/wireless/broadcom/b43/debugfs.c 					&fops_##name.fops);	\
fops_             313 drivers/net/wireless/broadcom/b43legacy/debugfs.c 	static struct b43legacy_debugfs_fops fops_##name = {		\
fops_             402 drivers/net/wireless/broadcom/b43legacy/debugfs.c 					&fops_##name.fops);	\