Searched refs:_arg (Results 1 - 7 of 7) sorted by relevance

/drivers/s390/scsi/
H A Dzfcp_sysfs.c524 #define ZFCP_SHOST_ATTR(_name, _format, _arg...) \
536 return sprintf(buf, _format, ## _arg); \
/drivers/scsi/bfa/
H A Dbfa.h431 #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \
432 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
/drivers/input/misc/
H A Duinput.c667 #define uinput_set_bit(_arg, _bit, _max) \
672 else if ((_arg) > (_max)) \
674 else set_bit((_arg), udev->dev->_bit); \
/drivers/cpufreq/
H A Darm_big_little.c505 unsigned long action, void *_arg)
504 bL_cpufreq_switcher_notifier(struct notifier_block *nfb, unsigned long action, void *_arg) argument
/drivers/nfc/
H A Dpn533.c1105 static int pn533_send_sync_complete(struct pn533 *dev, void *_arg, argument
1108 struct pn533_sync_cmd_response *arg = _arg;
2512 static int pn533_data_exchange_complete(struct pn533 *dev, void *_arg, argument
2515 struct pn533_data_exchange_arg *arg = _arg;
H A Dport100.c837 static void port100_send_sync_complete(struct port100 *dev, void *_arg, argument
840 struct port100_sync_cmd_response *arg = _arg;
/drivers/i2c/
H A Di2c-core.c1922 static int i2c_cmd(struct device *dev, void *_arg) argument
1925 struct i2c_cmd_arg *arg = _arg;

Completed in 320 milliseconds