Home
last modified time | relevance | path

Searched refs:bcm_data (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/tty/serial/8250/
D8250_bcm2835aux.c88 const struct bcm2835_aux_serial_driver_data *bcm_data; in bcm2835aux_serial_probe() local
136 bcm_data = device_get_match_data(&pdev->dev); in bcm2835aux_serial_probe()
148 if (bcm_data) in bcm2835aux_serial_probe()
149 offset = bcm_data->offset; in bcm2835aux_serial_probe()
/Linux-v6.1/drivers/bluetooth/
Dhci_bcm.c149 struct bcm_data { struct
328 static int bcm_request_irq(struct bcm_data *bcm) in bcm_request_irq()
387 struct bcm_data *bcm = hu->priv; in bcm_setup_sleep()
407 static inline int bcm_request_irq(struct bcm_data *bcm) { return 0; } in bcm_request_irq()
414 struct bcm_data *bcm = hu->priv; in bcm_set_diag()
436 struct bcm_data *bcm; in bcm_open()
522 struct bcm_data *bcm = hu->priv; in bcm_close()
565 struct bcm_data *bcm = hu->priv; in bcm_flush()
576 struct bcm_data *bcm = hu->priv; in bcm_setup()
688 struct bcm_data *bcm = hu->priv; in bcm_recv()
[all …]