/third_party/vk-gl-cts/scripts/egl/ |
H A D | func_ptrs.py | 36 def gen (iface): 37 genCommandList(iface, commandTypedefDecl, EGL_WRAPPER_DIR, "eglwFunctionTypes.inl", True) 38 genCommandList(iface, commandMemberDecl, EGL_WRAPPER_DIR, "eglwFunctions.inl", True)
|
H A D | str_util.py | 164 def gen (iface): 170 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups))) 171 writeInlFile(implFile, genStrUtilImpls(iface, enumGroups, bitfieldGroups))
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_func_ptrs.py | 35 def genFunctionPointers (iface): 36 genCommandList(iface, commandTypedefDecl, OPENGL_INC_DIR, "glwFunctionTypes.inl", True) 37 genCommandList(iface, commandMemberDecl, OPENGL_INC_DIR, "glwFunctions.inl", True)
|
H A D | gen_query_util.py | 68 def genQueryUtil (iface): 73 writeInlFile(utilFile, genQueryEnumUtilImpls(iface, queryNumOutArgs)) 76 writeInlFile(utilFile, genSetEnumUtilImpls(iface, setNumInArgs))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_group.c | 266 * (iface, MAC tuple) by using peer's MB IE on iface. 268 * @iface: iface on which FST Setup Request was received 269 * @peer_addr: Peer address on iface 272 * "other" iface) 274 * This function parses peer's MB IE on iface. It looks for peer's MAC address 280 fst_group_get_peer_other_connection_1(struct fst_iface *iface, in fst_group_get_peer_other_connection_1() argument 288 /* Get peer's MB IEs on iface */ in fst_group_get_peer_other_connection_1() 289 mbies = fst_iface_get_peer_mb_ie(iface, peer_add in fst_group_get_peer_other_connection_1() 335 fst_group_get_peer_other_connection_2(struct fst_iface *iface, const u8 *peer_addr, u8 band_id, u8 *other_peer_addr) fst_group_get_peer_other_connection_2() argument 391 fst_group_get_peer_other_connection(struct fst_iface *iface, const u8 *peer_addr, u8 band_id, u8 *other_peer_addr) fst_group_get_peer_other_connection() argument [all...] |
H A D | fst_session.h | 21 void fst_session_global_on_iface_detached(struct fst_iface *iface); 26 void fst_session_set_iface(struct fst_session *s, struct fst_iface *iface, 34 void fst_session_handle_action(struct fst_session *s, struct fst_iface *iface, 55 void fst_session_on_action_rx(struct fst_iface *iface,
|
H A D | fst_internal.h | 27 #define fst_printf_iface(iface, level, format, ...) \ 28 fst_printf_group(fst_iface_get_group(iface), (level), "%s: " format, \ 29 fst_iface_get_name(iface), ##__VA_ARGS__)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_group.c | 266 * (iface, MAC tuple) by using peer's MB IE on iface. 268 * @iface: iface on which FST Setup Request was received 269 * @peer_addr: Peer address on iface 272 * "other" iface) 274 * This function parses peer's MB IE on iface. It looks for peer's MAC address 280 fst_group_get_peer_other_connection_1(struct fst_iface *iface, in fst_group_get_peer_other_connection_1() argument 288 /* Get peer's MB IEs on iface */ in fst_group_get_peer_other_connection_1() 289 mbies = fst_iface_get_peer_mb_ie(iface, peer_add in fst_group_get_peer_other_connection_1() 335 fst_group_get_peer_other_connection_2(struct fst_iface *iface, const u8 *peer_addr, u8 band_id, u8 *other_peer_addr) fst_group_get_peer_other_connection_2() argument 391 fst_group_get_peer_other_connection(struct fst_iface *iface, const u8 *peer_addr, u8 band_id, u8 *other_peer_addr) fst_group_get_peer_other_connection() argument [all...] |
H A D | fst_session.h | 21 void fst_session_global_on_iface_detached(struct fst_iface *iface); 26 void fst_session_set_iface(struct fst_session *s, struct fst_iface *iface, 34 void fst_session_handle_action(struct fst_session *s, struct fst_iface *iface, 55 void fst_session_on_action_rx(struct fst_iface *iface,
|
H A D | fst_internal.h | 27 #define fst_printf_iface(iface, level, format, ...) \ 28 fst_printf_group(fst_iface_get_group(iface), (level), "%s: " format, \ 29 fst_iface_get_name(iface), ##__VA_ARGS__)
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | appletouch.c | 829 static int atp_probe(struct usb_interface *iface, in atp_probe() argument 834 struct usb_device *udev = interface_to_usbdev(iface); in atp_probe() 843 iface_desc = iface->cur_altsetting; in atp_probe() 853 dev_err(&iface->dev, "Could not find int-in endpoint\n"); in atp_probe() 861 dev_err(&iface->dev, "Out of memory\n"); in atp_probe() 866 dev->intf = iface; in atp_probe() 895 input_dev->dev.parent = &iface->dev; in atp_probe() 926 usb_set_intfdata(iface, dev); in atp_probe() 936 usb_set_intfdata(iface, NULL); in atp_probe() 942 static void atp_disconnect(struct usb_interface *iface) in atp_disconnect() argument 972 atp_suspend(struct usb_interface *iface, pm_message_t message) atp_suspend() argument 980 atp_resume(struct usb_interface *iface) atp_resume() argument 990 atp_reset_resume(struct usb_interface *iface) atp_reset_resume() argument [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | appletouch.c | 829 static int atp_probe(struct usb_interface *iface, in atp_probe() argument 834 struct usb_device *udev = interface_to_usbdev(iface); in atp_probe() 843 iface_desc = iface->cur_altsetting; in atp_probe() 853 dev_err(&iface->dev, "Could not find int-in endpoint\n"); in atp_probe() 861 dev_err(&iface->dev, "Out of memory\n"); in atp_probe() 866 dev->intf = iface; in atp_probe() 895 input_dev->dev.parent = &iface->dev; in atp_probe() 926 usb_set_intfdata(iface, dev); in atp_probe() 936 usb_set_intfdata(iface, NULL); in atp_probe() 942 static void atp_disconnect(struct usb_interface *iface) in atp_disconnect() argument 972 atp_suspend(struct usb_interface *iface, pm_message_t message) atp_suspend() argument 980 atp_resume(struct usb_interface *iface) atp_resume() argument 990 atp_reset_resume(struct usb_interface *iface) atp_reset_resume() argument [all...] |
/third_party/ltp/testcases/network/stress/route/ |
H A D | route-lib.sh | 24 local iface="$1" 27 cmd="ip link $action $iface link $(tst_iface $type) type macvlan mode bridge" 31 LHOST_IFACES="$LHOST_IFACES $iface" 35 RHOST_IFACES="$RHOST_IFACES $iface"
|
H A D | route-change-gw.sh | 24 local iface="$(tst_iface)" 29 ROD ip route add $rt dev $iface via $gw 31 ROD ip route del $rt dev $iface via $gw
|
H A D | route-change-dst.sh | 22 local iface="$(tst_iface)" 29 ROD ip route add $rt dev $iface 31 ROD ip route del $rt dev $iface
|
H A D | route-change-netlink-if.sh | 7 # lhost (iface set, but not specified in Netlink API): 10.23.x.2 15 local gw gw_all iface iface_all 23 iface="$(tst_iface lhost $cnt)" 30 iface_all="$iface$IP_ADDR_DELIM$iface_all"
|
/third_party/skia/third_party/externals/spirv-cross/samples/cpp/ |
H A D | multiply.cpp | 37 auto *iface = spirv_cross_get_interface(); in main() local 40 auto *shader = iface->construct(); in main() 79 iface->invoke(shader); in main() 83 iface->destruct(shader); in main()
|
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/play/ |
H A D | wifi_connecter.c | 94 struct netif* iface = netifapi_netif_find("wlan0"); in ConnectToHotspot() local 95 if (iface) { in ConnectToHotspot() 96 err_t ret = netifapi_dhcp_start(iface); in ConnectToHotspot() 100 ret = netifapi_netif_common(iface, dhcp_clients_info_show, NULL); in ConnectToHotspot()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | midi.h | 44 struct usb_interface *iface, 50 struct usb_interface *iface, in snd_usbmidi_create() 54 return __snd_usbmidi_create(card, iface, midi_list, quirk, 0); in snd_usbmidi_create() 49 snd_usbmidi_create(struct snd_card *card, struct usb_interface *iface, struct list_head *midi_list, const struct snd_usb_audio_quirk *quirk) snd_usbmidi_create() argument
|
H A D | card.c | 100 MODULE_PARM_DESC(delayed_register, "Quirk for delayed registration, given by id:iface, e.g. 0123abcd:4."); 139 struct usb_interface *iface = usb_ifnum_to_if(dev, interface); in snd_usb_create_stream() local 141 if (!iface) { in snd_usb_create_stream() 147 alts = &iface->altsetting[0]; in snd_usb_create_stream() 160 iface = usb_ifnum_to_if(dev, interface); in snd_usb_create_stream() 161 if (!iface) in snd_usb_create_stream() 163 alts = &iface->altsetting[0]; in snd_usb_create_stream() 167 if (usb_interface_claimed(iface)) { in snd_usb_create_stream() 176 int err = __snd_usbmidi_create(chip->card, iface, in snd_usb_create_stream() 185 return usb_driver_claim_interface(&usb_audio_driver, iface, in snd_usb_create_stream() 293 struct usb_interface *iface = snd_usb_create_streams() local 661 check_delayed_register_option(struct snd_usb_audio *chip, int iface) check_delayed_register_option() argument [all...] |
/kernel/linux/linux-6.6/sound/usb/ |
H A D | midi.h | 46 struct usb_interface *iface, 53 struct usb_interface *iface, in snd_usbmidi_create() 57 return __snd_usbmidi_create(card, iface, midi_list, quirk, 0, NULL); in snd_usbmidi_create() 52 snd_usbmidi_create(struct snd_card *card, struct usb_interface *iface, struct list_head *midi_list, const struct snd_usb_audio_quirk *quirk) snd_usbmidi_create() argument
|
H A D | midi2.h | 9 struct usb_interface *iface, 19 struct usb_interface *iface, in snd_usb_midi_v2_create() 23 return __snd_usbmidi_create(chip->card, iface, &chip->midi_list, in snd_usb_midi_v2_create() 18 snd_usb_midi_v2_create(struct snd_usb_audio *chip, struct usb_interface *iface, const struct snd_usb_audio_quirk *quirk, unsigned int usb_id) snd_usb_midi_v2_create() argument
|
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | oxygen_mixer.c | 730 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ 739 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ 756 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 764 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 771 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 781 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 788 .iface = SNDRV_CTL_ELEM_IFACE_PCM, 796 .iface = SNDRV_CTL_ELEM_IFACE_PCM, 804 .iface = SNDRV_CTL_ELEM_IFACE_PCM, 817 .iface [all...] |
/kernel/linux/linux-6.6/sound/pci/oxygen/ |
H A D | oxygen_mixer.c | 730 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ 739 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ 756 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 764 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 771 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 781 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, 788 .iface = SNDRV_CTL_ELEM_IFACE_PCM, 796 .iface = SNDRV_CTL_ELEM_IFACE_PCM, 804 .iface = SNDRV_CTL_ELEM_IFACE_PCM, 817 .iface [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | arrayBestCommonTypes.js | 3 interface iface { } 4 class base implements iface { } 5 class base2 implements iface { } 43 var ifaceObj: iface = null; 56 interface iface { x: string; } 57 class base implements iface { x: string; y: string; } 58 class base2 implements iface { x: string; z: string; } 96 var ifaceObj: iface = null;
|