Searched refs:hscfg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | debugfs.c | 768 /* Proc hscfg file write handler 778 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local 788 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write() 799 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write() 807 hscfg.conditions = conditions; in mwifiex_hscfg_write() 810 hscfg.gpio = gpio; in mwifiex_hscfg_write() 812 hscfg.gap = gap; in mwifiex_hscfg_write() 814 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write() 816 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write() 826 /* Proc hscfg fil 838 struct mwifiex_ds_hs_cfg hscfg; mwifiex_hscfg_read() local 960 MWIFIEX_DFS_FILE_OPS(hscfg); global() variable [all...] |
H A D | sta_ioctl.c | 493 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_cancel_hs() local 495 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs() 496 hscfg.is_invoke_hostcmd = true; in mwifiex_cancel_hs() 499 cmd_type, &hscfg); in mwifiex_cancel_hs() 511 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_enable_hs() local 546 memset(&hscfg, 0, sizeof(hscfg)); in mwifiex_enable_hs() 547 hscfg.is_invoke_hostcmd = true; in mwifiex_enable_hs() 555 &hscfg)) { in mwifiex_enable_hs()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | debugfs.c | 762 /* Proc hscfg file write handler 772 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_hscfg_write() local 782 memset(&hscfg, 0, sizeof(struct mwifiex_ds_hs_cfg)); in mwifiex_hscfg_write() 793 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write() 801 hscfg.conditions = conditions; in mwifiex_hscfg_write() 804 hscfg.gpio = gpio; in mwifiex_hscfg_write() 806 hscfg.gap = gap; in mwifiex_hscfg_write() 808 hscfg.is_invoke_hostcmd = false; in mwifiex_hscfg_write() 810 MWIFIEX_SYNC_CMD, &hscfg); in mwifiex_hscfg_write() 820 /* Proc hscfg fil 832 struct mwifiex_ds_hs_cfg hscfg; mwifiex_hscfg_read() local 954 MWIFIEX_DFS_FILE_OPS(hscfg); global() variable [all...] |
H A D | sta_ioctl.c | 481 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_cancel_hs() local 483 hscfg.conditions = HS_CFG_CANCEL; in mwifiex_cancel_hs() 484 hscfg.is_invoke_hostcmd = true; in mwifiex_cancel_hs() 487 cmd_type, &hscfg); in mwifiex_cancel_hs() 499 struct mwifiex_ds_hs_cfg hscfg; in mwifiex_enable_hs() local 534 memset(&hscfg, 0, sizeof(hscfg)); in mwifiex_enable_hs() 535 hscfg.is_invoke_hostcmd = true; in mwifiex_enable_hs() 543 &hscfg)) { in mwifiex_enable_hs()
|
Completed in 7 milliseconds