Home
last modified time | relevance | path

Searched refs:cmd (Results 7751 – 7775 of 8289) sorted by relevance

1...<<311312313314315316317318319320>>...332

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_ap.c2688 struct cmd_obj *cmd; in rtw_ap_set_sta_key() local
2692 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_sta_key()
2693 if (cmd == NULL) { in rtw_ap_set_sta_key()
2700 rtw_mfree((u8 *) cmd, sizeof(struct cmd_obj)); in rtw_ap_set_sta_key()
2705 init_h2fwcmd_w_parm_no_rsp(cmd, param, CMD_SET_STAKEY); in rtw_ap_set_sta_key()
2716 res = rtw_enqueue_cmd(cmdpriv, cmd); in rtw_ap_set_sta_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_ap.c2733 struct cmd_obj *cmd; in rtw_ap_set_sta_key() local
2737 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_sta_key()
2738 if (cmd == NULL) { in rtw_ap_set_sta_key()
2745 rtw_mfree((u8 *) cmd, sizeof(struct cmd_obj)); in rtw_ap_set_sta_key()
2750 init_h2fwcmd_w_parm_no_rsp(cmd, param, CMD_SET_STAKEY); in rtw_ap_set_sta_key()
2761 res = rtw_enqueue_cmd(cmdpriv, cmd); in rtw_ap_set_sta_key()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Dmain.c3446 static int wlcore_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, in wlcore_op_set_key() argument
3479 ret = wlcore_hw_set_key(wl, cmd, vif, sta, key_conf); in wlcore_op_set_key()
3493 int wlcore_set_key(struct wl1271 *wl, enum set_key_cmd cmd, in wlcore_set_key() argument
3508 wl1271_debug(DEBUG_CRYPT, "CMD: 0x%x sta: %p", cmd, sta); in wlcore_set_key()
3556 switch (cmd) { in wlcore_set_key()
3595 wl1271_error("Unsupported key cmd 0x%x", cmd); in wlcore_set_key()
/OK3568_Linux_fs/external/linux-rga/docs/
H A DRockchip_FAQ_RGA_EN.md454 …rga2: cmd is RGA2_GET_VERSION //Get version number, which queries hardware version the first…
455 rga2: cmd is RGA_BLIT_SYNC //Current working mode.
565 rga2: sync one cmd end time 2414 //Print the RGA. hardware time of the work,in us.
571 …rga3_reg: set cmd use time = 196 //Time elapsed from start processing request to configuration…
650 set cmd num: 1, finish job: 0, failed job: 0, flags = 0x0, ref = 2
652 cmd dump: //Job request information.
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_ap.c2712 struct cmd_obj *cmd; in rtw_ap_set_sta_key() local
2716 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_sta_key()
2717 if (cmd == NULL) { in rtw_ap_set_sta_key()
2724 rtw_mfree((u8 *) cmd, sizeof(struct cmd_obj)); in rtw_ap_set_sta_key()
2729 init_h2fwcmd_w_parm_no_rsp(cmd, param, CMD_SET_STAKEY); in rtw_ap_set_sta_key()
2740 res = rtw_enqueue_cmd(cmdpriv, cmd); in rtw_ap_set_sta_key()
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A D.OK3568-C.dtb.dts.tmp
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme_ext.c12873 struct cmd_obj *cmd; local
12878 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj));
12879 if (cmd == NULL) {
12883 cmd->padapter = padapter;
12885 init_h2fwcmd_w_parm_no_parm_rsp(cmd, CMD_CHK_BMCSLEEPQ);
12887 res = rtw_enqueue_cmd(pcmdpriv, cmd);
12895 struct cmd_obj *cmd; local
12922 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj));
12923 if (cmd == NULL) {
12928 cmd->padapter = padapter;
[all …]
H A Drtw_debug.c1476 char cmd[8] = {0}; in proc_set_survey_info() local
1488 int num = sscanf(tmp, "%s", cmd); in proc_set_survey_info()
1493 if (strcmp("acs", cmd) == 0) in proc_set_survey_info()
1724 char cmd[32] = {0}; in proc_reset_trx_info() local
1727 if (count > sizeof(cmd)) { in proc_reset_trx_info()
1732 if (buffer && !copy_from_user(cmd, buffer, count)) { in proc_reset_trx_info()
1733 int num = sscanf(cmd, "%hhx", &cnt); in proc_reset_trx_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme_ext.c12902 struct cmd_obj *cmd; local
12907 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj));
12908 if (cmd == NULL) {
12912 cmd->padapter = padapter;
12914 init_h2fwcmd_w_parm_no_parm_rsp(cmd, CMD_CHK_BMCSLEEPQ);
12916 res = rtw_enqueue_cmd(pcmdpriv, cmd);
12924 struct cmd_obj *cmd; local
12951 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj));
12952 if (cmd == NULL) {
12957 cmd->padapter = padapter;
[all …]
H A Drtw_ap.c2769 struct cmd_obj *cmd; in rtw_ap_set_sta_key() local
2773 cmd = (struct cmd_obj *)rtw_zmalloc(sizeof(struct cmd_obj)); in rtw_ap_set_sta_key()
2774 if (cmd == NULL) { in rtw_ap_set_sta_key()
2778 cmd->padapter = adapter; in rtw_ap_set_sta_key()
2782 rtw_mfree((u8 *) cmd, sizeof(struct cmd_obj)); in rtw_ap_set_sta_key()
2787 init_h2fwcmd_w_parm_no_rsp(cmd, param, CMD_SET_STAKEY); in rtw_ap_set_sta_key()
2798 res = rtw_enqueue_cmd(cmdpriv, cmd); in rtw_ap_set_sta_key()
H A Drtw_debug.c1536 char cmd[8] = {0}; in proc_set_survey_info() local
1548 int num = sscanf(tmp, "%s", cmd); in proc_set_survey_info()
1553 if (strcmp("acs", cmd) == 0) in proc_set_survey_info()
1786 char cmd[32] = {0}; in proc_reset_trx_info() local
1789 if (count > sizeof(cmd)) { in proc_reset_trx_info()
1794 if (buffer && !copy_from_user(cmd, buffer, count)) { in proc_reset_trx_info()
1795 int num = sscanf(cmd, "%hhx", &cnt); in proc_reset_trx_info()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c5512 uint32_t reg_addr, uint32_t cmd) in gfx_v8_0_send_serdes_cmd() argument
5545 (cmd << RLC_SERDES_WR_CTRL__BPM_DATA__SHIFT) | in gfx_v8_0_send_serdes_cmd()
6405 uint32_t cmd; in gfx_v8_0_ring_emit_wreg() local
6409 cmd = WRITE_DATA_ENGINE_SEL(1) | WR_CONFIRM; in gfx_v8_0_ring_emit_wreg()
6412 cmd = 1 << 16; /* no inc addr */ in gfx_v8_0_ring_emit_wreg()
6415 cmd = WR_CONFIRM; in gfx_v8_0_ring_emit_wreg()
6420 amdgpu_ring_write(ring, cmd); in gfx_v8_0_ring_emit_wreg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_debug.c1601 char cmd[8] = {0}; in proc_set_survey_info() local
1613 int num = sscanf(tmp, "%s", cmd); in proc_set_survey_info()
1618 if (strcmp("acs", cmd) == 0) in proc_set_survey_info()
1802 char cmd[32] = {0}; in proc_reset_trx_info() local
1805 if (count > sizeof(cmd)) { in proc_reset_trx_info()
1810 if (buffer && !copy_from_user(cmd, buffer, count)) { in proc_reset_trx_info()
1811 int num = sscanf(cmd, "%hhx", &cnt); in proc_reset_trx_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_debug.c1656 char cmd[8] = {0}; in proc_set_survey_info() local
1668 int num = sscanf(tmp, "%s", cmd); in proc_set_survey_info()
1673 if (strcmp("acs", cmd) == 0) in proc_set_survey_info()
1879 char cmd[32] = {0}; in proc_reset_trx_info() local
1882 if (count > sizeof(cmd)) { in proc_reset_trx_info()
1887 if (buffer && !copy_from_user(cmd, buffer, count)) { in proc_reset_trx_info()
1888 int num = sscanf(cmd, "%hhx", &cnt); in proc_reset_trx_info()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dtegra124-apalis-v1.2.dtsi372 sdmmc1-cmd-pz1 {
449 sdmmc3-cmd-pa7 {
833 sdmmc4-cmd-pt7 {
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py658 task = self.configuration.cmd
1413 task = self.configuration.cmd
1557 task = self.configuration.cmd
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dftdi_sio.c1097 unsigned int cmd, unsigned long arg);
2929 unsigned int cmd, unsigned long arg) in ftdi_ioctl() argument
2934 switch (cmd) { in ftdi_ioctl()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Disppreview.c1609 static long preview_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in preview_ioctl() argument
1613 switch (cmd) { in preview_ioctl()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/alx/
H A Dmain.c1600 static int alx_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in alx_ioctl() argument
1607 return mdio_mii_ioctl(&alx->hw.mdio, if_mii(ifr), cmd); in alx_ioctl()
/OK3568_Linux_fs/kernel/drivers/media/usb/au0828/
H A Dau0828-video.c1131 static int au0828_set_format(struct au0828_dev *dev, unsigned int cmd, in au0828_set_format() argument
1157 if (cmd == VIDIOC_TRY_FMT) in au0828_set_format()
/OK3568_Linux_fs/kernel/sound/pci/
H A Dazt3328.c1451 snd_azf3328_pcm_trigger(struct snd_pcm_substream *substream, int cmd) in snd_azf3328_pcm_trigger() argument
1461 switch (cmd) { in snd_azf3328_pcm_trigger()
/OK3568_Linux_fs/kernel/drivers/rapidio/
H A Drio_cm.c1897 riocm_cdev_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in riocm_cdev_ioctl() argument
1899 switch (cmd) { in riocm_cdev_ioctl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_ps.c691 ctl.cmd = PHL_DATA_CTL_SW_TX_RESUME; in _leave_success_hdlr()
861 ctl.cmd = PHL_DATA_CTL_SW_TX_PAUSE; in _stop_datapath()
/OK3568_Linux_fs/kernel/sound/pci/ali5451/
H A Dali5451.c1068 int cmd) in snd_ali_trigger() argument
1078 switch (cmd) { in snd_ali_trigger()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dr600d.h645 #define DMA_PACKET(cmd, t, s, n) ((((cmd) & 0xF) << 28) | \ argument

1...<<311312313314315316317318319320>>...332