Searched refs:_info (Results 1 – 6 of 6) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | mci.h | 56 #define INC_PROF(_mci, _info) do { \ argument 57 switch (_info->type) { \ 63 if (!_info->edr) \ 81 #define DEC_PROF(_mci, _info) do { \ argument 82 switch (_info->type) { \ 88 if (!_info->edr) \
|
/drivers/video/ |
D | bfin_adv7393fb.h | 293 #define to_adv7393fb_device(_info) \ argument 294 (_info ? container_of(_info, struct adv7393fb_device, info) : NULL);
|
D | au1100fb.c | 66 #define to_au1100fb_device(_info) \ argument 67 (_info ? container_of(_info, struct au1100fb_device, info) : NULL);
|
D | xilinxfb.c | 145 #define to_xilinxfb_drvdata(_info) \ argument 146 container_of(_info, struct xilinxfb_drvdata, info)
|
/drivers/media/pci/ttpci/ |
D | budget.h | 82 static struct budget_info x_var ## _info = { \ 86 .ext_priv = &x_var ## _info, \
|
/drivers/hwmon/pmbus/ |
D | ucd9000.c | 53 #define to_ucd9000_data(_info) container_of(_info, struct ucd9000_data, info) argument
|