Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 23 of 23) sorted by relevance

/drivers/staging/tidspbridge/dynload/
Ddoff.h243 u16 _type; member
249 u16 _type;
258 u16 _type; /* relocation type */ member
260 u16 _type; /* relocation type */ member
269 u16 _type; /* relocation type */ member
271 u16 _type; /* relocation type */ member
280 u16 _type; /* relocation type */ member
282 u16 _type; /* relocation type */ member
292 #define TYPE _u_reloc._r_sym._type
/drivers/net/ethernet/sfc/
Dmcdi.h102 #define MCDI_ARRAY_PTR(_buf, _field, _type, _index) \ argument
105 (_index) * MC_CMD_ ## _type ## _TYPEDEF_LEN)
115 #define MCDI_ARRAY_FIELD(_buf, _field1, _type, _index, _field2) \ argument
118 (MCDI_ARRAY_PTR(_buf, _field1, _type, _index) + \
119 (MC_CMD_ ## _type ## _TYPEDEF_ ## _field2 ## _OFST & ~3))), \
120 MC_CMD_ ## _type ## _TYPEDEF_ ## _field2 ## _LBN & 0x1f, \
121 (MC_CMD_ ## _type ## _TYPEDEF_ ## _field2 ## _LBN & 0x1f) + \
122 MC_CMD_ ## _type ## _TYPEDEF_ ## _field2 ## _WIDTH - 1)
/drivers/net/ethernet/broadcom/
Dcnic.h341 #define CDU_VALID_DATA(_cid, _region, _type) \ argument
342 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf)))
344 #define CDU_CRC8(_cid, _region, _type) \ argument
345 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff))
347 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \ argument
348 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
/drivers/net/wireless/ath/ath9k/
Dar9003_mci.h239 #define MCI_GPM_SET_TYPE_OPCODE(_p_gpm, _type, _opcode) do { \ argument
240 *(((u8 *)(_p_gpm)) + MCI_GPM_COEX_B_GPM_TYPE) = (_type) & 0xff; \
244 #define MCI_GPM_IS_CAL_TYPE(_type) ((_type) <= MCI_GPM_WLAN_CAL_DONE) argument
Dhtc.h200 #define INC_VIF(_priv, _type) do { \ argument
201 switch (_type) { \
216 #define DEC_VIF(_priv, _type) do { \ argument
217 switch (_type) { \
/drivers/mfd/
Dlm3533-core.c320 #define LM3533_OUTPUT_ATTR(_name, _mode, _show, _store, _type, _id) \ argument
323 .type = _type, \
326 #define LM3533_OUTPUT_ATTR_RW(_name, _type, _id) \ argument
328 show_output, store_output, _type, _id)
/drivers/acpi/acpica/
Dacobject.h120 #define ACPI_COMMON_BUFFER_INFO(_type) \ argument
121 _type *pointer; \
/drivers/iio/adc/
Dlp8788_adc.c131 #define LP8788_CHAN(_id, _type) { \ argument
132 .type = _type, \
/drivers/net/ethernet/brocade/bna/
Dbnad.h249 #define BNAD_RXBUF_IS_PAGE(_type) ((_type) == BNAD_RXBUF_PAGE) argument
Dbna_enet.c69 #define bna_stats_copy(_name, _type) \ argument
71 count = sizeof(struct bfi_enet_stats_ ## _type) / sizeof(u64); \
/drivers/iio/light/
Dlm3533-als.c575 #define ALS_ATTR(_name, _mode, _show, _store, _type, _val1, _val2) \ argument
577 .type = _type, \
581 #define LM3533_ALS_ATTR(_name, _mode, _show, _store, _type, _val1, _val2) \ argument
583 ALS_ATTR(_name, _mode, _show, _store, _type, _val1, _val2)
/drivers/xen/
Dtmem.c272 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK)) argument
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_reg.h7401 #define CDU_VALID_DATA(_cid, _region, _type)\ argument
7402 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf)))
7403 #define CDU_CRC8(_cid, _region, _type)\ argument
7404 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff))
7405 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type)\ argument
7406 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
7407 #define CDU_RSRVD_VALUE_TYPE_B(_crc, _type)\ argument
7408 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
/drivers/usb/gadget/
Dpxa27x_udc.h257 #define PXA_EP_DEF(_idx, _addr, dir, _type, maxpkt, _config, iface, altset) \ argument
264 .type = _type, .fifo_size = maxpkt, \
Dconfigfs.c159 #define GI_DEVICE_DESC_SIMPLE_RW(_name, _type) \ argument
160 GI_DEVICE_DESC_SIMPLE_R_##_type(_name) \
161 GI_DEVICE_DESC_SIMPLE_W_##_type(_name)
/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_core.c542 #define INV_MPU6050_CHAN(_type, _channel2, _index) \ argument
544 .type = _type, \
/drivers/iio/imu/
Dadis16480.c594 #define ADIS16480_MOD_CHANNEL(_type, _mod, _address, _si, _info_sep, _bits) \ argument
596 .type = (_type), \
/drivers/usb/atm/
Dcxacru.c225 #define CXACRU_ATTR_INIT(_value, _type, _name) \ argument
235 return cxacru_sysfs_showattr_##_type(instance->card_info[_value], buf); \
/drivers/staging/zcache/
Dzcache-main.c1604 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK)) argument
/drivers/hwmon/
Dw83627hf.c1257 static SENSOR_DEVICE_ATTR(temp##offset##_type, S_IRUGO | S_IWUSR, \
1355 &sensor_dev_attr_temp##_X_##_type.dev_attr.attr, \
Dw83795.c1674 SENSOR_ATTR_2(temp##index##_type, S_IRUGO , \
1696 SENSOR_ATTR_2(temp##index##_type, S_IRUGO | (index < 4 ? S_IWUSR : 0), \
Dw83793.c1060 SENSOR_ATTR_2(temp##index##_type, S_IRUGO | S_IWUSR, \
Ddme1737.c1583 static SENSOR_DEVICE_ATTR_2(fan##ix##_type, S_IRUGO | S_IWUSR, \