Searched refs:_cmd (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfa_msgq.h | 42 #define bfa_msgq_cmd_set(_cmd, _cbfn, _cbarg, _msg_size, _msg_hdr) \ argument 44 (_cmd)->cbfn = (_cbfn); \ 45 (_cmd)->cbarg = (_cbarg); \ 46 (_cmd)->msg_size = (_msg_size); \ 47 (_cmd)->msg_hdr = (_msg_hdr); \
|
/linux-4.1.27/drivers/staging/fsl-mc/include/ |
D | mc-cmd.h | 92 #define MC_CMD_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument 93 ((_cmd).params[_param] |= mc_enc((_offset), (_width), _arg)) 95 #define MC_RSP_OP(_cmd, _param, _offset, _width, _type, _arg) \ argument 96 (_arg = (_type)mc_dec(_cmd.params[_param], (_offset), (_width)))
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | usb-fw.c | 182 const struct i2400m_bootrom_header *_cmd, in i2400mu_bus_bm_cmd_send() argument 188 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); in i2400mu_bus_bm_cmd_send() 193 i2400m, _cmd, cmd_size); in i2400mu_bus_bm_cmd_send() 197 if (_cmd != i2400m->bm_cmd_buf) in i2400mu_bus_bm_cmd_send() 198 memmove(i2400m->bm_cmd_buf, _cmd, cmd_size); in i2400mu_bus_bm_cmd_send() 223 i2400m, _cmd, cmd_size, result); in i2400mu_bus_bm_cmd_send()
|
/linux-4.1.27/net/ieee802154/ |
D | ieee802154.h | 20 #define IEEE802154_OP(_cmd, _func) \ argument 22 .cmd = _cmd, \ 29 #define IEEE802154_DUMP(_cmd, _func, _dump) \ argument 31 .cmd = _cmd, \
|
/linux-4.1.27/arch/s390/hypfs/ |
D | hypfs_sprp.c | 29 register unsigned long _cmd asm("4") = cmd; in hypfs_sprp_diag304() 32 : "=d" (_rc) : "d" (_data), "d" (_cmd) : "memory"); in hypfs_sprp_diag304()
|
/linux-4.1.27/drivers/cpufreq/ |
D | acpi-cpufreq.c | 265 static void do_drv_read(void *_cmd) in do_drv_read() argument 267 struct drv_cmd *cmd = _cmd; in do_drv_read() 286 static void do_drv_write(void *_cmd) in do_drv_write() argument 288 struct drv_cmd *cmd = _cmd; in do_drv_write()
|
/linux-4.1.27/drivers/misc/ |
D | ad525x_dpot.c | 612 #define DPOT_DEVICE_DO_CMD(_name, _cmd) static ssize_t \ argument 617 return sysfs_do_cmd(dev, attr, buf, count, _cmd); \
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 91 #define VMW_CMD_DEF(_cmd, _func, _user_allow, _gb_disable, _gb_enable) \ argument 92 [(_cmd) - SVGA_3D_CMD_BASE] = {(_func), (_user_allow),\
|