Home
last modified time | relevance | path

Searched refs:_cmd (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/drivers/net/wimax/i2400m/
Dsdio-fw.c104 const struct i2400m_bootrom_header *_cmd, in i2400ms_bus_bm_cmd_send() argument
110 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd); in i2400ms_bus_bm_cmd_send()
116 i2400m, _cmd, cmd_size); in i2400ms_bus_bm_cmd_send()
121 if (_cmd != i2400m->bm_cmd_buf) in i2400ms_bus_bm_cmd_send()
122 memmove(i2400m->bm_cmd_buf, _cmd, cmd_size); in i2400ms_bus_bm_cmd_send()
148 i2400m, _cmd, cmd_size, (int) result); in i2400ms_bus_bm_cmd_send()
Dusb-fw.c182 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-3.4.99/net/ieee802154/
Dieee802154.h24 #define IEEE802154_OP(_cmd, _func) \ argument
26 .cmd = _cmd, \
33 #define IEEE802154_DUMP(_cmd, _func, _dump) \ argument
35 .cmd = _cmd, \
/linux-3.4.99/drivers/net/ethernet/brocade/bna/
Dbfa_msgq.h41 #define bfa_msgq_cmd_set(_cmd, _cbfn, _cbarg, _msg_size, _msg_hdr) \ argument
43 (_cmd)->cbfn = (_cbfn); \
44 (_cmd)->cbarg = (_cbarg); \
45 (_cmd)->msg_size = (_msg_size); \
46 (_cmd)->msg_hdr = (_msg_hdr); \
/linux-3.4.99/drivers/cpufreq/
Dacpi-cpufreq.c146 static void do_drv_read(void *_cmd) in do_drv_read() argument
148 struct drv_cmd *cmd = _cmd; in do_drv_read()
166 static void do_drv_write(void *_cmd) in do_drv_write() argument
168 struct drv_cmd *cmd = _cmd; in do_drv_write()
/linux-3.4.99/arch/arm/mach-msm/
Ddma.c102 dmov_exec_cmdptr_complete_func(struct msm_dmov_cmd *_cmd, in dmov_exec_cmdptr_complete_func() argument
106 …struct msm_dmov_exec_cmdptr_cmd *cmd = container_of(_cmd, struct msm_dmov_exec_cmdptr_cmd, dmov_cm… in dmov_exec_cmdptr_complete_func()
/linux-3.4.99/drivers/misc/
Dad525x_dpot.c618 #define DPOT_DEVICE_DO_CMD(_name, _cmd) static ssize_t \ argument
623 return sysfs_do_cmd(dev, attr, buf, count, _cmd); \