Symbol: bcm_data
drivers/bluetooth/hci_bcm.c
181
struct bcm_data *bcm = hu->priv;
drivers/bluetooth/hci_bcm.c
334
static int bcm_request_irq(struct bcm_data *bcm)
drivers/bluetooth/hci_bcm.c
393
struct bcm_data *bcm = hu->priv;
drivers/bluetooth/hci_bcm.c
413
static inline int bcm_request_irq(struct bcm_data *bcm) { return 0; }
drivers/bluetooth/hci_bcm.c
420
struct bcm_data *bcm = hu->priv;
drivers/bluetooth/hci_bcm.c
442
struct bcm_data *bcm;
drivers/bluetooth/hci_bcm.c
528
struct bcm_data *bcm = hu->priv;
drivers/bluetooth/hci_bcm.c
571
struct bcm_data *bcm = hu->priv;
drivers/bluetooth/hci_bcm.c
582
struct bcm_data *bcm = hu->priv;
drivers/bluetooth/hci_bcm.c
695
struct bcm_data *bcm = hu->priv;
drivers/bluetooth/hci_bcm.c
722
struct bcm_data *bcm = hu->priv;
drivers/bluetooth/hci_bcm.c
735
struct bcm_data *bcm = hu->priv;
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
1465
const struct bcm_db *bcm_data[GMU_MAX_BCMS] = { 0 };
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
1477
bcm_data[bcm_index] = cmd_db_read_aux_data(bcm->name, &count);
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
1478
if (IS_ERR(bcm_data[bcm_index]))
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
1479
return PTR_ERR(bcm_data[bcm_index]);
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
1503
(bcm_data[bcm_index + 1] &&
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
1504
bcm_data[bcm_index]->vcd != bcm_data[bcm_index + 1]->vcd))
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
1525
peak = (u64)bw * le16_to_cpu(bcm_data[bcm_index]->width);
drivers/gpu/drm/msm/adreno/a6xx_gmu.c
1530
do_div(peak, le32_to_cpu(bcm_data[bcm_index]->unit));