Home
last modified time | relevance | path

Searched refs:device_no (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/include/pcmcia/
H A Ddevice_id.h162 .device_no = (mfc), }
169 .device_no = (mfc), }
176 .device_no = (mfc), }
184 .device_no = (mfc), }
192 .device_no = (mfc), }
201 .device_no = (mfc), }
245 .device_no = (mfc), \
H A Dds.h95 u8 device_no; member
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dds.c100 __u8 func_id, function, device_no; in new_id_store() local
106 &match_flags, &manf_id, &card_id, &func_id, &function, &device_no, in new_id_store()
120 dynid->id.device_no = device_no; in new_id_store()
304 (p_dev->socket->device_count == 1) && (p_dev->device_no == 0)) in pcmcia_device_probe()
370 (p_dev->device_no == 0)) in pcmcia_device_remove()
501 p_dev->device_no = (s->device_count++); in pcmcia_device_add()
505 if ((p_dev->device_no >= 2) && (function == 0)) in pcmcia_device_add()
509 if (p_dev->device_no >= 4) in pcmcia_device_add()
521 dev_set_name(&p_dev->dev, "%d.%d", p_dev->socket->sock, p_dev->device_no); in pcmcia_device_add()
852 if (dev->device_no != did->device_no) in pcmcia_devmatch()
[all …]
/OK3568_Linux_fs/kernel/Documentation/pcmcia/
H A Ddriver.rst11 echo "match_flags manf_id card_id func_id function device_no \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dsfnt_info.h43 short device_no; /* synthesizer number */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dsfnt_info.h43 short device_no; /* synthesizer number */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsfnt_info.h43 short device_no; /* synthesizer number */ member
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dims-pcu.c57 unsigned int device_no; member
216 "IMS PCU#%d Button Interface", pcu->device_no); in ims_pcu_setup_buttons()
302 "IMS PCU#%d Gamepad Interface", pcu->device_no); in ims_pcu_setup_gamepad()
1006 "pcu%d::kbd_backlight", pcu->device_no); in ims_pcu_setup_backlight()
1860 static atomic_t device_no = ATOMIC_INIT(-1); in ims_pcu_init_application_mode() local
1891 pcu->device_no = atomic_inc_return(&device_no); in ims_pcu_init_application_mode()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsoundcard.h215 short device_no; /* Synthesizer number */ member
302 short device_no; /* Synthesizer number */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsoundcard.h215 short device_no; /* Synthesizer number */ member
302 short device_no; /* Synthesizer number */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsoundcard.h219 short device_no; /* Synthesizer number */ member
306 short device_no; /* Synthesizer number */ member
/OK3568_Linux_fs/kernel/scripts/mod/
H A Ddevicetable-offsets.c82 DEVID_FIELD(pcmcia_device_id, device_no); in main()
H A Dfile2alias.c667 DEF_FIELD(symval, pcmcia_device_id, device_no); in do_pcmcia_entry()
684 device_no); in do_pcmcia_entry()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmod_devicetable.h289 __u8 device_no; member