Home
last modified time | relevance | path

Searched refs:_n_ (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/gadget/function/
A Du_ether_configfs.h166 #define USB_ETHER_CONFIGFS_ITEM_ATTR_U8_RW(_f_, _n_) \ argument
167 static ssize_t _f_##_opts_##_n_##_show(struct config_item *item,\
174 ret = sprintf(page, "%02x\n", opts->_n_); \
180 static ssize_t _f_##_opts_##_n_##_store(struct config_item *item,\
190 opts->_n_ = val; \
198 CONFIGFS_ATTR(_f_##_opts_, _n_)
/drivers/crypto/intel/qat/qat_common/
A Dadf_gen4_ras.h574 #define ADF_GEN4_EXPRPSSMDCPR(_n_) (0x12000 + (_n_) * 0x80) argument
A Dadf_gen4_ras.c8 #define BITS_PER_REG(_n_) (sizeof(_n_) * BITS_PER_BYTE) argument
/drivers/media/platform/mediatek/vcodec/decoder/vdec/
A Dvdec_av1_req_lat_if.c37 typeof(n) _n_ = n; \
39 (((_value_) < 0) ? -AV1_DIV_ROUND_UP_POW2(-(_value_), (_n_)) \
40 : AV1_DIV_ROUND_UP_POW2((_value_), (_n_))); \
/drivers/media/platform/verisilicon/
A Drockchip_vpu981_hw_av1_dec.c69 typeof(n) _n_ = n; \
71 (((_value_) < 0) ? -AV1_DIV_ROUND_UP_POW2(-(_value_), (_n_)) \
72 : AV1_DIV_ROUND_UP_POW2((_value_), (_n_))); \

Completed in 23 milliseconds