Home
last modified time | relevance | path

Searched defs:bps (Results 1 – 24 of 24) sorted by relevance

/drivers/soundwire/
Dgeneric_bandwidth_allocation.c44 unsigned int rate, bps, ch = 0; in sdw_compute_slave_ports() local
98 unsigned int rate, bps, ch, no_ch; in sdw_compute_master_ports() local
174 unsigned int rate, bps, ch; in sdw_compute_group_params() local
Dbus.h193 int port_num, int bps, in sdw_fill_port_params()
/drivers/usb/serial/
Dark3116.c114 static inline int calc_divisor(int bps) in calc_divisor()
200 int bps = tty_get_baud_rate(tty); in ark3116_set_termios() local
Dgeneric.c271 unsigned int bps; in usb_serial_generic_wait_until_sent() local
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c1001 struct ras_badpage *bps = NULL; in amdgpu_ras_sysfs_badpages_read() local
1524 struct ras_badpage **bps, unsigned int *count) in amdgpu_ras_badpages_read()
1608 void *bps = kmalloc(align_space * sizeof(*data->bps), GFP_KERNEL); in amdgpu_ras_realloc_eh_data_space() local
1637 struct eeprom_table_record *bps, int pages) in amdgpu_ras_add_bad_pages()
1708 struct eeprom_table_record *bps = NULL; in amdgpu_ras_load_bad_pages() local
Damdgpu_virt.c276 void *bps = NULL; in amdgpu_virt_init_ras_err_handler_data() local
340 struct eeprom_table_record *bps, int pages) in amdgpu_virt_ras_add_bps()
Damdgpu_virt.h195 struct eeprom_table_record *bps; member
Damdgpu_ras.h365 struct eeprom_table_record *bps; member
/drivers/staging/vc04_services/bcm2835-audio/
Dvc_vchi_audioserv_defs.h37 u32 bps; member
Dbcm2835-vchiq.c264 unsigned int bps) in bcm2835_audio_set_params()
/drivers/tty/
Dtty_port.c547 unsigned int bps = tty_get_baud_rate(tty); in tty_port_drain_delay() local
/drivers/tty/serial/
Dsh-sci.c2222 static int sci_sck_calc(struct sci_port *s, unsigned int bps, in sci_sck_calc()
2249 static int sci_brg_calc(struct sci_port *s, unsigned int bps, in sci_brg_calc()
2281 static int sci_scbrr_calc(struct sci_port *s, unsigned int bps, in sci_scbrr_calc()
Dzs.h53 #define ZS_BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) argument
Dip22zilog.h32 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) argument
Dsunzilog.h24 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) argument
Dpmac_zilog.h118 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) argument
/drivers/slimbus/
Dslimbus.h339 unsigned int bps; member
/drivers/net/hamradio/
Dbaycom_epp.c168 unsigned int bps; member
/drivers/net/wan/
Dz85230.h19 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) argument
/drivers/media/platform/
Drenesas-ceu.c134 u8 bps; member
/drivers/media/i2c/
Dtc358743.c673 u32 bps = bt->width * bt->height * fps(bt) * bits_pr_pixel; in tc358743_num_csi_lanes_needed() local
/drivers/staging/comedi/
Dcomedi_fops.c2446 unsigned int bps = comedi_bytes_per_sample(s); in comedi_poll() local
/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c3475 static int be_cmd_set_qos(struct be_adapter *adapter, u32 bps, u32 domain) in be_cmd_set_qos()
/drivers/gpu/drm/i915/display/
Dintel_display.c10243 u32 bps = target_clock * bpp * 21 / 20; in ilk_get_lanes_required() local