Searched refs:size_ (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/media/usb/dvb-usb-v2/ |
D | dvb_usb.h | 65 #define DVB_USB_STREAM_BULK(endpoint_, count_, size_) { \ argument 71 .buffersize = size_, \ 76 #define DVB_USB_STREAM_ISOC(endpoint_, count_, frames_, size_, interval_) { \ argument 83 .framesize = size_,\
|
/linux-5.19.10/drivers/soc/apple/ |
D | sart.c | 76 size_t size_ = FIELD_GET(APPLE_SART2_CONFIG_SIZE, cfg); in sart2_get_entry() local 79 *size = size_ << APPLE_SART2_CONFIG_SIZE_SHIFT; in sart2_get_entry() 107 size_t size_ = readl(sart->regs + APPLE_SART3_SIZE(index)); in sart3_get_entry() local 110 *size = size_ << APPLE_SART3_SIZE_SHIFT; in sart3_get_entry()
|
/linux-5.19.10/include/rdma/ |
D | ib_verbs.h | 2283 .size_##ib_struct = \ 2291 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2295 ((struct ib_type *)rdma_zalloc_obj(ib_dev, ib_dev->ops.size_##ib_type, \ 2301 #define DECLARE_RDMA_OBJ_SIZE(ib_struct) size_t size_##ib_struct
|
/linux-5.19.10/drivers/infiniband/core/ |
D | device.c | 2577 #define SET_OBJ_SIZE(ptr, name) SET_DEVICE_OP(ptr, size_##name) in ib_set_device_ops()
|
/linux-5.19.10/lib/ |
D | Kconfig.debug | 2497 Builds unit tests for the check_*_overflow(), size_*(), allocation, and
|