Searched refs:CMD_BUFFER_SIZE (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/hwmon/
H A Dcorsair-psu.c54 #define CMD_BUFFER_SIZE 64 macro
165 memset(priv->cmd_buffer, 0, CMD_BUFFER_SIZE);
172 ret = hid_hw_output_report(priv->hdev, priv->cmd_buffer, CMD_BUFFER_SIZE);
782 priv->cmd_buffer = devm_kmalloc(&hdev->dev, CMD_BUFFER_SIZE, GFP_KERNEL);
857 memcpy(priv->cmd_buffer, data, min(CMD_BUFFER_SIZE, size));
/linux-master/drivers/iommu/amd/
H A Damd_iommu_types.h237 #define CMD_BUFFER_SIZE 8192 macro
H A Dinit.c740 get_order(CMD_BUFFER_SIZE));
848 free_pages((unsigned long)iommu->cmd_buf, get_order(CMD_BUFFER_SIZE));
H A Diommu.c1058 tail = (tail + sizeof(*cmd)) % CMD_BUFFER_SIZE;
1210 next_tail = (iommu->cmd_buf_tail + sizeof(*cmd)) % CMD_BUFFER_SIZE;
1212 left = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE;
/linux-master/drivers/media/usb/dvb-usb/
H A Dpctv452e.c415 #define CMD_BUFFER_SIZE 0x28 macro
575 b = kmalloc(CMD_BUFFER_SIZE + PCTV_ANSWER_LEN, GFP_KERNEL);
579 rx = b + CMD_BUFFER_SIZE;

Completed in 257 milliseconds