Home
last modified time | relevance | path

Searched +defs:func +defs:set (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.14.4/arch/powerpc/include/asm/
Dtext-patching.h132 unsigned int set) in modify_instruction()
137 static inline int modify_instruction_site(s32 *site, unsigned int clr, unsigned int set) in modify_instruction_site()
169 static inline unsigned long ppc_function_entry(void *func) in ppc_function_entry()
208 static inline unsigned long ppc_global_function_entry(void *func) in ppc_global_function_entry()
/linux-6.14.4/drivers/net/dsa/mv88e6xxx/
Dglobal2_scratch.c53 int *set) in mv88e6xxx_g2_scratch_get_bit()
80 int set) in mv88e6xxx_g2_scratch_set_bit()
192 unsigned int pin, int *func) in mv88e6352_g2_scratch_gpio_get_pctl()
216 unsigned int pin, int func) in mv88e6352_g2_scratch_gpio_set_pctl()
/linux-6.14.4/arch/mips/pic32/pic32mzda/
Dconfig.c37 static u32 pic32_conf_modify_atomic(u32 offset, u32 mask, u32 set) in pic32_conf_modify_atomic()
71 u32 clr, set; in pic32_set_sdhci_adma_fifo_threshold() local
78 void pic32_syskey_unlock_debug(const char *func, const ulong line) in pic32_syskey_unlock_debug()
/linux-6.14.4/drivers/mmc/core/
Dsdio_uart.c67 struct sdio_func *func; member
133 struct sdio_func *func; in sdio_uart_port_remove() local
232 unsigned int set, unsigned int clear) in sdio_uart_update_mctrl()
495 static void sdio_uart_irq(struct sdio_func *func) in sdio_uart_irq()
930 unsigned int set, unsigned int clear) in sdio_uart_tiocmset()
1018 static int sdio_uart_probe(struct sdio_func *func, in sdio_uart_probe()
1092 static void sdio_uart_remove(struct sdio_func *func) in sdio_uart_remove()
/linux-6.14.4/drivers/pinctrl/aspeed/
Dpinmux-aspeed.h519 #define SIG_EXPR_DECL_(sig, group, func) \ argument
545 #define SIG_EXPR_DECL(sig, group, func, ...) \ argument
612 #define SIG_EXPR_LIST_DECL_SESG(pin, sig, func, ...) \ argument
628 #define SIG_EXPR_LIST_DECL_SEMG(pin, sig, group, func, ...) \ argument
745 #define FUNC_SYM(func) func_groups_ ## func argument
746 #define FUNC_DECL_(func, ...) \ argument
749 #define FUNC_DECL_1(func, group) FUNC_DECL_(func, #group) argument
750 #define FUNC_DECL_2(func, one, two) FUNC_DECL_(func, #one, #two) argument
751 #define FUNC_DECL_3(func, one, two, three) FUNC_DECL_(func, #one, #two, #three) argument
753 #define FUNC_GROUP_DECL(func, ...) \ argument
[all …]
/linux-6.14.4/arch/mips/pci/
Dpci-mt7620.c100 static inline void pcie_m32(u32 clr, u32 set, unsigned reg) in pcie_m32()
141 u8 func = PCI_FUNC(devfn); in pci_config_read() local
173 u8 func = PCI_FUNC(devfn); in pci_config_write() local
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dior.h8 const struct nvkm_ior_func *func; member
55 void (*set)(struct nvkm_outp *, struct nvkm_ior *); member
68 int (*set)(struct nvkm_ior *, int lvl); member
Doutp.h12 const struct nvkm_outp_func *func; member
105 int (*set)(struct nvkm_outp *, int level); member
/linux-6.14.4/drivers/pinctrl/renesas/
Dpinctrl-rza1.c84 u8 func: 4; member
102 u16 func: 4; member
505 unsigned int func, in rza1_pinmux_get_bidir()
523 unsigned int func, in rza1_pinmux_get_swio()
544 unsigned int func, in rza1_pinmux_get_flags()
575 unsigned int bit, bool set) in rza1_set_bit()
1122 struct function_desc *func; in rza1_set_mux() local
/linux-6.14.4/arch/arm/mach-versatile/
Dspc.c125 void ve_spc_global_wakeup_irq(bool set) in ve_spc_global_wakeup_irq()
150 void ve_spc_cpu_wakeup_irq(u32 cluster, u32 cpu, bool set) in ve_spc_cpu_wakeup_irq()
347 static int ve_spc_read_sys_cfg(int func, int offset, uint32_t *data) in ve_spc_read_sys_cfg()
/linux-6.14.4/include/linux/
Dbtf.h120 struct btf_id_set8 *set; member
507 static inline bool btf_id_set_contains(const struct btf_id_set *set, u32 id) in btf_id_set_contains()
512 static inline void *btf_id_set8_contains(const struct btf_id_set8 *set, u32 id) in btf_id_set8_contains()
674 static inline int btf_check_iter_arg(struct btf *btf, const struct btf_type *func, int arg_idx) in btf_check_iter_arg()
/linux-6.14.4/tools/testing/selftests/mqueue/
Dmq_perf_tests.c247 static inline void set(FILE *stream, int value) in set() function
377 void (*func)(int *); member
/linux-6.14.4/kernel/trace/
Dtrace_functions_graph.c777 struct ftrace_graph_ret *graph_ret, void *func, in print_graph_retval()
855 unsigned long func; in print_graph_entry_leaf() local
915 unsigned long func; in print_graph_entry_nested() local
1152 unsigned long func; in print_graph_return() local
1519 func_graph_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in func_graph_set_flag()
Dtrace_functions.c142 ftrace_func_t func; in function_trace_init() local
430 func_set_flag(struct trace_array *tr, u32 old_flags, u32 bit, int set) in func_set_flag()
432 ftrace_func_t func; in func_set_flag() local
/linux-6.14.4/net/can/
Dgw.c90 struct canfd_frame set; member
96 u8 set; member
153 #define MODFUNC(func, op) static void func(struct canfd_frame *cf, \ argument
/linux-6.14.4/drivers/pci/
Dvpd.c126 static int pci_vpd_wait(struct pci_dev *dev, bool set) in pci_vpd_wait()
603 int func = (dev->device & 0x0f00) >> 8; in quirk_chelsio_extend_vpd() local
/linux-6.14.4/drivers/firmware/arm_scmi/
Dprotocols.h231 u64 set; member
367 #define DECLARE_SCMI_REGISTER_UNREGISTER(func) \ argument
/linux-6.14.4/drivers/pinctrl/samsung/
Dpinctrl-samsung.c382 const struct samsung_pmx_func *func; in samsung_pinmux_setup() local
438 unsigned long *config, bool set) in samsung_pinconf_rw()
765 struct samsung_pmx_func *func) in samsung_pinctrl_create_function()
810 struct samsung_pmx_func *functions, *func; in samsung_pinctrl_create_functions() local
/linux-6.14.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c917 int func = BP_FUNC(bp); in bnx2x_panic_dump() local
1734 int func = BP_FUNC(bp); in bnx2x_trylock_hw_lock() local
2001 int func = BP_FUNC(bp); in bnx2x_acquire_hw_lock() local
2050 int func = BP_FUNC(bp); in bnx2x_release_hw_lock() local
2553 int /*abs*/func = n * (2 * vn + BP_PORT(bp)) + BP_PATH(bp); in bnx2x_read_mf_cfg() local
2618 int func = func_by_vn(bp, vn); in storm_memset_cmng() local
2807 u32 func = BP_ABS_FUNC(bp); in bnx2x_handle_afex_cmd() local
2940 int func = BP_ABS_FUNC(bp); in bnx2x_handle_update_svid_cmd() local
3832 int func = BP_FUNC(bp); in bnx2x_sp_prod_update() local
4283 int func = BP_FUNC(bp); in bnx2x_attn_int_deasserted3() local
[all …]
Dbnx2x_cmn.h1326 int func; in bnx2x_link_sync_notify() local
1348 static inline void bnx2x_update_drv_flags(struct bnx2x *bp, u32 flags, u32 set) in bnx2x_update_drv_flags()
/linux-6.14.4/net/bluetooth/
Dhci_sync.c702 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_submit()
739 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue()
753 _hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in _hci_cmd_sync_lookup_entry()
779 int hci_cmd_sync_queue_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue_once()
794 int hci_cmd_sync_run(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_run()
817 int hci_cmd_sync_run_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_run_once()
833 hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_lookup_entry()
861 hci_cmd_sync_work_func_t func, in hci_cmd_sync_dequeue_once()
881 bool hci_cmd_sync_dequeue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_dequeue()
1149 struct hci_cp_ext_adv_set *set; in hci_disable_ext_adv_instance_sync() local
[all …]
/linux-6.14.4/drivers/ssb/
Dmain.c751 int ssb_bus_sdiobus_register(struct ssb_bus *bus, struct sdio_func *func, in ssb_bus_sdiobus_register()
1055 int timeout, int set) in ssb_wait_bits()
/linux-6.14.4/drivers/pinctrl/
Dpinctrl-equilibrium.c71 unsigned int offset, unsigned int set) in eqbr_cfg_bit()
320 struct function_desc *func; in eqbr_pinmux_set_mux() local
/linux-6.14.4/drivers/pinctrl/mvebu/
Dpinctrl-mvebu.c298 struct mvebu_pinctrl_function *func = &pctl->functions[fid]; in mvebu_pinmux_set() local
698 struct mvebu_mpp_ctrl_setting *set = &mode->settings[0]; in mvebu_pinctrl_probe() local
/linux-6.14.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_pf.c195 static s32 fm10k_update_vlan_pf(struct fm10k_hw *hw, u32 vid, u8 vsi, bool set) in fm10k_update_vlan_pf()
1428 u32 func; in fm10k_get_fault_pf() local

12