Lines Matching refs:buf_size
591 union at76_hwcfg *buf, int buf_size) in at76_get_hw_cfg() argument
596 buf, buf_size, USB_CTRL_GET_TIMEOUT); in at76_get_hw_cfg()
601 union at76_hwcfg *buf, int buf_size) in at76_get_hw_cfg_intersil() argument
606 buf, buf_size, USB_CTRL_GET_TIMEOUT); in at76_get_hw_cfg_intersil()
674 int buf_size) in at76_get_mib() argument
680 USB_RECIP_INTERFACE, mib << 8, 0, buf, buf_size, in at76_get_mib()
682 if (ret >= 0 && ret != buf_size) in at76_get_mib()
726 int buf_size) in at76_set_card_command() argument
730 buf_size, GFP_KERNEL); in at76_set_card_command()
737 cmd_buf->size = cpu_to_le16(buf_size); in at76_set_card_command()
738 memcpy(cmd_buf->data, buf, buf_size); in at76_set_card_command()
740 at76_dbg_dump(DBG_CMD, cmd_buf, sizeof(struct at76_command) + buf_size, in at76_set_card_command()
747 sizeof(struct at76_command) + buf_size, in at76_set_card_command()