Home
last modified time | relevance | path

Searched refs:pcu (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/input/misc/
H A Dims-pcu.c183 static void ims_pcu_buttons_report(struct ims_pcu *pcu, u32 data) in ims_pcu_buttons_report() argument
185 struct ims_pcu_buttons *buttons = &pcu->buttons; in ims_pcu_buttons_report()
199 static int ims_pcu_setup_buttons(struct ims_pcu *pcu, in ims_pcu_setup_buttons() argument
203 struct ims_pcu_buttons *buttons = &pcu->buttons; in ims_pcu_setup_buttons()
210 dev_err(pcu->dev, "Not enough memory for input device\n"); in ims_pcu_setup_buttons()
215 "IMS PCU#%d Button Interface", pcu->device_no); in ims_pcu_setup_buttons()
217 usb_make_path(pcu->udev, buttons->phys, sizeof(buttons->phys)); in ims_pcu_setup_buttons()
224 usb_to_input_id(pcu->udev, &input->id); in ims_pcu_setup_buttons()
225 input->dev.parent = &pcu->ctrl_intf->dev; in ims_pcu_setup_buttons()
238 dev_err(pcu->dev, in ims_pcu_setup_buttons()
[all …]
/linux/drivers/net/wireless/ath/ath5k/
H A DMakefile9 ath5k-y += pcu.o
/linux/drivers/edac/
H A Dimh_base.c128 DEFINE_LOCAL_REG(reg, cfg, pkg, north, pcu, 0, capid3); in get_imc_bitmap()