Searched refs:CMD_BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance
| /drivers/hwmon/ |
| A D | corsair-psu.c | 54 #define CMD_BUFFER_SIZE 64 macro 165 memset(priv->cmd_buffer, 0, CMD_BUFFER_SIZE); in corsairpsu_usb_cmd() 172 ret = hid_hw_output_report(priv->hdev, priv->cmd_buffer, CMD_BUFFER_SIZE); in corsairpsu_usb_cmd() 782 priv->cmd_buffer = devm_kmalloc(&hdev->dev, CMD_BUFFER_SIZE, GFP_KERNEL); in corsairpsu_probe() 857 memcpy(priv->cmd_buffer, data, min(CMD_BUFFER_SIZE, size)); in corsairpsu_raw_event()
|
| /drivers/media/usb/dvb-usb/ |
| A D | pctv452e.c | 415 #define CMD_BUFFER_SIZE 0x28 macro 575 b = kmalloc(CMD_BUFFER_SIZE + PCTV_ANSWER_LEN, GFP_KERNEL); in pctv452e_rc_query() 579 rx = b + CMD_BUFFER_SIZE; in pctv452e_rc_query()
|
| /drivers/iommu/amd/ |
| A D | amd_iommu_types.h | 245 #define CMD_BUFFER_SIZE 8192 macro
|
| A D | iommu.c | 1187 tail = (tail + sizeof(*cmd)) % CMD_BUFFER_SIZE; in copy_cmd_to_buffer() 1339 next_tail = (iommu->cmd_buf_tail + sizeof(*cmd)) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync() 1341 left = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync()
|
| A D | init.c | 720 iommu->cmd_buf = iommu_alloc_pages_sz(GFP_KERNEL, CMD_BUFFER_SIZE); in alloc_command_buffer()
|
Completed in 25 milliseconds