/third_party/skia/tools/fonts/ |
H A D | create_test_font.cpp | 212 SkPath::Verb verb = verbs[index]; in output_font() local
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/ |
H A D | vt.c | 426 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 D | qman_priv.h | 42 u8 verb; member 60 u8 verb; member 69 u8 verb; member
|
H A D | bman.c | 147 u8 verb; member
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | command.h | 186 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 D | hdac_device.c | 224 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 D | hda_sysfs.c | 236 int nid, verb, param; in parse_init_verbs() local
|
H A D | patch_via.c | 317 unsigned int verb, parm; in __analog_low_current_mode() local
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | command.h | 186 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 D | qman_priv.h | 42 u8 verb; member 60 u8 verb; member 69 u8 verb; member
|
H A D | bman.c | 147 u8 verb; member
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/ |
H A D | vt.c | 380 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 D | hdac_device.c | 224 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 D | patch_cs8409.c | 1096 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 D | hda_sysfs.c | 235 int nid, verb, param; in parse_init_verbs() local
|
H A D | patch_via.c | 317 unsigned int verb, parm; in __analog_low_current_mode() local
|
/third_party/alsa-utils/alsaucm/ |
H A D | dump.c | 282 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 D | utils.c | 621 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 D | SkPathPriv.h | 294 static int PtsInIter(unsigned verb) { in PtsInIter() argument [all...] |
/third_party/skia/include/private/ |
H A D | SkPathRef.h | 112 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 D | pathkit_wasm_bindings.cpp | 264 SkPath::Verb verb; in ToCanvas() local
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvsi.c | 540 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 D | hvsi.c | 540 static int hvsi_query(struct hvsi_struct *hp, uint16_t verb) in hvsi_query() argument
|
/third_party/node/src/ |
H A D | inspector_socket_server.cc | 246 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 D | AAConvexPathRenderer.cpp | 299 SkPath::Verb verb = iter.next(pts); in get_segments() local
|