Home
last modified time | relevance | path

Searched defs:alt (Results 1 – 25 of 159) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ddisplayport.c21 struct typec_altmode *alt; member
48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter()
108 static int ucsi_displayport_exit(struct typec_altmode *alt) in ucsi_displayport_exit()
197 static int ucsi_displayport_vdm(struct typec_altmode *alt, in ucsi_displayport_vdm()
292 void ucsi_displayport_remove_partner(struct typec_altmode *alt) in ucsi_displayport_remove_partner()
314 struct typec_altmode *alt; in ucsi_register_displayport() local
H A Ducsi.c223 static int ucsi_altmode_next_mode(struct typec_altmode **alt, u16 svid) in ucsi_altmode_next_mode()
239 static int ucsi_next_altmode(struct typec_altmode **alt) in ucsi_next_altmode()
254 struct typec_altmode *alt; in ucsi_register_altmode() local
340 struct ucsi_altmode alt; in ucsi_register_altmodes_nvidia() local
415 struct ucsi_altmode alt[2]; in ucsi_register_altmodes() local
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Duas-detect.h19 struct usb_host_interface *alt = &intf->altsetting[i]; in uas_find_uas_alt_setting() local
28 static int uas_find_endpoints(struct usb_host_interface *alt, in uas_find_endpoints()
63 struct usb_host_interface *alt; in uas_use_uas_driver() local
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dva_layout.c154 void __init kvm_update_va_mask(struct alt_instr *alt, in kvm_update_va_mask()
188 void kvm_patch_vector_branch(struct alt_instr *alt, in kvm_patch_vector_branch()
286 void kvm_get_kimage_voffset(struct alt_instr *alt, in kvm_get_kimage_voffset()
292 void kvm_compute_final_ctr_el0(struct alt_instr *alt, in kvm_compute_final_ctr_el0()
/OK3568_Linux_fs/kernel/drivers/usb/typec/altmodes/
H A Ddisplayport.h6 int dp_altmode_probe(struct typec_altmode *alt) { return -ENOTSUPP; } in dp_altmode_probe()
7 void dp_altmode_remove(struct typec_altmode *alt) { } in dp_altmode_remove()
H A Dnvidia.c12 static int nvidia_altmode_probe(struct typec_altmode *alt) in nvidia_altmode_probe()
20 static void nvidia_altmode_remove(struct typec_altmode *alt) in nvidia_altmode_remove()
H A Ddisplayport.c77 struct typec_altmode *alt; member
259 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention()
285 static int dp_altmode_vdm(struct typec_altmode *alt, in dp_altmode_vdm()
343 static int dp_altmode_activate(struct typec_altmode *alt, int activate) in dp_altmode_activate()
541 int dp_altmode_probe(struct typec_altmode *alt) in dp_altmode_probe()
587 void dp_altmode_remove(struct typec_altmode *alt) in dp_altmode_remove()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dalternative.c45 static __always_inline bool branch_insn_requires_update(struct alt_instr *alt, unsigned long pc) in branch_insn_requires_update()
53 static __always_inline u32 get_alt_insn(struct alt_instr *alt, __le32 *insnptr, __le32 *altinsnptr) in get_alt_insn()
98 static noinstr void patch_alternative(struct alt_instr *alt, in patch_alternative()
139 struct alt_instr *alt; in __apply_alternatives() local
H A Dproton-pack.c580 void __init spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, in spectre_v4_patch_fw_mitigation_enable()
600 void __init smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, in smccc_patch_fw_mitigation_conduit()
1071 void noinstr spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, in spectre_bhb_patch_loop_mitigation_enable()
1082 void noinstr spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, in spectre_bhb_patch_fw_mitigation_enabled()
1093 void noinstr spectre_bhb_patch_loop_iter(struct alt_instr *alt, in spectre_bhb_patch_loop_iter()
1114 void noinstr spectre_bhb_patch_wa3(struct alt_instr *alt, in spectre_bhb_patch_wa3()
1140 void __init spectre_bhb_patch_clearbhb(struct alt_instr *alt, in spectre_bhb_patch_clearbhb()
/OK3568_Linux_fs/kernel/tools/objtool/
H A Dspecial.c54 void __weak arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative()
67 struct special_alt *alt) in get_alt_entry()
128 struct special_alt *alt; in special_get_alts() local
/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dbus.c14 typec_altmode_set_mux(struct altmode *alt, unsigned long conf, void *data) in typec_altmode_set_mux()
297 struct typec_altmode *alt = to_typec_altmode(dev); in description_show() local
336 static int typec_altmode_create_links(struct altmode *alt) in typec_altmode_create_links()
353 static void typec_altmode_remove_links(struct altmode *alt) in typec_altmode_remove_links()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dati_remote2.c802 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_probe() local
893 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_disconnect() local
916 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_suspend() local
940 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_resume() local
966 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_reset_resume() local
997 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_pre_reset() local
1017 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_post_reset() local
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dmessage.c1243 struct usb_host_interface *alt = intf->cur_altsetting; in create_intf_ep_devs() local
1257 struct usb_host_interface *alt = intf->cur_altsetting; in remove_intf_ep_devs() local
1342 struct usb_host_interface *alt = intf->cur_altsetting; in usb_disable_interface() local
1478 struct usb_host_interface *alt = intf->cur_altsetting; in usb_enable_interface() local
1526 struct usb_host_interface *alt; in usb_set_interface() local
1738 struct usb_host_interface *alt; in usb_reset_configuration() local
1821 struct usb_host_interface *alt; in usb_if_uevent() local
2060 struct usb_host_interface *alt; in usb_set_configuration() local
H A Dconfig.c229 struct usb_host_interface *alt; in config_endpoint_is_duplicate() local
490 struct usb_host_interface *alt = &intfc->altsetting[j]; in usb_release_interface_cache() local
506 struct usb_host_interface *alt; in usb_parse_interface() local
/OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/
H A Dtheme_overrides.css99 [alt='Permalink'] { color: #eee; } selector
100 [alt='Permalink']:hover { color: black; } selector
/OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/
H A Dtheme_overrides.css99 [alt='Permalink'] { color: #eee; } selector
100 [alt='Permalink']:hover { color: black; } selector
/OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/
H A Dcpia2_usb.c371 static int configure_transfer_mode(struct camera_data *cam, unsigned int alt) in configure_transfer_mode()
444 unsigned int alt) in cpia2_usb_change_streaming_alternate()
473 static int set_alternate(struct camera_data *cam, unsigned int alt) in set_alternate()
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.c274 struct usb_host_interface *alt; in stv06xx_start() local
313 struct usb_host_interface *alt; in stv06xx_isoc_init() local
336 struct usb_host_interface *alt; in stv06xx_isoc_nego() local
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-sti.c50 unsigned char alt; member
61 int alt = pin_desc->alt; in sti_alternate_select() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeocoordinate_p.h68 double alt; variable
/OK3568_Linux_fs/kernel/sound/usb/
H A Dhelper.h22 #define get_endpoint(alt,ep) (&(alt)->endpoint[ep].desc) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeotiledmappingmanagerengine_nokia.h91 QString alt; variable
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-rds-gen.c130 bool alt) in vivid_rds_gen_fill()
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Dspecial.c10 void arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c289 CompAlternateVisual * alt) in compAddAlternateVisual()
360 int alt, ret = 0; in compAddAlternateVisuals() local

1234567