Searched refs:_cmd (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ieee802154/
H A Dieee802154.h24 #define IEEE802154_OP(_cmd, _func) \
26 .cmd = _cmd, \
33 #define IEEE802154_DUMP(_cmd, _func, _dump) \
35 .cmd = _cmd, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dsdio-fw.c104 const struct i2400m_bootrom_header *_cmd,
110 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd);
116 i2400m, _cmd, cmd_size);
121 if (_cmd != i2400m->bm_cmd_buf)
122 memmove(i2400m->bm_cmd_buf, _cmd, cmd_size);
148 i2400m, _cmd, cmd_size, (int) result);
103 i2400ms_bus_bm_cmd_send(struct i2400m *i2400m, const struct i2400m_bootrom_header *_cmd, size_t cmd_size, int flags) argument
H A Dusb-fw.c182 const struct i2400m_bootrom_header *_cmd,
188 int opcode = _cmd == NULL ? -1 : i2400m_brh_get_opcode(_cmd);
193 i2400m, _cmd, cmd_size);
197 if (_cmd != i2400m->bm_cmd_buf)
198 memmove(i2400m->bm_cmd_buf, _cmd, cmd_size);
223 i2400m, _cmd, cmd_size, result);
181 i2400mu_bus_bm_cmd_send(struct i2400m *i2400m, const struct i2400m_bootrom_header *_cmd, size_t cmd_size, int flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/active/
H A Dskeleton32 _cmd=$1
34 if test "${_cmd}" = "status"; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/vtysh/
H A Dextract.pl165 $cmd =~ s/_cmd/_cmd_vtysh/;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dacpi-cpufreq.c149 static void do_drv_read(void *_cmd) argument
151 struct drv_cmd *cmd = _cmd;
169 static void do_drv_write(void *_cmd) argument
171 struct drv_cmd *cmd = _cmd;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Ddma.c96 dmov_exec_cmdptr_complete_func(struct msm_dmov_cmd *_cmd, argument
100 struct msm_dmov_exec_cmdptr_cmd *cmd = container_of(_cmd, struct msm_dmov_exec_cmdptr_cmd, dmov_cmd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/
H A Dad525x_dpot.c533 #define DPOT_DEVICE_DO_CMD(_name, _cmd) static ssize_t \
538 return sysfs_do_cmd(dev, attr, buf, count, _cmd); \

Completed in 117 milliseconds