Searched refs:device_data (Results 1 - 25 of 55) sorted by last modified time

123

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_scsi.c6223 struct lpfc_device_data *device_data; local
6239 device_data = __lpfc_get_device_data(phba,
6244 if (!device_data) {
6246 device_data = lpfc_create_device_data(phba,
6252 if (!device_data)
6255 list_add_tail(&device_data->listentry, &phba->luns);
6257 device_data->rport_data = rport->dd_data;
6258 device_data->available = true;
6260 sdev->hostdata = device_data;
6357 struct lpfc_device_data *device_data local
[all...]
H A Dlpfc_mem.c242 struct lpfc_device_data *device_data; local
286 device_data = list_first_entry(&phba->luns,
289 list_del(&device_data->listentry);
290 mempool_free(device_data, phba->device_data_mem_pool);
/linux-master/sound/core/
H A Dcontrol.c2305 struct snd_card *card = device->device_data;
2321 struct snd_card *card = device->device_data;
2340 struct snd_card *card = device->device_data;
H A Dtimer.c971 struct snd_timer *timer = device->device_data;
977 struct snd_timer *timer = dev->device_data;
1015 struct snd_timer *timer = device->device_data;
1082 dev.device_data = timer;
H A Dseq_device.c156 struct snd_seq_device *dev = device->device_data;
167 struct snd_seq_device *dev = device->device_data;
180 struct snd_seq_device *dev = device->device_data;
H A Drawmidi.c1939 struct snd_rawmidi *rmidi = device->device_data;
1958 struct snd_rawmidi *rmidi = device->device_data;
2048 struct snd_rawmidi *rmidi = device->device_data;
H A Dpcm.c870 struct snd_pcm *pcm = device->device_data;
1046 if (snd_BUG_ON(!device || !device->device_data))
1048 pcm = device->device_data;
1085 struct snd_pcm *pcm = device->device_data;
H A Djack.c43 struct snd_jack *jack = device->device_data;
62 struct snd_jack *jack = device->device_data;
85 struct snd_jack *jack = device->device_data;
H A Dhwdep.c414 snd_hwdep_free(device->device_data);
420 struct snd_hwdep *hwdep = device->device_data;
458 struct snd_hwdep *hwdep = device->device_data;
H A Dcompress_offload.c1022 if (snd_BUG_ON(!device || !device->device_data))
1024 compr = device->device_data;
1044 compr = device->device_data;
1117 compr = device->device_data;
/linux-master/sound/usb/
H A Dmixer.c2944 struct usb_mixer_interface *mixer = device->device_data;
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_rl.c415 u32 max_val = rl_data->device_data->scale_ref;
554 struct adf_rl_hw_data *device_data = &accel_dev->hw_device->rl_data; local
565 avail_slice_cycles *= device_data->slices.pke_cnt;
568 avail_slice_cycles *= device_data->slices.cph_cnt;
571 avail_slice_cycles *= device_data->slices.dcpr_cnt;
577 do_div(avail_slice_cycles, device_data->scan_interval);
579 do_div(allocated_tokens, device_data->scale_ref);
587 struct adf_rl_hw_data *device_data = &accel_dev->hw_device->rl_data; local
596 do_div(avail_ae_cycles, device_data->scan_interval);
598 sla_val *= device_data
610 struct adf_rl_hw_data *device_data = &accel_dev->hw_device->rl_data; local
724 struct adf_rl_hw_data *device_data = rl_data->device_data; local
[all...]
H A Dadf_rl.h103 * @device_data: pointer to rate limiting data specific to a device type (or revision)
114 struct adf_rl_hw_data *device_data; member in struct:adf_rl
/linux-master/sound/spi/
H A Dat73c213.c867 struct snd_at73c213 *chip = device->device_data;
/linux-master/sound/pci/hda/
H A Dhda_codec.c841 snd_hda_codec_register(device->device_data);
872 snd_hda_codec_unregister(device->device_data);
H A Dhda_beep.c163 struct hda_beep *beep = device->device_data;
174 struct hda_beep *beep = device->device_data;
187 struct hda_beep *beep = device->device_data;
H A Dhda_intel.c1396 struct azx *chip = device->device_data;
1407 azx_free(device->device_data);
/linux-master/sound/pci/ctxfi/
H A Dctatc.c1251 struct ct_atc *atc = dev->device_data;
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c59 .data = hdev->bpf.device_data,
67 if (!hdev->bpf.device_data)
233 /* hdev->bpf.device_data is already allocated, abort */
234 if (hdev->bpf.device_data)
237 return __hid_bpf_allocate_data(hdev, &hdev->bpf.device_data, &hdev->bpf.allocated_data);
520 kfree(hdev->bpf.device_data);
521 hdev->bpf.device_data = NULL;
/linux-master/include/linux/
H A Dhid_bpf.h119 u8 *device_data; /* allocated when a bpf program of type member in struct:hid_bpf
/linux-master/drivers/input/misc/
H A Dsoc_button_array.c433 const struct soc_device_data *device_data; local
440 device_data = acpi_device_get_match_data(dev);
441 if (device_data && device_data->check) {
442 error = device_data->check(dev);
447 if (device_data && device_data->button_info) {
448 button_info = device_data->button_info;
484 if (!device_data || !device_data
[all...]
/linux-master/sound/aoa/
H A Daoa.h118 void *device_data, const struct snd_device_ops *ops);
/linux-master/drivers/input/touchscreen/
H A Dbu21013_ts.c236 static irqreturn_t bu21013_gpio_irq(int irq, void *device_data) argument
238 struct bu21013_ts *ts = device_data;
/linux-master/sound/sparc/
H A Dcs4231.c1768 struct snd_cs4231 *cp = device->device_data;
1935 struct snd_cs4231 *cp = device->device_data;
H A Damd7930.c908 struct snd_amd7930 *amd = device->device_data;

Completed in 585 milliseconds

123