Home
last modified time | relevance | path

Searched +defs:a +defs:link (Results 1 – 25 of 82) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_cs.c40 struct pcmcia_device *link; member
47 static inline void hfa384x_outb_debug(struct net_device *dev, int a, u8 v) in hfa384x_outb_debug()
61 static inline u8 hfa384x_inb_debug(struct net_device *dev, int a) in hfa384x_inb_debug()
77 static inline void hfa384x_outw_debug(struct net_device *dev, int a, u16 v) in hfa384x_outw_debug()
91 static inline u16 hfa384x_inw_debug(struct net_device *dev, int a) in hfa384x_inw_debug()
107 static inline void hfa384x_outsw_debug(struct net_device *dev, int a, in hfa384x_outsw_debug()
122 static inline void hfa384x_insw_debug(struct net_device *dev, int a, in hfa384x_insw_debug()
137 #define HFA384X_OUTB(v,a) hfa384x_outb_debug(dev, (a), (v)) argument
138 #define HFA384X_INB(a) hfa384x_inb_debug(dev, (a)) argument
139 #define HFA384X_OUTW(v,a) hfa384x_outw_debug(dev, (a), (v)) argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c43 struct bpf_link *link; in do_dummy_read() local
180 struct bpf_link *link; in do_btf_read() local
333 struct bpf_link *link; in test_anon_iter() local
378 struct bpf_link *link; in test_file_iter() local
432 struct bpf_link *link; in test_overflow() local
572 struct bpf_link *link; in test_bpf_hash_map() local
574 int a; in test_bpf_hash_map() member
670 struct bpf_link *link; in test_bpf_percpu_hash_map() local
672 int a; in test_bpf_percpu_hash_map() member
761 struct bpf_link *link; in test_bpf_array_map() local
[all …]
H A Dbpf_tcp_ca.c9 #define min(a, b) ((a) < (b) ? (a) : (b)) argument
185 struct bpf_link *link; in test_cubic() local
207 struct bpf_link *link; in test_dctcp() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c95 const struct tc_action *a; in fill_action_fields() local
157 struct cxgb4_link *link; in cxgb4_config_knode() local
356 struct cxgb4_link *link = NULL; in cxgb4_delete_knode() local
488 struct cxgb4_link *link = &t->table[i]; in cxgb4_cleanup_tc_u32() local
511 struct cxgb4_link *link = &t->table[i]; in cxgb4_init_tc_u32() local
526 struct cxgb4_link *link = &t->table[i]; in cxgb4_init_tc_u32() local
/OK3568_Linux_fs/u-boot/include/jffs2/
H A Dload_kernel.h28 struct list_head link; member
35 struct list_head link; member
47 struct list_head link; member
64 #define led_blink(x, y, z, a) argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c599 struct nfp_fl_act_head *a; in nfp_flower_update_merge_with_actions() local
801 struct nfp_fl_act_head *a; in nfp_flower_copy_pre_actions() local
830 struct nfp_fl_act_head *a; in nfp_fl_verify_post_tun_acts() local
855 struct nfp_fl_act_head *a; in nfp_fl_push_vlan_after_tun() local
956 static void nfp_flower_unlink_flow(struct nfp_fl_payload_link *link) in nfp_flower_unlink_flow()
966 struct nfp_fl_payload_link *link; in nfp_flower_unlink_flows() local
978 struct nfp_fl_payload_link *link; in nfp_flower_link_flows() local
1389 struct nfp_fl_payload_link *link, *temp; in nfp_flower_remove_merge_flow() local
1459 struct nfp_fl_payload_link *link, *temp; in nfp_flower_del_linked_merge_flows() local
1540 struct nfp_fl_payload_link *link; in __nfp_flower_update_merge_stats() local
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daspm.c108 static int policy_to_aspm_state(struct pcie_link_state *link) in policy_to_aspm_state()
126 static int policy_to_clkpm_state(struct pcie_link_state *link) in policy_to_clkpm_state()
142 static void pcie_set_clkpm_nocheck(struct pcie_link_state *link, int enable) in pcie_set_clkpm_nocheck()
155 static void pcie_set_clkpm(struct pcie_link_state *link, int enable) in pcie_set_clkpm()
169 static void pcie_clkpm_cap_init(struct pcie_link_state *link, int blacklist) in pcie_clkpm_cap_init()
195 static bool pcie_retrain_link(struct pcie_link_state *link) in pcie_retrain_link()
230 static void pcie_aspm_configure_common_clock(struct pcie_link_state *link) in pcie_aspm_configure_common_clock()
383 struct pcie_link_state *link; in pcie_aspm_check_latency() local
452 static void aspm_calc_l1ss_info(struct pcie_link_state *link, in aspm_calc_l1ss_info()
543 static void pcie_aspm_cap_init(struct pcie_link_state *link, int blacklist) in pcie_aspm_cap_init()
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A Deepro100.c116 volatile u32 link; /* struct RxFD * */ member
151 volatile u32 link; /* void * */ member
176 volatile u32 link; /* struct descriptor * */ member
228 #define bus_to_phys(a) (a) argument
229 #define phys_to_bus(a) (a) argument
231 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument
232 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_probe.c17 #define C(a, b) b argument
1076 struct event_file_link *link; in trace_probe_add_file() local
1092 struct event_file_link *link; in trace_probe_get_file_link() local
1105 struct event_file_link *link; in trace_probe_remove_file() local
1125 int trace_probe_compare_arg_type(struct trace_probe *a, struct trace_probe *b) in trace_probe_compare_arg_type()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn21/
H A Drn_clk_mgr.c78 const struct dc_link *link = dc->links[i]; in rn_get_active_display_cnt_wa() local
498 static bool rn_are_clock_states_equal(struct dc_clocks *a, in rn_are_clock_states_equal()
515 static void rn_notify_link_rate_change(struct clk_mgr *clk_mgr_base, struct dc_link *link) in rn_notify_link_rate_change()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dwl3501_cs.c68 #define wl3501_outb(a, b) { outb(a, b); slow_down_io(); } argument
69 #define wl3501_outb_p(a, b) { outb_p(a, b); slow_down_io(); } argument
70 #define wl3501_outsb(a, b, c) { outsb(a, b, c); slow_down_io(); } argument
1236 struct pcmcia_device *link; in wl3501_close() local
1347 struct pcmcia_device *link; in wl3501_open() local
1425 static void wl3501_detach(struct pcmcia_device *link) in wl3501_detach()
1897 static int wl3501_config(struct pcmcia_device *link) in wl3501_config()
1982 static void wl3501_release(struct pcmcia_device *link) in wl3501_release()
1987 static int wl3501_suspend(struct pcmcia_device *link) in wl3501_suspend()
1998 static int wl3501_resume(struct pcmcia_device *link) in wl3501_resume()
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_latch.h77 bool (*less)(struct latch_tree_node *a, struct latch_tree_node *b)) in __lt_insert()
80 struct rb_node **link = &root->rb_node; in __lt_insert() local
/OK3568_Linux_fs/kernel/tools/firewire/
H A Dnosy-dump.h8 #define ACK_DONE(a) ((a >> 2) == 0) argument
9 #define ACK_BUSY(a) ((a >> 2) == 1) argument
10 #define ACK_ERROR(a) ((a >> 2) == 3) argument
161 struct list link; member
169 struct list link; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dfibonacci_heap.h318 fibonacci_node<K,V>::link (fibonacci_node<K,V> *parent) in link() function
335 fibonacci_node<K,V> *a = this; in insert_after() local
651 fibonacci_node<K,V> *a[D]; in consolidate() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dfibonacci_heap.h318 fibonacci_node<K,V>::link (fibonacci_node<K,V> *parent) in link() function
335 fibonacci_node<K,V> *a = this; in insert_after() local
651 fibonacci_node<K,V> *a[D]; in consolidate() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dior.h33 unsigned link:2; member
170 #define IOR_MSG(i,l,f,a...) do { \ argument
174 #define IOR_WARN(i,f,a...) IOR_MSG((i), warn, f, ##a) argument
175 #define IOR_DBG(i,f,a...) IOR_MSG((i), debug, f, ##a) argument
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-cdev.c67 struct list_head link; member
158 struct list_head link; member
433 struct fw_cdev_get_info *a = &arg->get_info; in ioctl_get_info() local
763 struct fw_cdev_allocate *a = &arg->allocate; in ioctl_allocate() local
810 struct fw_cdev_send_response *a = &arg->send_response; in ioctl_send_response() local
861 struct fw_cdev_add_descriptor *a = &arg->add_descriptor; in ioctl_add_descriptor() local
958 struct fw_cdev_create_iso_context *a = &arg->create_iso_context; in ioctl_create_iso_context() local
1030 struct fw_cdev_set_iso_channels *a = &arg->set_iso_channels; in ioctl_set_iso_channels() local
1049 struct fw_cdev_queue_iso *a = &arg->queue_iso; in ioctl_queue_iso() local
1149 struct fw_cdev_start_iso *a = &arg->start_iso; in ioctl_start_iso() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn20/
H A Ddcn20_clk_mgr.c398 static bool dcn2_are_clock_states_equal(struct dc_clocks *a, in dcn2_are_clock_states_equal()
422 static void dcn2_notify_link_rate_change(struct clk_mgr *clk_mgr_base, struct dc_link *link) in dcn2_notify_link_rate_change()
/OK3568_Linux_fs/kernel/fs/
H A Dnamei.c516 struct path link; member
1121 int may_linkat(struct path *link) in may_linkat()
1672 static int reserve_stack(struct nameidata *nd, struct path *link, unsigned seq) in reserve_stack()
1700 static const char *pick_link(struct nameidata *nd, struct path *link, in pick_link()
2016 #define HASH_MIX(x, y, a) \ argument
2046 #define HASH_MIX(x, y, a) \ argument
2069 unsigned long a, x = 0, y = (unsigned long)salt; in full_name_hash() local
2090 unsigned long a = 0, x = 0, y = (unsigned long)salt; in hashlen_string() local
2118 unsigned long a = 0, b, x = 0, y = (unsigned long)salt; in hash_name() local
2213 const char *link; in link_path_walk() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/
H A Ddcn30_clk_mgr.c423 static bool dcn3_are_clock_states_equal(struct dc_clocks *a, in dcn3_are_clock_states_equal()
453 static void dcn30_notify_link_rate_change(struct clk_mgr *clk_mgr_base, struct dc_link *link) in dcn30_notify_link_rate_change()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_dwc_460ex.c50 #define sata_dwc_writel(a, v) writel_relaxed(v, a) argument
51 #define sata_dwc_readl(a) readl_relaxed(a) argument
408 static int sata_dwc_scr_read(struct ata_link *link, unsigned int scr, u32 *val) in sata_dwc_scr_read()
423 static int sata_dwc_scr_write(struct ata_link *link, unsigned int scr, u32 val) in sata_dwc_scr_write()
1125 static int sata_dwc_hardreset(struct ata_link *link, unsigned int *class, in sata_dwc_hardreset()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_memory.c21 struct list_head link; member
56 static int efi_mem_cmp(void *priv, struct list_head *a, struct list_head *b) in efi_mem_cmp()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c73 #define __printf(a, b) __attribute__((format(printf, a, b))) argument
2792 const struct bpf_program *a = _a; in cmp_progs() local
3051 const struct extern_desc *a = _a; in cmp_externs() local
4612 const struct btf_array *a = btf_array(t); in bpf_core_parse_spec() local
5066 const struct btf_array *a; in bpf_core_spec_match() local
6599 const struct reloc_desc *a = _a; in cmp_relocs() local
9145 int bpf_link__update_program(struct bpf_link *link, struct bpf_program *prog) in bpf_link__update_program()
9160 void bpf_link__disconnect(struct bpf_link *link) in bpf_link__disconnect()
9165 int bpf_link__destroy(struct bpf_link *link) in bpf_link__destroy()
9183 int bpf_link__fd(const struct bpf_link *link) in bpf_link__fd()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_dbg.c587 u8 nss = 0, n_tail = 0, m_stbc = 0, a = 0, a_init = 0; in halbb_get_mac_phy_intf() local
1059 struct bb_link_info *link = &bb->bb_link_i; in halbb_basic_dbg_msg_physts_mu() local
1080 struct bb_link_info *link = &bb->bb_link_i; in halbb_basic_dbg_msg_physts_su() local
1111 struct bb_link_info *link = &bb->bb_link_i; in halbb_basic_dbg_message() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_dbg.c587 u8 nss = 0, n_tail = 0, m_stbc = 0, a = 0, a_init = 0; in halbb_get_mac_phy_intf() local
1059 struct bb_link_info *link = &bb->bb_link_i; in halbb_basic_dbg_msg_physts_mu() local
1080 struct bb_link_info *link = &bb->bb_link_i; in halbb_basic_dbg_msg_physts_su() local
1111 struct bb_link_info *link = &bb->bb_link_i; in halbb_basic_dbg_message() local

1234