Searched refs:_info (Results 1 – 13 of 13) sorted by relevance
| /drivers/net/wireless/ath/ath9k/ |
| A 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/hv/ |
| A D | mshv_portid_table.c | 70 struct port_table_info *_info; in mshv_portid_lookup() local 74 _info = idr_find(&port_table_idr, port_id); in mshv_portid_lookup() 77 if (_info) { in mshv_portid_lookup() 78 *info = *_info; in mshv_portid_lookup()
|
| /drivers/media/pci/ttpci/ |
| A D | budget.h | 93 static struct budget_info x_var ## _info = { \ 97 .ext_priv = &x_var ## _info, \
|
| /drivers/media/pci/ddbridge/ |
| A D | ddbridge-hw.c | 320 #define DDB_DEVID(_device, _subdevice, _info) { \ argument 325 .info = &_info }
|
| /drivers/firmware/ |
| A D | arm_scpi.c | 732 struct _scpi_sensor_info _info; in scpi_sensor_get_info() local 736 &_info, sizeof(_info)); in scpi_sensor_get_info() 738 memcpy(info, &_info, sizeof(*info)); in scpi_sensor_get_info() 739 info->sensor_id = le16_to_cpu(_info.sensor_id); in scpi_sensor_get_info()
|
| /drivers/video/fbdev/ |
| A D | au1100fb.c | 67 #define to_au1100fb_device(_info) \ argument 68 (_info ? container_of(_info, struct au1100fb_device, info) : NULL);
|
| A D | xilinxfb.c | 158 #define to_xilinxfb_drvdata(_info) \ argument 159 container_of(_info, struct xilinxfb_drvdata, info)
|
| /drivers/gpu/nova-core/ |
| A D | driver.rs | 31 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
| /drivers/gpu/drm/nova/ |
| A D | driver.rs | 46 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> { in probe()
|
| /drivers/perf/ |
| A D | cxl_pmu.c | 799 static void cxl_pmu_perf_unregister(void *_info) in cxl_pmu_perf_unregister() argument 801 struct cxl_pmu_info *info = _info; in cxl_pmu_perf_unregister() 806 static void cxl_pmu_cpuhp_remove(void *_info) in cxl_pmu_cpuhp_remove() argument 808 struct cxl_pmu_info *info = _info; in cxl_pmu_cpuhp_remove()
|
| /drivers/hwmon/pmbus/ |
| A D | ucd9000.c | 71 #define to_ucd9000_data(_info) container_of(_info, struct ucd9000_data, info) argument
|
| /drivers/pinctrl/ |
| A D | pinctrl-palmas.c | 379 static const struct palmas_pins_pullup_dn_info pud_##_name##_info = { \ 415 static const struct palmas_pins_od_info od_##_name##_info = { \ 434 static const struct palmas_pin_info pin_##_name##_info = { \
|
| /drivers/gpu/drm/i915/gvt/ |
| A D | interrupt.c | 497 static struct intel_gvt_irq_info gen8_##regname##_info = { \
|
Completed in 32 milliseconds