Home
last modified time | relevance | path

Searched refs:actionid (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddbus_usb.c91 static int dbus_usb_doiovar(usb_info_t *bus, const bcm_iovar_t *vi, uint32 actionid,
470 uint32 actionid; in dbus_iovar_process() local
511 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in dbus_iovar_process()
512 bcmerror = dbus_usb_doiovar(usbinfo, vi, actionid, in dbus_iovar_process()
520 dbus_usb_doiovar(usb_info_t *bus, const bcm_iovar_t *vi, uint32 actionid, const char *name, in dbus_usb_doiovar() argument
529 __FUNCTION__, actionid, name, params, plen, arg, len, val_size)); in dbus_usb_doiovar()
531 if ((bcmerror = bcm_iovar_lencheck(vi, arg, len, IOV_ISSET(actionid))) != 0) in dbus_usb_doiovar()
542 switch (actionid) { in dbus_usb_doiovar()
551 bool set = (actionid == IOV_SVAL(IOV_MEMBYTES)); in dbus_usb_doiovar()
H A Ddhd_timesync.c526 dhd_timesync_doiovar(dhd_ts_t *ts, const bcm_iovar_t *vi, uint32 actionid, const char *name, in dhd_timesync_doiovar() argument
533 DHD_TRACE(("%s: actionid = %d; name %s\n", __FUNCTION__, actionid, name)); in dhd_timesync_doiovar()
535 if ((bcmerror = bcm_iovar_lencheck(vi, arg, len, IOV_ISSET(actionid))) != 0) in dhd_timesync_doiovar()
541 switch (actionid) { in dhd_timesync_doiovar()
714 DHD_TRACE(("%s: actionid %d, bcmerror %d\n", __FUNCTION__, actionid, bcmerror)); in dhd_timesync_doiovar()
725 uint32 actionid; in dhd_timesync_iovar_op() local
763 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in dhd_timesync_iovar_op()
765 bcmerror = dhd_timesync_doiovar(ts, vi, actionid, name, params, plen, arg, len, val_size); in dhd_timesync_iovar_op()
H A Dbcmsdh_sdmmc.c548 uint32 actionid; in sdioh_iovar_op() local
586 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in sdioh_iovar_op()
587 switch (actionid) { in sdioh_iovar_op()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddbus_usb.c89 static int dbus_usb_doiovar(usb_info_t *bus, const bcm_iovar_t *vi, uint32 actionid,
452 uint32 actionid; in dbus_iovar_process() local
493 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in dbus_iovar_process()
494 bcmerror = dbus_usb_doiovar(usbinfo, vi, actionid, in dbus_iovar_process()
502 dbus_usb_doiovar(usb_info_t *bus, const bcm_iovar_t *vi, uint32 actionid, const char *name, in dbus_usb_doiovar() argument
511 __FUNCTION__, actionid, name, params, plen, arg, len, val_size)); in dbus_usb_doiovar()
513 if ((bcmerror = bcm_iovar_lencheck(vi, arg, len, IOV_ISSET(actionid))) != 0) in dbus_usb_doiovar()
524 switch (actionid) { in dbus_usb_doiovar()
533 bool set = (actionid == IOV_SVAL(IOV_MEMBYTES)); in dbus_usb_doiovar()
H A Ddhd_timesync.c526 dhd_timesync_doiovar(dhd_ts_t *ts, const bcm_iovar_t *vi, uint32 actionid, const char *name, in dhd_timesync_doiovar() argument
533 DHD_TRACE(("%s: actionid = %d; name %s\n", __FUNCTION__, actionid, name)); in dhd_timesync_doiovar()
535 if ((bcmerror = bcm_iovar_lencheck(vi, arg, len, IOV_ISSET(actionid))) != 0) in dhd_timesync_doiovar()
541 switch (actionid) { in dhd_timesync_doiovar()
714 DHD_TRACE(("%s: actionid %d, bcmerror %d\n", __FUNCTION__, actionid, bcmerror)); in dhd_timesync_doiovar()
725 uint32 actionid; in dhd_timesync_iovar_op() local
763 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in dhd_timesync_iovar_op()
765 bcmerror = dhd_timesync_doiovar(ts, vi, actionid, name, params, plen, arg, len, val_size); in dhd_timesync_iovar_op()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddbus_usb.c88 static int dbus_usb_doiovar(usb_info_t *bus, const bcm_iovar_t *vi, uint32 actionid,
451 uint32 actionid; in dbus_iovar_process() local
492 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in dbus_iovar_process()
493 bcmerror = dbus_usb_doiovar(usbinfo, vi, actionid, in dbus_iovar_process()
501 dbus_usb_doiovar(usb_info_t *bus, const bcm_iovar_t *vi, uint32 actionid, const char *name, in dbus_usb_doiovar() argument
510 __FUNCTION__, actionid, name, params, plen, arg, len, val_size)); in dbus_usb_doiovar()
512 if ((bcmerror = bcm_iovar_lencheck(vi, arg, len, IOV_ISSET(actionid))) != 0) in dbus_usb_doiovar()
523 switch (actionid) { in dbus_usb_doiovar()
532 bool set = (actionid == IOV_SVAL(IOV_MEMBYTES)); in dbus_usb_doiovar()
H A Dbcmsdh_sdmmc.c502 uint32 actionid; in sdioh_iovar_op() local
540 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in sdioh_iovar_op()
541 switch (actionid) { in sdioh_iovar_op()
H A Dbcmspibrcm.c339 uint32 actionid; in sdioh_iovar_op() local
379 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in sdioh_iovar_op()
380 switch (actionid) { in sdioh_iovar_op()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmutils.h273 #define IOV_ISSET(actionid) ((actionid & IOV_SET) == IOV_SET) argument
274 #define IOV_ID(actionid) (actionid >> 1) argument
H A Dbcmiov.h72 uint32 actionid, const uint8* ibuf, size_t ilen, uint8 *obuf, size_t *olen);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmutils.h273 #define IOV_ISSET(actionid) ((actionid & IOV_SET) == IOV_SET) argument
274 #define IOV_ID(actionid) (actionid >> 1) argument
H A Dbcmiov.h72 uint32 actionid, const uint8* ibuf, size_t ilen, uint8 *obuf, size_t *olen);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmutils.h273 #define IOV_ISSET(actionid) ((actionid & IOV_SET) == IOV_SET) argument
274 #define IOV_ID(actionid) (actionid >> 1) argument
H A Dbcmiov.h72 uint32 actionid, const uint8* ibuf, size_t ilen, uint8 *obuf, size_t *olen);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmutils.h245 #define IOV_ISSET(actionid) ((actionid & IOV_SET) == IOV_SET) argument
246 #define IOV_ID(actionid) (actionid >> 1) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmiov.h64 uint32 actionid, const uint8* ibuf, size_t ilen, uint8 *obuf, size_t *olen);
H A Dbcmutils.h366 #define IOV_ISSET(actionid) ((actionid & IOV_SET) == IOV_SET) argument
367 #define IOV_ID(actionid) (actionid >> 1) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmiov.h64 uint32 actionid, const uint8* ibuf, size_t ilen, uint8 *obuf, size_t *olen);
H A Dbcmutils.h366 #define IOV_ISSET(actionid) ((actionid & IOV_SET) == IOV_SET) argument
367 #define IOV_ID(actionid) (actionid >> 1) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmsdh_sdmmc.c510 uint32 actionid; in sdioh_iovar_op() local
548 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in sdioh_iovar_op()
549 switch (actionid) { in sdioh_iovar_op()
H A Dbcmspibrcm.c368 uint32 actionid; in sdioh_iovar_op() local
406 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in sdioh_iovar_op()
407 switch (actionid) { in sdioh_iovar_op()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmsdh_sdmmc.c526 uint32 actionid; in sdioh_iovar_op() local
564 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in sdioh_iovar_op()
565 switch (actionid) { in sdioh_iovar_op()
H A Dbcmspibrcm.c368 uint32 actionid; in sdioh_iovar_op() local
406 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in sdioh_iovar_op()
407 switch (actionid) { in sdioh_iovar_op()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmsdh_sdmmc.c507 uint32 actionid; in sdioh_iovar_op() local
545 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in sdioh_iovar_op()
546 switch (actionid) { in sdioh_iovar_op()
H A Dbcmspibrcm.c368 uint32 actionid; in sdioh_iovar_op() local
406 actionid = set ? IOV_SVAL(vi->varid) : IOV_GVAL(vi->varid); in sdioh_iovar_op()
407 switch (actionid) { in sdioh_iovar_op()

123