Home
last modified time | relevance | path

Searched defs:local (Results 426 - 450 of 887) sorted by relevance

1...<<11121314151617181920>>...36

/kernel/linux/linux-6.6/sound/isa/gus/
H A Dgus_main.c226 int l, idx, local; in snd_gus_detect_memory() local
/kernel/linux/linux-6.6/kernel/time/
H A Dtick-broadcast.c350 bool local = false; in tick_do_broadcast() local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dmain.c37 void ieee80211_configure_filter(struct ieee80211_local *local) in ieee80211_configure_filter() argument
89 struct ieee80211_local *local = ieee80211_reconfig_filter() local
95 ieee80211_hw_conf_chan(struct ieee80211_local *local) ieee80211_hw_conf_chan() argument
169 ieee80211_hw_config(struct ieee80211_local *local, u32 changed) ieee80211_hw_config() argument
214 struct ieee80211_local *local = sdata->local; ieee80211_bss_info_change_notify() local
267 struct ieee80211_local *local = sdata->local; ieee80211_vif_cfg_change_notify() local
281 struct ieee80211_local *local = sdata->local; ieee80211_link_info_change_notify() local
306 struct ieee80211_local *local = from_tasklet(local, t, tasklet); ieee80211_tasklet_handler() local
333 struct ieee80211_local *local = ieee80211_restart_work() local
396 struct ieee80211_local *local = hw_to_local(hw); ieee80211_restart_hw() local
424 struct ieee80211_local *local = ieee80211_ifa_changed() local
484 struct ieee80211_local *local = ieee80211_ifa6_changed() local
625 struct ieee80211_local *local; ieee80211_alloc_hw_nm() local
856 ieee80211_init_cipher_suites(struct ieee80211_local *local) ieee80211_init_cipher_suites() argument
934 struct ieee80211_local *local = hw_to_local(hw); ieee80211_register_hw() local
1461 struct ieee80211_local *local = hw_to_local(hw); ieee80211_unregister_hw() local
1517 struct ieee80211_local *local = hw_to_local(hw); ieee80211_free_hw() local
[all...]
H A Dvht.c756 struct ieee80211_local *local = sdata->local; in ieee80211_vht_handle_opmode() local
H A Ddebugfs.c80 struct ieee80211_local *local = file->private_data; aqm_read() local
121 struct ieee80211_local *local = file->private_data; aqm_write() local
156 struct ieee80211_local *local = file->private_data; airtime_flags_read() local
177 struct ieee80211_local *local = file->private_data; airtime_flags_write() local
208 struct ieee80211_local *local = file->private_data; aql_pending_read() local
239 struct ieee80211_local *local = file->private_data; aql_txq_limit_read() local
266 struct ieee80211_local *local = file->private_data; aql_txq_limit_write() local
369 struct ieee80211_local *local = file->private_data; force_tx_status_read() local
384 struct ieee80211_local *local = file->private_data; force_tx_status_write() local
419 struct ieee80211_local *local = file->private_data; reset_write() local
505 struct ieee80211_local *local = file->private_data; hwflags_read() local
534 struct ieee80211_local *local = file->private_data; misc_read() local
566 struct ieee80211_local *local = file->private_data; queues_read() local
587 format_devstat_counter(struct ieee80211_local *local, char __user *userbuf, size_t count, loff_t *ppos, int (*printvalue)(struct ieee80211_low_level_stats *stats, char *buf, int buflen)) format_devstat_counter() argument
641 debugfs_hw_add(struct ieee80211_local *local) debugfs_hw_add() argument
[all...]
H A Doffchannel.c27 struct ieee80211_local *local = sdata->local; in ieee80211_offchannel_ps_enable() local
63 struct ieee80211_local *local = sdata->local; ieee80211_offchannel_ps_disable() local
83 ieee80211_offchannel_stop_vifs(struct ieee80211_local *local) ieee80211_offchannel_stop_vifs() argument
133 ieee80211_offchannel_return(struct ieee80211_local *local) ieee80211_offchannel_return() argument
194 ieee80211_end_finished_rocs(struct ieee80211_local *local, unsigned long now) ieee80211_end_finished_rocs() argument
225 ieee80211_recalc_sw_work(struct ieee80211_local *local, unsigned long now) ieee80211_recalc_sw_work() argument
263 struct ieee80211_local *local = ieee80211_hw_roc_start() local
282 struct ieee80211_local *local = hw_to_local(hw); ieee80211_ready_on_channel() local
292 _ieee80211_start_next_roc(struct ieee80211_local *local) _ieee80211_start_next_roc() argument
385 ieee80211_start_next_roc(struct ieee80211_local *local) ieee80211_start_next_roc() argument
415 __ieee80211_roc_work(struct ieee80211_local *local) __ieee80211_roc_work() argument
456 struct ieee80211_local *local = ieee80211_roc_work() local
466 struct ieee80211_local *local = ieee80211_hw_roc_done() local
481 struct ieee80211_local *local = hw_to_local(hw); ieee80211_remain_on_channel_expired() local
490 ieee80211_coalesce_hw_started_roc(struct ieee80211_local *local, struct ieee80211_roc_work *new_roc, struct ieee80211_roc_work *cur_roc) ieee80211_coalesce_hw_started_roc() argument
529 ieee80211_start_roc_work(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, struct ieee80211_channel *channel, unsigned int duration, u64 *cookie, struct sk_buff *txskb, enum ieee80211_roc_type type) ieee80211_start_roc_work() argument
677 struct ieee80211_local *local = sdata->local; ieee80211_remain_on_channel() local
689 ieee80211_cancel_roc(struct ieee80211_local *local, u64 cookie, bool mgmt_tx) ieee80211_cancel_roc() argument
761 struct ieee80211_local *local = sdata->local; ieee80211_cancel_remain_on_channel() local
770 struct ieee80211_local *local = sdata->local; ieee80211_mgmt_tx() local
990 struct ieee80211_local *local = wiphy_priv(wiphy); ieee80211_mgmt_tx_cancel_wait() local
995 ieee80211_roc_setup(struct ieee80211_local *local) ieee80211_roc_setup() argument
1003 ieee80211_roc_purge(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata) ieee80211_roc_purge() argument
[all...]
/kernel/linux/linux-6.6/net/mac802154/
H A Dcfg.c22 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_add_iface_deprecated() local
44 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_suspend() local
62 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); in ieee802154_resume() local
89 struct ieee802154_local *local = wpan_phy_priv(phy); ieee802154_add_iface() local
108 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_set_channel() local
135 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_set_cca_mode() local
153 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_set_cca_ed_level() local
171 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); ieee802154_set_tx_power() local
283 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); mac802154_abort_scan() local
308 struct ieee802154_local *local = wpan_phy_priv(wpan_phy); mac802154_stop_beacons() local
[all...]
H A Diface.c146 struct ieee802154_local *local = sdata->local; in ieee802154_setup_hw() local
184 struct ieee802154_local *local = sdata->local; mac802154_slave_open() local
213 ieee802154_check_mac_settings(struct ieee802154_local *local, struct ieee802154_sub_if_data *sdata, struct ieee802154_sub_if_data *nsdata) ieee802154_check_mac_settings() argument
256 struct ieee802154_local *local = sdata->local; ieee802154_check_concurrent_iface() local
301 struct ieee802154_local *local = sdata->local; mac802154_slave_close() local
607 ieee802154_if_add(struct ieee802154_local *local, const char *name, unsigned char name_assign_type, enum nl802154_iftype type, __le64 extended_addr) ieee802154_if_add() argument
694 ieee802154_remove_interfaces(struct ieee802154_local *local) ieee802154_remove_interfaces() argument
[all...]
/kernel/linux/linux-6.6/tools/accounting/
H A Dgetdelays.c91 struct sockaddr_nl local; in create_nl_socket() local
/kernel/linux/linux-6.6/net/nfc/
H A Dllcp_commands.c192 int nfc_llcp_parse_gb_tlv(struct nfc_llcp_local *local, in nfc_llcp_parse_gb_tlv() argument
338 struct nfc_llcp_local *local; nfc_llcp_send_disconnect() local
360 struct nfc_llcp_local *local; nfc_llcp_send_symm() local
394 struct nfc_llcp_local *local; nfc_llcp_send_connect() local
470 struct nfc_llcp_local *local; nfc_llcp_send_cc() local
526 nfc_llcp_allocate_snl(struct nfc_llcp_local *local, size_t tlv_length) nfc_llcp_allocate_snl() argument
555 nfc_llcp_send_snl_sdres(struct nfc_llcp_local *local, struct hlist_head *tlv_list, size_t tlvs_len) nfc_llcp_send_snl_sdres() argument
579 nfc_llcp_send_snl_sdreq(struct nfc_llcp_local *local, struct hlist_head *tlv_list, size_t tlvs_len) nfc_llcp_send_snl_sdreq() argument
613 nfc_llcp_send_dm(struct nfc_llcp_local *local, u8 ssap, u8 dsap, u8 reason) nfc_llcp_send_dm() argument
651 struct nfc_llcp_local *local; nfc_llcp_send_i_frame() local
733 struct nfc_llcp_local *local; nfc_llcp_send_ui_frame() local
796 struct nfc_llcp_local *local; nfc_llcp_send_rr() local
[all...]
/third_party/backends/backend/
H A Drts88xx_lib.c648 SANE_Byte local[2], reg; in sanei_rts88xx_setup_nvram() local
/third_party/musl/porting/linux/user/src/time/
H A D__tz.c348 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() argument
450 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename) in __secs_to_zone() argument
/third_party/musl/src/time/
H A D__tz.c422 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() argument
524 void __secs_to_zone(long long t, int local, int *isdst, long *offset, long *oppoff, const char **zonename, int use_env) in __secs_to_zone() argument
/third_party/icu/icu4c/source/test/letest/
H A Dgendata.cpp155 struct tm *local = localtime(&now); in main() local
/third_party/lwip/src/api/
H A Dapi_lib.c269 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr() argument
[all...]
/third_party/lwip/src/core/
H A Daltcp.c478 altcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_get_tcp_addrinfo() argument
487 altcp_get_ip(struct altcp_pcb *conn, int local) in altcp_get_ip() argument
496 altcp_get_port(struct altcp_pcb *conn, int local) in altcp_get_port() argument
661 altcp_default_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_default_get_tcp_addrinfo() argument
670 altcp_default_get_ip(struct altcp_pcb *conn, int local) in altcp_default_get_ip() argument
679 altcp_default_get_port(struct altcp_pcb *conn, int local) altcp_default_get_port() argument
[all...]
H A Daltcp_tcp.c488 altcp_tcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_tcp_get_tcp_addrinfo() argument
499 altcp_tcp_get_ip(struct altcp_pcb *conn, int local) in altcp_tcp_get_ip() argument
516 altcp_tcp_get_port(struct altcp_pcb *conn, int local) in altcp_tcp_get_port() argument
/third_party/node/deps/v8/src/api/
H A Dapi.h307 ToLocal(v8::internal::MaybeHandle<v8::internal::Object> maybe, Local<T>* local) ToLocal() argument
/third_party/node/deps/v8/src/ast/
H A Dvariables.h201 void set_local_if_not_shadowed(Variable* local) { in set_local_if_not_shadowed() argument
/third_party/libcoap/src/
H A Dcoap_notls.c297 coap_local_hash_t *local = (coap_local_hash_t *)digest_ctx; in coap_digest_update() local
308 coap_local_hash_t *local = (coap_local_hash_t *)digest_ctx; in coap_digest_final() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DFormatSpec.java142 public static FormatSpec localFormat(FormatTemplate local) { in localFormat() argument
169 public abstract Optional<FormatTemplate> local(); local() method in FormatSpec
[all...]
/third_party/skia/src/shaders/
H A DSkPictureShader.cpp296 onProgram(skvm::Builder* p, skvm::Coord device, skvm::Coord local, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const onProgram() argument
/third_party/toybox/toys/pending/
H A Dlsof.c178 struct in6_addr local, remote; in scan_ip() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_lookup_test.cc812 const time_zone local = local_time_zone(); in TEST() local
/third_party/skia/gm/
H A Dcomplexclip.cpp449 SkMatrix local = SkMatrix::RectToRect(SkRect::MakeWH(image->width(), image->height()), in DEF_SIMPLE_GM() local

Completed in 22 milliseconds

1...<<11121314151617181920>>...36