Home
last modified time | relevance | path

Searched defs:verb (Results 126 - 150 of 198) sorted by relevance

12345678

/third_party/skia/tools/fonts/
H A Dcreate_test_font.cpp212 SkPath::Verb verb = verbs[index]; in output_font() local
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dvt.c426 static noinline int check_support(struct rvt_dev_info *rdi, int verb) in check_support() argument
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H A Dqman_priv.h42 u8 verb; member
60 u8 verb; member
69 u8 verb; member
H A Dbman.c147 u8 verb; member
/kernel/linux/linux-5.10/include/net/sctp/
H A Dcommand.h186 enum sctp_verb verb; member
213 sctp_add_cmd_sf(struct sctp_cmd_seq *seq, enum sctp_verb verb, union sctp_arg obj) sctp_add_cmd_sf() argument
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_device.c224 snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, unsigned int verb, unsigned int parm) snd_hdac_make_cmd() argument
275 snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, unsigned int verb, unsigned int parm, unsigned int *res) snd_hdac_read() argument
334 unsigned int verb = (AC_VERB_PARAMETERS << 8) | (nid << 20) | parm; snd_hdac_override_parm() local
989 codec_read(struct hdac_device *hdac, hda_nid_t nid, int flags, unsigned int verb, unsigned int parm) codec_read() argument
1001 codec_write(struct hdac_device *hdac, hda_nid_t nid, int flags, unsigned int verb, unsigned int parm) codec_write() argument
1021 snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid, int flags, unsigned int verb, unsigned int parm) snd_hdac_codec_read() argument
1040 snd_hdac_codec_write(struct hdac_device *hdac, hda_nid_t nid, int flags, unsigned int verb, unsigned int parm) snd_hdac_codec_write() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_sysfs.c236 int nid, verb, param; in parse_init_verbs() local
H A Dpatch_via.c317 unsigned int verb, parm; in __analog_low_current_mode() local
/kernel/linux/linux-6.6/include/net/sctp/
H A Dcommand.h186 enum sctp_verb verb; member
213 sctp_add_cmd_sf(struct sctp_cmd_seq *seq, enum sctp_verb verb, union sctp_arg obj) sctp_add_cmd_sf() argument
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
H A Dqman_priv.h42 u8 verb; member
60 u8 verb; member
69 u8 verb; member
H A Dbman.c147 u8 verb; member
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dvt.c380 static noinline int check_support(struct rvt_dev_info *rdi, int verb) in check_support() argument
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_device.c224 snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, unsigned int verb, unsigned int parm) snd_hdac_make_cmd() argument
275 snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, unsigned int verb, unsigned int parm, unsigned int *res) snd_hdac_read() argument
334 unsigned int verb = (AC_VERB_PARAMETERS << 8) | (nid << 20) | parm; snd_hdac_override_parm() local
989 codec_read(struct hdac_device *hdac, hda_nid_t nid, int flags, unsigned int verb, unsigned int parm) codec_read() argument
1001 codec_write(struct hdac_device *hdac, hda_nid_t nid, int flags, unsigned int verb, unsigned int parm) codec_write() argument
1021 snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid, int flags, unsigned int verb, unsigned int parm) snd_hdac_codec_read() argument
1040 snd_hdac_codec_write(struct hdac_device *hdac, hda_nid_t nid, int flags, unsigned int verb, unsigned int parm) snd_hdac_codec_write() argument
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_cs8409.c1096 unsigned int verb = ((cmd >> 8) & 0x0fff); in cs8409_cs42l42_exec_verb() local
1326 unsigned int verb = ((cmd >> 8) & 0x0fff); in dolphin_exec_verb() local
H A Dhda_sysfs.c235 int nid, verb, param; in parse_init_verbs() local
H A Dpatch_via.c317 unsigned int verb, parm; in __analog_low_current_mode() local
/third_party/alsa-utils/alsaucm/
H A Ddump.c282 static int json_verb_start(struct renderer *r, const char *verb, const char *comment) in json_verb_start() argument
96 text_verb_start(struct renderer *r ATTRIBUTE_UNUSED, const char *verb, const char *comment) text_verb_start() argument
444 render_devlist(struct context *context, struct renderer *render, const char *verb, const char *device, const char *list, int (*begin)(struct renderer *), int (*value)(struct renderer *, const char *value, int last), int (*end)(struct renderer *)) render_devlist() argument
481 render_values(struct context *context, struct renderer *render, const char *verb, const char *device) render_values() argument
525 render_device(struct context *context, struct renderer *render, const char *verb, const char *device) render_device() argument
553 const char **list, **dev_list, *verb, *comment; render() local
[all...]
/third_party/alsa-lib/src/ucm/
H A Dutils.c621 int uc_mgr_rename_device(struct use_case_verb *verb, const char *src, in uc_mgr_rename_device() argument
644 int uc_mgr_remove_device(struct use_case_verb *verb, const char *name) in uc_mgr_remove_device() argument
735 struct use_case_verb *verb; in uc_mgr_free_verb() local
[all...]
/third_party/skia/src/core/
H A DSkPathPriv.h294 static int PtsInIter(unsigned verb) { in PtsInIter() argument
[all...]
/third_party/skia/include/private/
H A DSkPathRef.h112 SkPoint* growForVerb(int /*SkPath::Verb*/ verb, SkScalar weight = 0) { in growForVerb() argument
124 growForRepeatedVerb(int verb, int numVbs, SkScalar** weights = nullptr) growForRepeatedVerb() argument
[all...]
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp264 SkPath::Verb verb; in ToCanvas() local
/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvsi.c540 static int hvsi_query(struct hvsi_struct *hp, uint16_t verb) in hvsi_query() argument
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvsi.c540 static int hvsi_query(struct hvsi_struct *hp, uint16_t verb) in hvsi_query() argument
/third_party/node/src/
H A Dinspector_socket_server.cc246 PrintDebuggerReadyMessage( const std::string& host, const std::vector<InspectorSocketServer::ServerSocketPtr>& server_sockets, const std::vector<std::string>& ids, const char* verb, bool publish_uid_stderr, FILE* out) PrintDebuggerReadyMessage() argument
/third_party/skia/src/gpu/ops/
H A DAAConvexPathRenderer.cpp299 SkPath::Verb verb = iter.next(pts); in get_segments() local

Completed in 27 milliseconds

12345678