/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_ac.c | 52 u16 value) in b43_phy_ac_op_radio_write() 55 b43_write16(dev, B43_MMIO_RADIO24_DATA, value); in b43_phy_ac_op_radio_write() 51 b43_phy_ac_op_radio_write(struct b43_wldev *dev, u16 reg, u16 value) b43_phy_ac_op_radio_write() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/ |
H A D | pwrseqcmd.h | 9 * 3 The value of cmd: 4 bits 56 u8 value; member 66 #define GET_PWR_CFG_VALUE(__PWR_CMD) (__PWR_CMD.value)
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | of_net.c | 52 if (pp && pp->length == ETH_ALEN && is_valid_ether_addr(pp->value)) in of_get_mac_addr() 53 return pp->value; in of_get_mac_addr()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | HalPwrSeqCmd.h | 13 /* 3 The value of cmd: 4 bits */ 17 /* msk: the mask of the read value */ 18 /* value: N/A, left by 0 */ 24 /* value: write value */ 29 /* msk: the mask of the polled value */ 30 /* value: the value to be polled, masked by the msd field. */ 33 /* if ((Read(offset) & msk) == (value & msk)) */ 38 /* offset: the value t 98 u8 value; global() member [all...] |
/kernel/linux/linux-5.10/drivers/staging/vt6656/ |
H A D | usbpipe.h | 52 int vnt_control_out(struct vnt_private *priv, u8 request, u16 value, 54 int vnt_control_in(struct vnt_private *priv, u8 request, u16 value,
|
/kernel/linux/linux-5.10/drivers/tee/amdtee/ |
H A D | amdtee_if.h | 34 struct value { struct 44 struct value val; 103 * @buf_id: [out] return buffer ID value
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_ioc3.c | 29 static void ioc3_serial_out(struct uart_port *p, int offset, int value) in ioc3_serial_out() argument 31 writeb(value, p->membase + (offset ^ 3)); in ioc3_serial_out()
|
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | jornada720_lcd.c | 51 static int jornada_lcd_set_contrast(struct lcd_device *ld, int value) in jornada_lcd_set_contrast() argument 59 /* if successful push the new value */ in jornada_lcd_set_contrast() 60 if (jornada_ssp_byte(value) == TXDUMMY) in jornada_lcd_set_contrast()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | lathist_kern.c | 24 __type(value, u64); 67 __type(value, long);
|
H A D | tracex6_kern.c | 18 __type(value, u64); 25 __type(value, struct bpf_perf_event_value);
|
H A D | sock_example.c | 2 * - creates arraymap in kernel with key 4 bytes and value 8 bytes 8 * value = bpf_map_lookup_elem(map_fd, fp - 4); 9 * if (value) 10 * (*(u64*)value) += 1; 38 long long value = 0, tcp_cnt, udp_cnt, icmp_cnt; in test_sock() local 40 map_fd = bpf_create_map(BPF_MAP_TYPE_ARRAY, sizeof(key), sizeof(value), in test_sock()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | config | 24 --set-val option value 25 Set option to value
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | part_stat.h | 42 static inline void part_stat_set_all(struct hd_struct *part, int value) in part_stat_set_all() argument 47 memset(per_cpu_ptr(part->dkstats, i), value, in part_stat_set_all()
|
H A D | usb_usual.h | 92 #define US_FLAG(name, value) US_FL_##name = value ,
|
H A D | projid.h | 31 #define KPROJIDT_INIT(value) (kprojid_t){ value }
|
/kernel/linux/linux-5.10/include/linux/regulator/ |
H A D | ab8500.h | 52 u8 value; member 59 .value = _value, \
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | ctljack.c | 18 ucontrol->value.integer.value[0] = kcontrol->private_value; in jack_detect_kctl_get()
|
/kernel/linux/linux-5.10/tools/perf/include/bpf/ |
H A D | bpf.h | 30 type_val value; \ 45 static int (*bpf_map_update_elem)(struct bpf_map *map, void *key, void *value, u64 flags) = (void *)BPF_FUNC_map_update_elem;
|
/kernel/linux/linux-5.10/lib/ |
H A D | extable.c | 118 unsigned long value) in search_extable() 120 return bsearch(&value, base, num, in search_extable() 116 search_extable(const struct exception_table_entry *base, const size_t num, unsigned long value) search_extable() argument
|
H A D | notifier-error-inject.c | 22 struct dentry *parent, int *value) in debugfs_create_errno() 24 return debugfs_create_file(name, mode, parent, value, &fops_errno); in debugfs_create_errno() 21 debugfs_create_errno(const char *name, umode_t mode, struct dentry *parent, int *value) debugfs_create_errno() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_de.h | 53 u32 mask, u32 value, unsigned int timeout) in intel_de_wait_for_register() 55 return intel_wait_for_register(&i915->uncore, reg, mask, value, timeout); in intel_de_wait_for_register() 52 intel_de_wait_for_register(struct drm_i915_private *i915, i915_reg_t reg, u32 mask, u32 value, unsigned int timeout) intel_de_wait_for_register() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_abi16.h | 98 uint64_t value; member 103 uint64_t value; member
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/ |
H A D | host1x01_hardware.h | 99 static inline u32 host1x_opcode_imm(unsigned offset, unsigned value) in host1x_opcode_imm() argument 101 return (4 << 28) | (offset << 16) | value; in host1x_opcode_imm()
|
H A D | host1x02_hardware.h | 98 static inline u32 host1x_opcode_imm(unsigned offset, unsigned value) in host1x_opcode_imm() argument 100 return (4 << 28) | (offset << 16) | value; in host1x_opcode_imm()
|
H A D | host1x04_hardware.h | 98 static inline u32 host1x_opcode_imm(unsigned offset, unsigned value) in host1x_opcode_imm() argument 100 return (4 << 28) | (offset << 16) | value; in host1x_opcode_imm()
|