| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stb0899_priv.h | 47 #define MAKEWORD32(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d)) argument 48 #define MAKEWORD16(a, b) (((a) << 8) | (b)) argument 199 struct stb0899_config *config; member
|
| H A D | cx24123.c | 45 const struct cx24123_config *config; member 428 static u32 cx24123_int_log2(u32 a, u32 b) in cx24123_int_log2() 1041 struct dvb_frontend *cx24123_attach(const struct cx24123_config *config, in cx24123_attach()
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A D | topology.c | 271 static u32 vol_pow32(u32 a, int exp, u32 fwl) in vol_pow32() 1014 struct sof_ipc_comp_config *config) in sof_dbg_comp_config() 2313 struct sof_ipc_comp_process config; in sof_widget_load_process() local 2786 struct sof_ipc_dai_config *config) in sof_dai_set_format() 2824 struct sof_ipc_dai_config *config) in sof_set_dai_config() 2883 struct sof_ipc_dai_config *config) in sof_link_ssp_load() 2948 struct sof_ipc_dai_config *config) in sof_link_sai_load() 3006 struct sof_ipc_dai_config *config) in sof_link_esai_load() 3063 struct sof_ipc_dai_config *config) in sof_link_dmic_load() 3147 struct sof_ipc_dai_config *config) in sof_link_hda_load() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/base/regmap/ |
| H A D | regcache.c | 115 int regcache_init(struct regmap *map, const struct regmap_config *config) in regcache_init() 635 static int regcache_default_cmp(const void *a, const void *b) in regcache_default_cmp()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | ep0.c | 21 #define usleep_range(a, b) udelay((b)) argument 152 u32 config = le16_to_cpu(ctrl_req->wValue); in cdns3_req_ep0_set_configuration() local
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | pmu.c | 296 struct perf_pmu_alias *a; in perf_pmu_merge_alias() local 1346 int config, unsigned long *bits) in perf_pmu__new_format() 1385 static int sub_non_neg(int a, int b) in sub_non_neg() 1436 static int cmp_sevent(const void *a, const void *b) in cmp_sevent() 1737 void perf_pmu__warn_invalid_config(struct perf_pmu *pmu, __u64 config, in perf_pmu__warn_invalid_config()
|
| H A D | intel-pt.c | 270 static int intel_pt_do_fix_overlap(struct intel_pt *pt, struct auxtrace_buffer *a, in intel_pt_do_fix_overlap() 761 struct perf_event_attr *attr, u64 *config) in intel_pt_get_config() 787 u64 config; in intel_pt_return_compression() local 803 u64 config; in intel_pt_branch_enable() local 817 u64 config; in intel_pt_mtc_period() local 836 u64 config; in intel_pt_timeless_decoding() local 870 u64 config; in intel_pt_have_tsc() local 901 u64 config; in intel_pt_ctl() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ |
| H A D | e100.c | 423 #define X(a,b) b,a argument 425 #define X(a,b) a,b argument 427 struct config { struct 430 /*2*/ u8 adaptive_ifs; 448 /*13*/ u8 ip_addr_lo; 449 /*14*/ u8 ip_addr_hi; 453 /*16*/ u8 fc_delay_lo; 454 /*17*/ u8 fc_delay_hi; 481 struct config config; argument 1071 struct config *config = &cb->u.config; in e100_configure() local
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-lpc18xx.c | 205 #define LPC18XX_ANALOG_ADC(a) ((a >> 5) & 0x3) argument 211 #define LPC_P(port, pin, f0, f1, f2, f3, f4, f5, f6, f7, a, t) \ argument 223 #define LPC_N(pname, off, f0, f1, f2, f3, f4, f5, f6, f7, a, t) \ argument 873 unsigned long *config) in lpc18xx_pconf_get()
|
| H A D | pinctrl-coh901.c | 282 unsigned long *config) in u300_gpio_config_get() 595 #define COH901_PINRANGE(a, b) { .offset = a, .pin_base = b } argument
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | tlbex.c | 68 unsigned long a; member 340 unsigned int a = cpu_data[0].kscratch_mask & ~kscratch_used_mask; in allocate_kscratch() local 2439 unsigned long config; in print_htw_config() local 2477 unsigned int config; in config_htw_params() local
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/nuvoton/ |
| H A D | pinctrl-npcm7xx.c | 651 #define NPCM7XX_SFUNC(a) NPCM7XX_FUNC(a, #a) argument 652 #define NPCM7XX_FUNC(a, b...) static const char *a ## _grp[] = { b } argument 896 #define NPCM7XX_PINCFG(a, b, c, d, e, f, g, h, i, j, k) \ argument 1715 unsigned long *config) in npcm7xx_config_get() 1778 unsigned int pin, unsigned long config) in npcm7xx_config_set_one()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/ |
| H A D | generic.c | 524 void mtrr_wrmsr(unsigned msr, unsigned a, unsigned b) in mtrr_wrmsr() 904 unsigned long config, dummy; in generic_have_wrcomb() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw.h | 106 #define LIBIPW_ERROR(f, a...) printk(KERN_ERR "libipw: " f, ## a) argument 107 #define LIBIPW_WARNING(f, a...) printk(KERN_WARNING "libipw: " f, ## a) argument 108 #define LIBIPW_DEBUG_INFO(f, a...) LIBIPW_DEBUG(LIBIPW_DL_INFO, f, ## a) argument 110 #define LIBIPW_DEBUG_WX(f, a...) LIBIPW_DEBUG(LIBIPW_DL_WX, f, ## a) argument 111 #define LIBIPW_DEBUG_SCAN(f, a...) LIBIPW_DEBUG(LIBIPW_DL_SCAN, f, ## a) argument 112 #define LIBIPW_DEBUG_STATE(f, a...) LIBIPW_DEBUG(LIBIPW_DL_STATE, f, ## a) argument 113 #define LIBIPW_DEBUG_MGMT(f, a...) LIBIPW_DEBUG(LIBIPW_DL_MGMT, f, ## a) argument 114 #define LIBIPW_DEBUG_FRAG(f, a...) LIBIPW_DEBUG(LIBIPW_DL_FRAG, f, ## a) argument 115 #define LIBIPW_DEBUG_DROP(f, a...) LIBIPW_DEBUG(LIBIPW_DL_DROP, f, ## a) argument 116 #define LIBIPW_DEBUG_TX(f, a...) LIBIPW_DEBUG(LIBIPW_DL_TX, f, ## a) argument [all …]
|
| H A D | ipw2200.h | 537 __le32 a[SUP_RATE_11A_MAX_NUM_CHANNELS]; member 542 __le32 a[SUP_RATE_11A_MAX_NUM_CHANNELS]; member 1106 u32 config; member 1195 u32 config; member 1456 #define IPW_ERROR(f, a...) printk(KERN_ERR DRV_NAME ": " f, ## a) argument 1457 #define IPW_WARNING(f, a...) printk(KERN_WARNING DRV_NAME ": " f, ## a) argument 1458 #define IPW_DEBUG_INFO(f, a...) IPW_DEBUG(IPW_DL_INFO, f, ## a) argument 1460 #define IPW_DEBUG_WX(f, a...) IPW_DEBUG(IPW_DL_WX, f, ## a) argument 1461 #define IPW_DEBUG_SCAN(f, a...) IPW_DEBUG(IPW_DL_SCAN, f, ## a) argument 1462 #define IPW_DEBUG_TRACE(f, a...) IPW_LL_DEBUG(IPW_DL_TRACE, f, ## a) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/ |
| H A D | altera.c | 677 s32 a = stack[--stack_ptr]; in altera_execute() local 2009 s32 a, b; in altera_execute() local 2402 int altera_init(struct altera_config *config, const struct firmware *fw) in altera_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/power/ |
| H A D | power_helpers.c | 32 #define DIV_ROUNDUP(a, b) (((a)+((b)/2))/(b)) argument 664 struct abm_config_table config; in dmub_init_abm_config() local
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | fsl_imx8_ddr_perf.c | 253 static bool ddr_perf_filters_compatible(struct perf_event *a, in ddr_perf_filters_compatible() 383 static void ddr_perf_counter_enable(struct ddr_pmu *pmu, int config, in ddr_perf_counter_enable()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc911x.c | 123 u_char a, b; in PRINT_PKT() local 132 u_char a, b; in PRINT_PKT() local 1785 struct dma_slave_config config; in smc911x_probe() local
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_generic.c | 269 static u8 __maybe_unused ascii2hex(u8 a) in ascii2hex() 513 s32 gt1x_send_cfg(u8 *config, int cfg_len) in gt1x_send_cfg() 1818 u8 config[GTP_CONFIG_MAX_LENGTH]; member
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | floppy_64.h | 99 #define CROSS_64KB(a,s) (0) argument 576 unsigned long config; in sun_floppy_init() local
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | it87.c | 1823 int config; in clear_intrusion() local 1987 int a = index % 5; /* attribute index */ in it87_in_is_visible() local 2071 int a = index % 7; /* attribute index */ in it87_temp_is_visible() local 2164 int a = index % 5; /* attribute index */ in it87_fan_is_visible() local 2235 int a = index % 4; /* attribute index */ in it87_pwm_is_visible() local 2296 int a = index % 11; /* attribute index */ in it87_auto_pwm_is_visible() local 2393 const struct it87_devices *config; in it87_find() local
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | grcan.c | 255 struct grcan_device_config config; member 363 static inline u32 grcan_ring_add(u32 a, u32 b, u32 size) in grcan_ring_add() 374 static inline u32 grcan_ring_sub(u32 a, u32 b, u32 size) in grcan_ring_sub() 466 u32 config = grcan_read_reg(®s->conf); in grcan_reset() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dbus.c | 136 #define EXEC_RXLOCK(info, fn, a) \ argument 139 #define EXEC_TXLOCK(info, fn, a) \ argument 1897 dbus_set_config(dbus_pub_t *pub, dbus_config_t *config) in dbus_set_config() 1920 dbus_get_config(dbus_pub_t *pub, dbus_config_t *config) in dbus_get_config()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dbus.c | 141 #define EXEC_RXLOCK(info, fn, a) \ argument 144 #define EXEC_TXLOCK(info, fn, a) \ argument 1878 dbus_set_config(dbus_pub_t *pub, dbus_config_t *config) in dbus_set_config() 1901 dbus_get_config(dbus_pub_t *pub, dbus_config_t *config) in dbus_get_config()
|