| /kernel/linux/linux-5.10/drivers/s390/char/ |
| D | con3215.c | 143 static void raw3215_mk_read_req(struct raw3215_info *raw) in raw3215_mk_read_req() argument 149 req = raw->queued_read; in raw3215_mk_read_req() 154 req->info = raw; in raw3215_mk_read_req() 155 raw->queued_read = req; in raw3215_mk_read_req() 162 ccw->cda = (__u32) __pa(raw->inbuf); in raw3215_mk_read_req() 171 static void raw3215_mk_write_req(struct raw3215_info *raw) in raw3215_mk_write_req() argument 177 if (raw->count <= raw->written) in raw3215_mk_write_req() 180 req = raw->queued_write; in raw3215_mk_write_req() 185 req->info = raw; in raw3215_mk_write_req() 186 raw->queued_write = req; in raw3215_mk_write_req() [all …]
|
| /kernel/linux/linux-4.19/drivers/s390/char/ |
| D | con3215.c | 143 static void raw3215_mk_read_req(struct raw3215_info *raw) in raw3215_mk_read_req() argument 149 req = raw->queued_read; in raw3215_mk_read_req() 154 req->info = raw; in raw3215_mk_read_req() 155 raw->queued_read = req; in raw3215_mk_read_req() 162 ccw->cda = (__u32) __pa(raw->inbuf); in raw3215_mk_read_req() 171 static void raw3215_mk_write_req(struct raw3215_info *raw) in raw3215_mk_write_req() argument 177 if (raw->count <= raw->written) in raw3215_mk_write_req() 180 req = raw->queued_write; in raw3215_mk_write_req() 185 req->info = raw; in raw3215_mk_write_req() 186 raw->queued_write = req; in raw3215_mk_write_req() [all …]
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
| D | via_modesetting.c | 20 struct via_display_timing raw; in via_set_primary_timing() local 22 raw.hor_total = timing->hor_total / 8 - 5; in via_set_primary_timing() 23 raw.hor_addr = timing->hor_addr / 8 - 1; in via_set_primary_timing() 24 raw.hor_blank_start = timing->hor_blank_start / 8 - 1; in via_set_primary_timing() 25 raw.hor_blank_end = timing->hor_blank_end / 8 - 1; in via_set_primary_timing() 26 raw.hor_sync_start = timing->hor_sync_start / 8; in via_set_primary_timing() 27 raw.hor_sync_end = timing->hor_sync_end / 8; in via_set_primary_timing() 28 raw.ver_total = timing->ver_total - 2; in via_set_primary_timing() 29 raw.ver_addr = timing->ver_addr - 1; in via_set_primary_timing() 30 raw.ver_blank_start = timing->ver_blank_start - 1; in via_set_primary_timing() [all …]
|
| /kernel/linux/linux-4.19/drivers/video/fbdev/via/ |
| D | via_modesetting.c | 35 struct via_display_timing raw; in via_set_primary_timing() local 37 raw.hor_total = timing->hor_total / 8 - 5; in via_set_primary_timing() 38 raw.hor_addr = timing->hor_addr / 8 - 1; in via_set_primary_timing() 39 raw.hor_blank_start = timing->hor_blank_start / 8 - 1; in via_set_primary_timing() 40 raw.hor_blank_end = timing->hor_blank_end / 8 - 1; in via_set_primary_timing() 41 raw.hor_sync_start = timing->hor_sync_start / 8; in via_set_primary_timing() 42 raw.hor_sync_end = timing->hor_sync_end / 8; in via_set_primary_timing() 43 raw.ver_total = timing->ver_total - 2; in via_set_primary_timing() 44 raw.ver_addr = timing->ver_addr - 1; in via_set_primary_timing() 45 raw.ver_blank_start = timing->ver_blank_start - 1; in via_set_primary_timing() [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/greybus/ |
| D | raw.c | 3 * Greybus driver for the Raw protocol 54 * Add the raw data message to the list of received messages. 56 static int receive_data(struct gb_raw *raw, u32 len, u8 *data) in receive_data() argument 59 struct device *dev = &raw->connection->bundle->dev; in receive_data() 67 mutex_lock(&raw->list_lock); in receive_data() 68 if ((raw->list_data + len) > MAX_DATA_SIZE) { in receive_data() 80 raw->list_data += len; in receive_data() 84 list_add_tail(&raw_data->entry, &raw->list); in receive_data() 86 mutex_unlock(&raw->list_lock); in receive_data() 94 struct gb_raw *raw = greybus_get_drvdata(connection->bundle); in gb_raw_request_handler() local [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/greybus/ |
| D | raw.c | 3 * Greybus driver for the Raw protocol 53 * Add the raw data message to the list of received messages. 55 static int receive_data(struct gb_raw *raw, u32 len, u8 *data) in receive_data() argument 58 struct device *dev = &raw->connection->bundle->dev; in receive_data() 66 mutex_lock(&raw->list_lock); in receive_data() 67 if ((raw->list_data + len) > MAX_DATA_SIZE) { in receive_data() 79 raw->list_data += len; in receive_data() 83 list_add_tail(&raw_data->entry, &raw->list); in receive_data() 85 mutex_unlock(&raw->list_lock); in receive_data() 93 struct gb_raw *raw = greybus_get_drvdata(connection->bundle); in gb_raw_request_handler() local [all …]
|
| /kernel/linux/linux-4.19/drivers/media/rc/img-ir/ |
| D | img-ir-raw.c | 2 * ImgTec IR Raw Decoder found in PowerDown Controller. 11 * This ties into the input subsystem using the RC-core in raw mode. Raw IR 24 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_refresh_raw() local 25 struct rc_dev *rc_dev = priv->raw.rdev; in img_ir_refresh_raw() 37 if (multiple && ir_status == raw->last_status) in img_ir_refresh_raw() 39 raw->last_status = ir_status; in img_ir_refresh_raw() 41 /* report the edge to the IR raw decoders */ in img_ir_refresh_raw() 52 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_isr_raw() local 55 if (!raw->rdev) in img_ir_isr_raw() 61 mod_timer(&raw->timer, jiffies + msecs_to_jiffies(ECHO_TIMEOUT_MS)); in img_ir_isr_raw() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/rc/img-ir/ |
| D | img-ir-raw.c | 3 * ImgTec IR Raw Decoder found in PowerDown Controller. 7 * This ties into the input subsystem using the RC-core in raw mode. Raw IR 20 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_refresh_raw() local 21 struct rc_dev *rc_dev = priv->raw.rdev; in img_ir_refresh_raw() 33 if (multiple && ir_status == raw->last_status) in img_ir_refresh_raw() 35 raw->last_status = ir_status; in img_ir_refresh_raw() 37 /* report the edge to the IR raw decoders */ in img_ir_refresh_raw() 48 struct img_ir_priv_raw *raw = &priv->raw; in img_ir_isr_raw() local 51 if (!raw->rdev) in img_ir_isr_raw() 57 mod_timer(&raw->timer, jiffies + msecs_to_jiffies(ECHO_TIMEOUT_MS)); in img_ir_isr_raw() [all …]
|
| /kernel/linux/linux-4.19/drivers/media/rc/ |
| D | rc-ir-raw.c | 2 // rc-ir-raw.c - handle IR pulse/space events 13 /* Used to keep track of IR raw clients, protected by ir_raw_handler_lock */ 16 /* Used to handle IR raw handler extensions */ 25 struct ir_raw_event_ctrl *raw = data; in ir_raw_event_thread() local 26 struct rc_dev *dev = raw->dev; in ir_raw_event_thread() 30 while (kfifo_out(&raw->kfifo, &ev, 1)) { in ir_raw_event_thread() 34 if (is_timing_event(raw->prev_ev) && in ir_raw_event_thread() 35 !is_transition(&ev, &raw->prev_ev)) in ir_raw_event_thread() 38 if (raw->prev_ev.reset && ev.pulse == 0) in ir_raw_event_thread() 46 raw->prev_ev = ev; in ir_raw_event_thread() [all …]
|
| D | bpf-lirc.c | 12 * BPF interface for raw IR 111 struct ir_raw_event_ctrl *raw; in lirc_bpf_attach() local 121 raw = rcdev->raw; in lirc_bpf_attach() 122 if (!raw) { in lirc_bpf_attach() 127 if (raw->progs && bpf_prog_array_length(raw->progs) >= BPF_MAX_PROGS) { in lirc_bpf_attach() 132 old_array = raw->progs; in lirc_bpf_attach() 137 rcu_assign_pointer(raw->progs, new_array); in lirc_bpf_attach() 149 struct ir_raw_event_ctrl *raw; in lirc_bpf_detach() local 159 raw = rcdev->raw; in lirc_bpf_detach() 160 if (!raw) { in lirc_bpf_detach() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/rc/ |
| D | rc-ir-raw.c | 2 // rc-ir-raw.c - handle IR pulse/space events 13 /* Used to keep track of IR raw clients, protected by ir_raw_handler_lock */ 16 /* Used to handle IR raw handler extensions */ 25 struct ir_raw_event_ctrl *raw = data; in ir_raw_event_thread() local 26 struct rc_dev *dev = raw->dev; in ir_raw_event_thread() 30 while (kfifo_out(&raw->kfifo, &ev, 1)) { in ir_raw_event_thread() 34 if (is_timing_event(raw->prev_ev) && in ir_raw_event_thread() 35 !is_transition(&ev, &raw->prev_ev)) in ir_raw_event_thread() 38 if (raw->prev_ev.reset && ev.pulse == 0) in ir_raw_event_thread() 46 raw->prev_ev = ev; in ir_raw_event_thread() [all …]
|
| D | bpf-lirc.c | 15 * BPF interface for raw IR 141 struct ir_raw_event_ctrl *raw; in lirc_bpf_attach() local 151 raw = rcdev->raw; in lirc_bpf_attach() 152 if (!raw) { in lirc_bpf_attach() 157 old_array = lirc_rcu_dereference(raw->progs); in lirc_bpf_attach() 167 rcu_assign_pointer(raw->progs, new_array); in lirc_bpf_attach() 179 struct ir_raw_event_ctrl *raw; in lirc_bpf_detach() local 189 raw = rcdev->raw; in lirc_bpf_detach() 190 if (!raw) { in lirc_bpf_detach() 195 old_array = lirc_rcu_dereference(raw->progs); in lirc_bpf_detach() [all …]
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| D | acpi_lpat.c | 13 * acpi_lpat_raw_to_temp(): Return temperature from raw value through 17 * @raw: the raw value, used as a key to get the temperature from the 24 int raw) in acpi_lpat_raw_to_temp() argument 30 if ((raw >= lpat[i].raw && raw <= lpat[i+1].raw) || in acpi_lpat_raw_to_temp() 31 (raw <= lpat[i].raw && raw >= lpat[i+1].raw)) in acpi_lpat_raw_to_temp() 39 delta_raw = lpat[i+1].raw - lpat[i].raw; in acpi_lpat_raw_to_temp() 40 temp = lpat[i].temp + (raw - lpat[i].raw) * delta_temp / delta_raw; in acpi_lpat_raw_to_temp() 47 * acpi_lpat_temp_to_raw(): Return raw value from temperature through 51 * @temp: the temperature, used as a key to get the raw value from the 54 * The raw value will be returned on success, [all …]
|
| /kernel/linux/linux-4.19/drivers/acpi/ |
| D | acpi_lpat.c | 21 * acpi_lpat_raw_to_temp(): Return temperature from raw value through 25 * @raw: the raw value, used as a key to get the temerature from the 32 int raw) in acpi_lpat_raw_to_temp() argument 38 if ((raw >= lpat[i].raw && raw <= lpat[i+1].raw) || in acpi_lpat_raw_to_temp() 39 (raw <= lpat[i].raw && raw >= lpat[i+1].raw)) in acpi_lpat_raw_to_temp() 47 delta_raw = lpat[i+1].raw - lpat[i].raw; in acpi_lpat_raw_to_temp() 48 temp = lpat[i].temp + (raw - lpat[i].raw) * delta_temp / delta_raw; in acpi_lpat_raw_to_temp() 55 * acpi_lpat_temp_to_raw(): Return raw value from temperature through 59 * @temp: the temperature, used as a key to get the raw value from the 62 * The raw value will be returned on success, [all …]
|
| /kernel/linux/linux-4.19/fs/ |
| D | compat.c | 63 struct compat_nfs4_mount_data_v1 *raw = raw_data; in do_nfs4_super_data_conv() local 67 real->auth_flavours = compat_ptr(raw->auth_flavours); in do_nfs4_super_data_conv() 68 real->auth_flavourlen = raw->auth_flavourlen; in do_nfs4_super_data_conv() 69 real->proto = raw->proto; in do_nfs4_super_data_conv() 70 real->host_addr = compat_ptr(raw->host_addr); in do_nfs4_super_data_conv() 71 real->host_addrlen = raw->host_addrlen; in do_nfs4_super_data_conv() 72 compat_nfs_string(&real->hostname, &raw->hostname); in do_nfs4_super_data_conv() 73 compat_nfs_string(&real->mnt_path, &raw->mnt_path); in do_nfs4_super_data_conv() 74 compat_nfs_string(&real->client_addr, &raw->client_addr); in do_nfs4_super_data_conv() 75 real->acdirmax = raw->acdirmax; in do_nfs4_super_data_conv() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | psock_snd.sh | 30 echo "raw" 33 echo "raw bind" 36 echo "raw qdisc bypass" 39 echo "raw vlan" 42 echo "raw vnet hdr" 45 echo "raw csum_off" 48 echo "raw csum_off with bad offset (expected to fail)" 54 echo "raw min size" 57 echo "raw mtu size" 60 echo "raw mtu size + 1 (expected to fail)" [all …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/net/ |
| D | psock_snd.sh | 30 echo "raw" 33 echo "raw bind" 36 echo "raw qdisc bypass" 39 echo "raw vlan" 42 echo "raw vnet hdr" 45 echo "raw csum_off" 48 echo "raw csum_off with bad offset (fails)" 54 echo "raw min size" 57 echo "raw mtu size" 60 echo "raw mtu size + 1 (fails)" [all …]
|
| /kernel/linux/linux-5.10/Documentation/usb/ |
| D | raw-gadget.rst | 2 USB Raw Gadget 5 USB Raw Gadget is a kernel module that provides a userspace interface for 7 from userspace. Enabled with CONFIG_USB_RAW_GADGET. Raw Gadget is 14 Raw Gadget is similar to GadgetFS, but provides a more low-level and 24 while Raw Gadget allows you to provide arbitrary data as responses to 27 3. Raw Gadget provides a way to select a UDC device/driver to bind to, 30 4. Raw Gadget explicitly exposes information about endpoints addresses and 33 5. Raw Gadget has ioctl-based interface instead of a filesystem-based one. 38 To create a Raw Gadget instance open /dev/raw-gadget. Multiple raw-gadget 43 The typical usage of Raw Gadget looks like: [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/display/dc/ |
| D | dc_dp_types.h | 113 uint8_t raw; member 123 uint8_t raw; member 133 uint8_t raw; member 141 uint8_t raw; member 151 uint8_t raw; member 165 uint8_t raw; member 179 uint8_t raw; member 188 uint8_t raw; member 199 uint8_t raw; member 208 uint8_t raw; member [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
| D | dc_dp_types.h | 141 uint8_t raw; member 151 uint8_t raw; member 161 uint8_t raw; member 169 uint8_t raw; member 179 uint8_t raw; member 193 uint8_t raw; member 207 uint8_t raw; member 216 uint8_t raw; member 227 uint8_t raw; member 236 uint8_t raw; member [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| D | macsec_api.h | 48 /*! Read the raw table data from the specified row of the Egress CTL 50 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 66 /*! Read the raw table data from the specified row of the Egress 68 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 84 /*! Read the raw table data from the specified row of the Egress SC 86 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 102 /*! Read the raw table data from the specified row of the Egress SA 104 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 120 /*! Read the raw table data from the specified row of the Egress SA 122 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. [all …]
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | inode.c | 32 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get() argument 36 bpf_prog_inc(raw); in bpf_any_get() 39 bpf_map_inc_with_uref(raw); in bpf_any_get() 42 bpf_link_inc(raw); in bpf_any_get() 49 return raw; in bpf_any_get() 52 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put() argument 56 bpf_prog_put(raw); in bpf_any_put() 59 bpf_map_put_with_uref(raw); in bpf_any_put() 62 bpf_link_put(raw); in bpf_any_put() 72 void *raw; in bpf_fd_probe_obj() local [all …]
|
| /kernel/linux/linux-4.19/arch/mips/vdso/ |
| D | Makefile | 67 # Strip rule for the raw .so files 68 $(obj)/%.so.raw: OBJCOPYFLAGS := -S 69 $(obj)/%.so.raw: $(obj)/%.so.dbg.raw FORCE 76 $(foreach file,$(filter %.raw,$^),cp $(file) $(file:%.raw=%) &&) \ 77 $(obj)/genvdso $(<:%.raw=%) $(<:%.dbg.raw=%) $@ $(VDSO_NAME) 88 targets += vdso.so.dbg.raw vdso.so.raw 99 $(obj)/vdso.so.dbg.raw: $(obj)/vdso.lds $(obj-vdso) FORCE 102 $(obj)/vdso-image.c: $(obj)/vdso.so.dbg.raw $(obj)/vdso.so.raw \ 115 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 137 $(obj)/vdso-o32.so.dbg.raw: $(obj)/vdso-o32.lds $(obj-vdso-o32) FORCE [all …]
|
| /kernel/linux/linux-4.19/kernel/bpf/ |
| D | inode.c | 32 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get() argument 36 raw = bpf_prog_inc(raw); in bpf_any_get() 39 raw = bpf_map_inc(raw, true); in bpf_any_get() 46 return raw; in bpf_any_get() 49 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put() argument 53 bpf_prog_put(raw); in bpf_any_put() 56 bpf_map_put_with_uref(raw); in bpf_any_put() 66 void *raw; in bpf_fd_probe_obj() local 69 raw = bpf_map_get_with_uref(ufd); in bpf_fd_probe_obj() 70 if (IS_ERR(raw)) { in bpf_fd_probe_obj() [all …]
|
| /kernel/linux/linux-5.10/arch/mips/vdso/ |
| D | Makefile | 85 # Strip rule for the raw .so files 86 $(obj)/%.so.raw: OBJCOPYFLAGS := -S 87 $(obj)/%.so.raw: $(obj)/%.so.dbg.raw FORCE 94 $(foreach file,$(filter %.raw,$^),cp $(file) $(file:%.raw=%) &&) \ 95 $(obj)/genvdso $(<:%.raw=%) $(<:%.dbg.raw=%) $@ $(VDSO_NAME) 106 targets += vdso.so.dbg.raw vdso.so.raw 117 $(obj)/vdso.so.dbg.raw: $(obj)/vdso.lds $(obj-vdso) FORCE 120 $(obj)/vdso-image.c: $(obj)/vdso.so.dbg.raw $(obj)/vdso.so.raw \ 133 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 155 $(obj)/vdso-o32.so.dbg.raw: $(obj)/vdso-o32.lds $(obj-vdso-o32) FORCE [all …]
|