/Linux-v6.6/drivers/pci/hotplug/ |
D | pciehp.h | 88 struct controller { struct 89 struct pcie_device *pcie; 91 u32 slot_cap; /* capabilities and quirks */ 92 unsigned int inband_presence_disabled:1; 94 u16 slot_ctrl; /* control register access */ 95 struct mutex ctrl_lock; 96 unsigned long cmd_started; 97 unsigned int cmd_busy:1; 98 wait_queue_head_t queue; 100 atomic_t pending_events; /* event handling */ [all …]
|
D | shpchp.h | 90 struct controller { struct 91 struct mutex crit_sect; /* critical section mutex */ 92 struct mutex cmd_lock; /* command lock */ 93 int num_slots; /* Number of slots on ctlr */ 94 int slot_num_inc; /* 1 or -1 */ 95 struct pci_dev *pci_dev; 96 struct list_head slot_list; 97 const struct hpc_ops *hpc_ops; 98 wait_queue_head_t queue; /* sleep & wake process */ 99 u8 slot_device_offset; [all …]
|
D | cpqphp.h | 277 struct controller { struct 278 struct controller *next; argument 281 void __iomem *hpc_reg; /* cookie for our pci controller location */ argument 293 u8 bus; /* bus number for the pci hotplug controller */ argument 294 u8 rev; 295 u8 slot_device_offset; 296 u8 first_slot; 297 u8 add_support; 298 u8 push_flag; 299 u8 push_button; /* 0 = no pushbutton, 1 = pushbutton present */ [all …]
|
D | ibmphp.h | 710 struct controller { struct 713 struct pci_dev *ctrl_dev; /* in case where controller is PCI */ argument 714 u8 starting_slot_num; /* starting and ending slot #'s this ctrl controls*/ 715 u8 ending_slot_num; 716 u8 revision; 717 u8 options; /* which options HPC supports */ 718 u8 status; 719 u8 ctlr_id; 720 u8 slot_count; 721 u8 bus_count; [all …]
|
/Linux-v6.6/drivers/char/agp/ |
D | frontend.c | 295 struct agp_controller *controller; in agp_find_controller_by_pid() local 310 struct agp_controller *controller; in agp_create_controller() local 320 static int agp_insert_controller(struct agp_controller *controller) in agp_insert_controller() 335 static void agp_remove_all_clients(struct agp_controller *controller) in agp_remove_all_clients() 358 static void agp_remove_all_memory(struct agp_controller *controller) in agp_remove_all_memory() 372 static int agp_remove_controller(struct agp_controller *controller) in agp_remove_controller() 404 static void agp_controller_make_current(struct agp_controller *controller) in agp_controller_make_current() 425 static void agp_controller_release_current(struct agp_controller *controller, in agp_controller_release_current() 455 *agp_find_client_in_controller(struct agp_controller *controller, pid_t id) in agp_find_client_in_controller() 475 struct agp_controller *controller; in agp_find_controller_for_client() local [all …]
|
/Linux-v6.6/drivers/usb/musb/ |
D | musbhsdma.c | 55 struct musb_dma_controller *controller; member 65 struct dma_controller controller; member 76 static void dma_controller_stop(struct musb_dma_controller *controller) in dma_controller_stop() 101 struct musb_dma_controller *controller = container_of(c, in dma_channel_allocate() local 148 struct musb_dma_controller *controller = musb_channel->controller; in configure_channel() local 186 struct musb_dma_controller *controller = musb_channel->controller; in dma_channel_program() local 268 struct musb_dma_controller *controller = private_data; in dma_controller_irq() local 381 struct musb_dma_controller *controller = container_of(c, in musbhs_dma_controller_destroy() local 396 struct musb_dma_controller *controller; in dma_controller_alloc() local 416 struct musb_dma_controller *controller; in musbhs_dma_controller_create() local [all …]
|
D | musb_cppi41.c | 37 struct dma_controller controller; member 187 struct cppi41_dma_controller *controller; in cppi41_recheck_tx_req() local 226 struct cppi41_dma_controller *controller; in cppi41_dma_callback() local 342 struct cppi41_dma_controller *controller = cppi41_channel->controller; in cppi41_set_dma_mode() local 369 struct cppi41_dma_controller *controller = cppi41_channel->controller; in da8xx_set_dma_mode() local 395 struct cppi41_dma_controller *controller = cppi41_channel->controller; in cppi41_set_autoreq_mode() local 416 struct cppi41_dma_controller *controller = cppi41_channel->controller; in cppi41_configure_channel() local 485 struct cppi41_dma_controller *controller = container_of(c, in cppi41_dma_channel_allocate() local 558 struct cppi41_dma_controller *controller = cppi41_channel->controller; in cppi41_is_compatible() local 576 struct cppi41_dma_controller *controller = cppi41_channel->controller; in cppi41_dma_channel_abort() local [all …]
|
D | ux500_dma.c | 32 struct ux500_dma_controller *controller; member 43 struct dma_controller controller; member 131 struct ux500_dma_controller *controller = container_of(c, in ux500_dma_channel_allocate() local 210 struct ux500_dma_controller *controller = ux500_channel->controller; in ux500_dma_channel_abort() local 239 static void ux500_dma_controller_stop(struct ux500_dma_controller *controller) in ux500_dma_controller_stop() 266 static int ux500_dma_controller_start(struct ux500_dma_controller *controller) in ux500_dma_controller_start() 349 struct ux500_dma_controller *controller = container_of(c, in ux500_dma_controller_destroy() local 360 struct ux500_dma_controller *controller; in ux500_dma_controller_create() local
|
D | cppi_dma.h | 77 struct cppi *controller; member 110 struct dma_controller controller; member 126 struct cppi41_dma_controller *controller; member
|
/Linux-v6.6/drivers/spi/ |
D | spi-fsl-lpspi.c | 173 static bool fsl_lpspi_can_dma(struct spi_controller *controller, in fsl_lpspi_can_dma() 196 static int lpspi_prepare_xfer_hardware(struct spi_controller *controller) in lpspi_prepare_xfer_hardware() 211 static int lpspi_unprepare_xfer_hardware(struct spi_controller *controller) in lpspi_unprepare_xfer_hardware() 336 static int fsl_lpspi_dma_configure(struct spi_controller *controller) in fsl_lpspi_dma_configure() 416 static int fsl_lpspi_setup_transfer(struct spi_controller *controller, in fsl_lpspi_setup_transfer() 464 static int fsl_lpspi_target_abort(struct spi_controller *controller) in fsl_lpspi_target_abort() 480 static int fsl_lpspi_wait_for_completion(struct spi_controller *controller) in fsl_lpspi_wait_for_completion() 550 static int fsl_lpspi_dma_transfer(struct spi_controller *controller, in fsl_lpspi_dma_transfer() 643 static void fsl_lpspi_dma_exit(struct spi_controller *controller) in fsl_lpspi_dma_exit() 658 struct spi_controller *controller) in fsl_lpspi_dma_init() [all …]
|
D | spi-qup.c | 155 static inline bool spi_qup_is_flag_set(struct spi_qup *controller, u32 flag) in spi_qup_is_flag_set() 171 static inline unsigned int spi_qup_len(struct spi_qup *controller) in spi_qup_len() 176 static inline bool spi_qup_is_valid_state(struct spi_qup *controller) in spi_qup_is_valid_state() 183 static int spi_qup_set_state(struct spi_qup *controller, u32 state) in spi_qup_set_state() 228 static void spi_qup_read_from_fifo(struct spi_qup *controller, u32 num_words) in spi_qup_read_from_fifo() 261 static void spi_qup_read(struct spi_qup *controller, u32 *opflags) in spi_qup_read() 316 static void spi_qup_write_to_fifo(struct spi_qup *controller, u32 num_words) in spi_qup_write_to_fifo() 347 static void spi_qup_write(struct spi_qup *controller) in spi_qup_write() 578 static bool spi_qup_data_pending(struct spi_qup *controller) in spi_qup_data_pending() 593 struct spi_qup *controller = dev_id; in spi_qup_qup_irq() local [all …]
|
D | spi-imx.c | 92 struct spi_controller *controller; member 232 static bool spi_imx_can_dma(struct spi_controller *controller, struct spi_device *spi, in spi_imx_can_dma() 1201 static int spi_imx_dma_configure(struct spi_controller *controller) in spi_imx_dma_configure() 1316 struct spi_controller *controller = spi_imx->controller; in spi_imx_sdma_exit() local 1330 struct spi_controller *controller) in spi_imx_sdma_init() 1401 struct spi_controller *controller = spi_imx->controller; in spi_imx_dma_transfer() local 1615 static int spi_imx_transfer_one(struct spi_controller *controller, in spi_imx_transfer_one() 1666 spi_imx_prepare_message(struct spi_controller *controller, struct spi_message *msg) in spi_imx_prepare_message() 1687 spi_imx_unprepare_message(struct spi_controller *controller, struct spi_message *msg) in spi_imx_unprepare_message() 1696 static int spi_imx_target_abort(struct spi_controller *controller) in spi_imx_target_abort() [all …]
|
D | spi-loongson-core.c | 197 struct spi_controller *controller; in loongson_spi_init_controller() local 235 struct spi_controller *controller; in loongson_spi_suspend() local 255 struct spi_controller *controller; in loongson_spi_resume() local
|
D | spi-pxa2xx.c | 931 static bool pxa2xx_spi_can_dma(struct spi_controller *controller, in pxa2xx_spi_can_dma() 942 static int pxa2xx_spi_transfer_one(struct spi_controller *controller, in pxa2xx_spi_transfer_one() 1124 static int pxa2xx_spi_target_abort(struct spi_controller *controller) in pxa2xx_spi_target_abort() 1133 static void pxa2xx_spi_handle_err(struct spi_controller *controller, in pxa2xx_spi_handle_err() 1154 static int pxa2xx_spi_unprepare_transfer(struct spi_controller *controller) in pxa2xx_spi_unprepare_transfer() 1406 static int pxa2xx_spi_fw_translate_cs(struct spi_controller *controller, in pxa2xx_spi_fw_translate_cs() 1439 struct spi_controller *controller; in pxa2xx_spi_probe() local
|
D | spi-pxa2xx-dma.c | 185 struct spi_controller *controller = drv_data->controller; in pxa2xx_spi_dma_setup() local 210 struct spi_controller *controller = drv_data->controller; in pxa2xx_spi_dma_release() local
|
/Linux-v6.6/drivers/peci/ |
D | core.c | 21 struct peci_controller *controller = to_peci_controller(dev); in peci_controller_dev_release() local 32 int peci_controller_scan_devices(struct peci_controller *controller) in peci_controller_scan_devices() 49 struct peci_controller *controller; in peci_controller_alloc() local 90 struct peci_controller *controller = _controller; in unregister_controller() local 118 struct peci_controller *controller; in devm_peci_controller_add() local
|
D | device.c | 116 static int peci_detect(struct peci_controller *controller, u8 addr) in peci_detect() 149 int peci_device_create(struct peci_controller *controller, u8 addr) in peci_device_create()
|
/Linux-v6.6/drivers/gpio/ |
D | gpio-zevio.c | 79 struct zevio_gpio *controller = gpiochip_get_data(chip); in zevio_gpio_get() local 95 struct zevio_gpio *controller = gpiochip_get_data(chip); in zevio_gpio_set() local 111 struct zevio_gpio *controller = gpiochip_get_data(chip); in zevio_gpio_direction_input() local 128 struct zevio_gpio *controller = gpiochip_get_data(chip); in zevio_gpio_direction_output() local 172 struct zevio_gpio *controller; in zevio_gpio_probe() local
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
D | hw_table.c | 40 mlx5_sf_controller_to_hwc(struct mlx5_core_dev *dev, u32 controller) in mlx5_sf_controller_to_hwc() 47 u16 mlx5_sf_sw_to_hw_id(struct mlx5_core_dev *dev, u32 controller, u16 sw_id) in mlx5_sf_sw_to_hw_id() 74 static int mlx5_sf_hw_table_id_alloc(struct mlx5_sf_hw_table *table, u32 controller, in mlx5_sf_hw_table_id_alloc() 103 static void mlx5_sf_hw_table_id_free(struct mlx5_sf_hw_table *table, u32 controller, int id) in mlx5_sf_hw_table_id_free() 112 int mlx5_sf_hw_table_sf_alloc(struct mlx5_core_dev *dev, u32 controller, u32 usr_sfnum) in mlx5_sf_hw_table_sf_alloc() 160 void mlx5_sf_hw_table_sf_free(struct mlx5_core_dev *dev, u32 controller, u16 id) in mlx5_sf_hw_table_sf_free() 181 void mlx5_sf_hw_table_sf_deferred_free(struct mlx5_core_dev *dev, u32 controller, u16 id) in mlx5_sf_hw_table_sf_deferred_free()
|
/Linux-v6.6/drivers/peci/controller/ |
D | peci-npcm.c | 67 struct peci_controller *controller; member 73 static int npcm_peci_xfer(struct peci_controller *controller, u8 addr, struct peci_request *req) in npcm_peci_xfer() 233 struct peci_controller *controller; in npcm_peci_probe() local
|
/Linux-v6.6/drivers/gpu/drm/i915/display/ |
D | intel_backlight_regs.h | 98 #define BXT_BLC_PWM_CTL(controller) _MMIO_PIPE(controller, \ argument 100 #define BXT_BLC_PWM_FREQ(controller) _MMIO_PIPE(controller, \ argument 102 #define BXT_BLC_PWM_DUTY(controller) _MMIO_PIPE(controller, \ argument
|
/Linux-v6.6/drivers/usb/host/ |
D | ehci-sysfs.c | 151 struct device *controller = ehci_to_hcd(ehci)->self.controller; in create_sysfs_files() local 167 struct device *controller = ehci_to_hcd(ehci)->self.controller; in remove_sysfs_files() local
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | pasemi_nand.c | 32 struct nand_controller controller; member 103 struct nand_controller *controller; in pasemi_nand_probe() local
|
D | cs553x_nand.c | 98 to_cs553x(struct nand_controller *controller) in to_cs553x() 262 struct cs553x_nand_controller *controller; in cs553x_init_one() local 394 struct cs553x_nand_controller *controller = controllers[i]; in cs553x_cleanup() local
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | devlink_port.c | 105 u32 controller, u32 sfnum) in mlx5_esw_offloads_sf_devlink_port_attrs_set() 120 u32 controller, u32 sfnum) in mlx5_esw_offloads_sf_devlink_port_init()
|