Home
last modified time | relevance | path

Searched refs:_pdata (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/
A Dxgbe-common.h1503 ioread32((_pdata)->xgmac_regs + _reg)
1527 ioread32((_pdata)->xgmac_regs + \
1589 ioread32((_pdata)->xpcs_regs + (_off))
1595 ioread16((_pdata)->xpcs_regs + (_off))
1611 ioread16((_pdata)->sir0_regs + _reg)
1631 ioread16((_pdata)->sir1_regs + _reg)
1654 ioread16((_pdata)->rxtx_regs + _reg)
1686 #define XP_IOREAD(_pdata, _reg) \ argument
1719 #define XI2C_IOREAD(_pdata, _reg) \ argument
1746 ((_pdata)->hw_if.read_mmd_regs((_pdata), 0, \
[all …]
/linux-6.3-rc2/include/linux/mfd/
A Dcore.h17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ argument
22 .platform_data = (_pdata), \
31 #define MFD_CELL_OF_REG(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg) \ argument
32 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, true, NULL)
34 #define MFD_CELL_OF(_name, _res, _pdata, _pdsize, _id, _compat) \ argument
35 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, 0, false, NULL)
37 #define MFD_CELL_ACPI(_name, _res, _pdata, _pdsize, _id, _match) \ argument
38 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, _match)
40 #define MFD_CELL_BASIC(_name, _res, _pdata, _pdsize, _id) \ argument
41 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, NULL, 0, false, NULL)
/linux-6.3-rc2/drivers/leds/
A Dleds-gpio-register.c27 struct gpio_led_platform_data _pdata = *pdata; in gpio_led_register_device() local
32 _pdata.leds = kmemdup(pdata->leds, in gpio_led_register_device()
34 if (!_pdata.leds) in gpio_led_register_device()
38 NULL, 0, &_pdata, sizeof(_pdata)); in gpio_led_register_device()
40 kfree(_pdata.leds); in gpio_led_register_device()
/linux-6.3-rc2/drivers/clk/x86/
A Dclk-cgu.h117 #define LGM_PLL(_id, _name, _pdata, _flags, \ argument
122 .parent_data = _pdata, \
123 .num_parents = ARRAY_SIZE(_pdata), \
203 #define LGM_MUX(_id, _name, _pdata, _f, _reg, \ argument
209 .parent_data = _pdata, \
210 .num_parents = ARRAY_SIZE(_pdata), \
/linux-6.3-rc2/include/linux/
A Dof_platform.h45 #define OF_DEV_AUXDATA(_compat,_phys,_name,_pdata) \ argument
47 .platform_data = _pdata }
/linux-6.3-rc2/arch/arm/mach-omap1/
A Dusb.c666 void __init omap1_usb_init(struct omap_usb_config *_pdata) in omap1_usb_init() argument
670 pdata = kmemdup(_pdata, sizeof(*pdata), GFP_KERNEL); in omap1_usb_init()
/linux-6.3-rc2/drivers/clk/meson/
A Daxg-audio.c37 #define AUD_MUX(_name, _reg, _mask, _shift, _dflags, _pdata, _iflags) { \ argument
47 .parent_data = _pdata, \
48 .num_parents = ARRAY_SIZE(_pdata), \

Completed in 22 milliseconds